-
Notifications
You must be signed in to change notification settings - Fork 418
Add get_delta_tables helper function
#1664
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
Add get_delta_tables helper function
#1664
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…-helper-that-returns-delta-tables-created-by-pipeline
sh-rp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rudolfix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
note to myself: we should drop circular dependencies ie. Pipeline is imported in destinations which should be level-up in type hierarchy.
Description
get_delta_tableshelper functionadds two public methods onPipelineclass (needed the functionality forget_delta_tablesand figured they're probably more broadly applicable):get_last_completed_load_idlist_loaded_tables_namesadds new classDeltaReferenceFollowupJob(ReferenceFollowupJob)changes the file extension for Delta reference jobs toreference_deltato distinguish them from "regular reference jobs"Related Issues
deltatables created by pipeline asDeltaTableobjects #1651