Work out why test_get_column_values_use_default.sql
works locally and fails in CI
#788
Closed
4 of 5 tasks
Describe the bug
While working on #771, I disabled
integration_tests/tests/sql/test_get_column_values_use_default.sql
because it was failing against all adapters but when I ran it locally (on Snowflake) it behaved correctly.Steps to reproduce
Expected results
The test to pass
Actual results
The test fails because it tries to query the table and complains that it doesn't exist, which implies that something about the
load_relation() is not none
logic is incorrectly claiming that the relation exists.Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:I think it's 1.6.0-a1 in CI, but also pretty sure I upgraded my local installation to that alpha without issue. Not 100% sure offhand.
The text was updated successfully, but these errors were encountered: