-
Notifications
You must be signed in to change notification settings - Fork 202
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
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
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
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_tables
helper functionadds two public methods onPipeline
class (needed the functionality forget_delta_tables
and figured they're probably more broadly applicable):get_last_completed_load_id
list_loaded_tables_names
adds new classDeltaReferenceFollowupJob(ReferenceFollowupJob)
changes the file extension for Delta reference jobs toreference_delta
to distinguish them from "regular reference jobs"Related Issues
delta
tables created by pipeline asDeltaTable
objects #1651