Update dbt debug
to also check that the database and warehouse fields are correct
#1118
Closed
2 tasks done
Labels
enhancement
New feature or request
Is this a new bug in dbt-snowflake?
Current Behavior
Currently dbt debug runs
select 1 as id
(link). And seems like snowflake will allow you to do that without correct database/warehouse. This means that this command will pass regardless of whether the warehouse, database info provided is correct.Expected Behavior
dbt debug
should fail if the warehouse or database info is incorrect.Steps To Reproduce
Run dbt debug with wrong config values for database and warehouse. It will still pass.
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: