-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-908] Allow generic tests to accept arbitrary configs #5532
Comments
Will need to change the above |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers. |
Motivation: dbt-labs/dbt-snowflake#210 (comment)
This is supported:
But this isn't:
I think it's because dbt only loads up the test's
config
property with values fromCONFIG_ARGS
:dbt-core/core/dbt/parser/generic_test_builders.py
Lines 250 to 262 in 3f54f30
Exit criteria: Tests'
config
property should be able to accept any arbitrary key-value pairs, just like other resource types. Those configs can then be used to set runtime behavior, e.g. in a custom'test'
materialization.The text was updated successfully, but these errors were encountered: