We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are deprecating the ability for installed packages to override built-in materializations without explicit opt-in from the user.
Users should still be able to wrap the built-in materialization in their root project to avoid this deprecation warning. e.g:
{% materialization view, default %} {{ return(my_cool_package.materialization_view_default()) }} {% endmaterialization %}
reads from acceptance criterea
N/A
yes -- to 1.7 and 1.6, 1.5 will be EOL'd in a few days.
#9164
The text was updated successfully, but these errors were encountered:
Opened a new issue in dbt-labs/docs.getdbt.com: dbt-labs/docs.getdbt.com#5320
Sorry, something went wrong.
UserConfig
profiles.yml
flags
dbt_project.yml
MichelleArk
Successfully merging a pull request may close this issue.
Housekeeping
Short description
We are deprecating the ability for installed packages to override built-in materializations without explicit opt-in from the user.
Users should still be able to wrap the built-in materialization in their root project to avoid this deprecation warning. e.g:
Acceptance criteria
Suggested Tests
reads from acceptance criterea
Impact to Other Teams
N/A
Will backports be required?
yes -- to 1.7 and 1.6, 1.5 will be EOL'd in a few days.
Context
#9164
The text was updated successfully, but these errors were encountered: