-
Notifications
You must be signed in to change notification settings - Fork 88
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
Python models and external materialisation #300
Comments
IIRC this is a dbt limitation: https://docs.getdbt.com/docs/build/materializations#python-materializations ...but yes, we should likely update the |
Python models have their materialization set to Unfortunately you can't do the override from yaml, as reported in this bug: |
oh awesome, thanks! |
Hi @AlexanderVR and @Nintorac, I've fixed this bug in this PR dbt-labs/dbt-core#8538, but I think it got lost in the limbo of PRs. Perhaps if more people comment on the PR, the dbt-core team might review it. Note: I tested this PR on a dbt fork for my company and it worked in our pipeline. |
Python models do not respect the
external
materialisation flag and fall back to modelThe text was updated successfully, but these errors were encountered: