-
Notifications
You must be signed in to change notification settings - Fork 189
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 test reformat #337
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide. |
dbt.config( | ||
materialized='table', | ||
imports = ['@dbt_integration_test/iris.csv'], | ||
use_anonymous_sproc = True |
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.
Maybe modify this to be false so the we have one test testing the other path
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.
was wanting to double check with you on that, if we had a specific one we preferred flipping or if we just wanted to add another test like the initial one that swaps there. will make change and we can see how it all shakes out.
…lake into mcknight/ct-1458
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.
LGTM
resolves #305
Description
changing python_model test configs to take into account swap for anonymous_sproc as new default
Checklist
changie new
to create a changelog entry