Snowflake integration test 050: alternate warehouse (DBT_TEST_ALT) should be configurable #1939
Labels
bug
Something isn't working
repo ci/cd
Testing and continuous integration for dbt-core + adapter plugins
Milestone
When running integration test,
test/integration/050_warehouse_test/test_warehouses.py::TestModelWarehouse::test_snowflake_override_ok
dbt uses a hardcoded warehouse name
DBT_TEST_ALT
for the alternate virtual warehouse.https://github.com/fishtown-analytics/dbt/blob/099adf9bab908d62e9f07eadb5033051c5c33575/test/integration/050_warehouse_test/test_warehouses.py#L42
This should be configurable in
test.env
, e.g.The text was updated successfully, but these errors were encountered: