Closed dht7 closed 1 year ago
@vingov Can you please take a look? Basically, the goal is to load the hudi table on GCS as a source in dbt.
Please check for the feasibility of reading Hudi tables from GCS in dbt via Hive Metastore.
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
Describe the feature
Add support for Hive-Hudi Sync tool for registering a Hudi source as external table.
Describe alternatives you've considered
Hudi tables can be registered using the following syntax:
This runs the following queries when staging the source tables:
While this method works well for file formats like: csv, parquet, etc., this can causes issues when run for Hudi which natively uses hive sync tool to register tables with Hive Metastore.
Additionally, the above mentioned syntax fails when staging source tables in a database with a different name other than its original database name: