Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 13, 2022 8:41PM
Likes: 0
Replies: 1
Hi Everyone,
If i have a S3 dataset and it has a linked Glue Metastore.
I know we can sync the dataset definitions to the metastore.
But i was wondering is there a way to sync the dataset schema from the metastore as well.
Bumping this question in the hopes that someone has a suggestion.
was hoping we have something similar to the code below
mydataset = project.get_dataset("s3_dataset")
mydataset.update_from_hive()