-
Notifications
You must be signed in to change notification settings - Fork 25
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
schema_changelog incremental materialization #35
base: main
Are you sure you want to change the base?
Conversation
@@ -20,7 +50,8 @@ add_connector_info as ( | |||
connector.destination_id, | |||
connector.destination_name | |||
|
|||
from schema_changes join connector using(connector_id) | |||
from schema_changes join |
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.
just changed this as using
can be volatile sometimes (mostly just left joins on snowflake but let's be consistent)
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.
Looks good! Good thought to change using
to join
Hi all, Just wanted to provide an update here that this is currently a working and functional branch that properly adds incremental logic to the changelog. Currently the open issue #33 has not been closed and this PR has not been merged because there has not been enough interest into this feature. If you would like this Feature added to a future release of this package, please comment below. Thanks! |
Are you a current Fivetran customer?
no fivetran made PR, for TR
What change(s) does this PR introduce?
materializes the
fivetran_log__schema_changelog
model incrementally and adds relevant circle ci log dataDoes this PR introduce a breaking change?
everything should run fine if/when this is merged
Is this PR in response to a previously created Issue
How did you test the PR changes?
and locally on BQ
Select which warehouse(s) were used to test the PR
Provide an emoji that best describes your current mood
☁️
Feedback
We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your feedback on our existing dbt packages or what you'd like to see next.