Skip to content
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

Support on_schema_change for incremental models #136

Merged
merged 2 commits into from
Sep 23, 2022

Conversation

mdesmet
Copy link
Member

@mdesmet mdesmet commented Sep 23, 2022

Overview

resolves #48

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • README.md updated and added information about my change
  • I have run changie new to create a changelog entry

@mdesmet mdesmet changed the title Mdesmet/feature/on schema change Support on_schema_change for incremental models Sep 23, 2022
@mdesmet mdesmet merged commit 2f887fd into master Sep 23, 2022
@mdesmet mdesmet deleted the mdesmet/feature/on-schema-change branch September 23, 2022 15:54
@mdesmet mdesmet mentioned this pull request Sep 23, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incremental loads don't work where schema is different. Implement on_schema_change
2 participants