dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
297 stars 177 forks source link

[Feature] add functional test to cover new cover new custom config for tests. #1059

Closed McKnight-42 closed 5 months ago

McKnight-42 commented 6 months ago

Is this your first time submitting a feature request?

Describe the feature

After merging prs made off #https://github.com/dbt-labs/dbt-core/issues/10197 and #https://github.com/dbt-labs/dbt-core/issues/10198 we need to add new tests to dbt-snowflake to handle the custom config options now available

suggested config snowflake_warehouse

Describe alternatives you've considered

suggestion from previous pr is to

https://github.com/dbt-labs/dbt-core/issues/10197 is complete: Add to the functional tests in dbt-snowflake here here. A test configured with a snowflake_warehouse that does not exist should fail. Today, it doesn't, because it doesn't actually use this config.

Who will this benefit?

No response

Are you interested in contributing this feature?

yes

Anything else?

No response