vineethNaroju opened a new pull request, #13424: URL: https://github.com/apache/hudi/pull/13424
### Change Logs Added separate configs for glue and datahub to set database/table name in sync client. ### Impact Hudi database/table name can be configured for glue/datahub catalog separately. ### Risk level (write none, low medium or high below) _If medium or high, explain what verification was done to mitigate the risks._ ### Documentation Update ``` hoodie.datasource.meta.sync.glue.database_name: "database" hoodie.datasource.meta.sync.glue.table_name: "table" hoodie.meta.sync.datahub.database.name: "database" hoodie.meta.sync.datahub.table.name: "table" ``` ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
