-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metadata query functionality #122
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Stefan Salzl <[email protected]>
Signed-off-by: Stefan Salzl <[email protected]>
Signed-off-by: Stefan Salzl <[email protected]>
Signed-off-by: Stefan Salzl <[email protected]>
Signed-off-by: Stefan Salzl <[email protected]>
Hi @zsxwing , what do think of these changes to delta-sharing? Any feedback? |
Thanks for the contribution. Adding a new metadata method looks good. Could you elaborate this |
@zsxwing TL;DR:
Long version:
So taking the extended return class, I can immediately push the information to a data catalog, without creating a object combining Table origin & metadata information. Everything is already in place. This is especially important for the
Thus, the P.S: I have also added a small convenience function for querying version history as well. |
Hi @zsxwing Did you have time to look at my answer? Thanks! |
Extends #111
Purpose:
Implemented:
Signed-off-by: Stefan Salzl [email protected]