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

fix: remove create_schema from default snapshot materialization #365

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

C123R
Copy link
Contributor

@C123R C123R commented Aug 4, 2023

Description

Resolves: #356

As already implemented in dbt-core, removing create_schema from default snapshot materialization, refer dbt-labs/dbt-core#4993 for more details.

Checklist

  • You followed contributing section
  • You kept your Pull Request small and focused on a single feature or bug fix.
  • You added unit testing when necessary
  • You added functional testing when necessary

Copy link
Contributor

@nicor88 nicor88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, except for the version bump done in separate PR before releasing to pypi.

@C123R C123R requested a review from nicor88 August 8, 2023 09:16
@nicor88 nicor88 merged commit b9b9fc7 into dbt-labs:main Aug 8, 2023
8 checks passed
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.

dbt snapshot is not working when following the documentation in README.md
2 participants