nsivabalan commented on issue #17076: URL: https://github.com/apache/hudi/issues/17076#issuecomment-4800753516
This appears to be addressed on `master` by [HUDI-9771](https://issues.apache.org/jira/browse/HUDI-9771) / PR #13785 (commit `42263225e631`), which added resource tagging for AWS Glue sync. - New config: `hoodie.datasource.meta.sync.glue.resource_tags` (format: `key1:value1,key2:value2`), defined in `GlueCatalogSyncClientConfig.java` (since 1.1.0). - Tags are applied after database and table creation via `TagResourceRequest` in `AWSGlueCatalogSyncClient#tagResource()`. If this resolves the request, please close the issue (and HUDI-9563). If a separate flow is still missing tagging (e.g., on update / specific resource type), please reopen with details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
