You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're in the late phases of the 0.16.0 release and we've generally locked down PRs with the exception of any regressions discovered during the release candidate phase. I think we should target an 0.16.1 bugfix release for this PR. Just wanted to give you a heads up!
Describe the bug
This test fails when you change 'table' for 'incremental':
test/integration/022_bigquery_test/models/sql_header_model.sql
Steps To Reproduce
dbt run
works well the first time (creates the table)dbt run
fails the next time (when doing incremental)Expected behavior
The incremental run should bring the same headers - the model will again need the temporal function.
Screenshots and log output
"Function not found: yes_no_to_boolean at [14:8]"
System information
Which database are you using dbt with?
The output of
dbt --version
:0.15.2
The text was updated successfully, but these errors were encountered: