Although I only tested this against Postgres, I would expect this same problem to affect all the databases supported by Fishtown Analytics as well as all community-supported plugins.
The output of dbt --version:
installed version: 0.19.0-rc1
latest version: 0.18.1
Your version of dbt is ahead of the latest release!
Plugins:
- postgres: 0.19.0rc1
Additional context
I've got a simple workaround that I'll submit as a pull request.
Describe the bug
Two test specifications within dbt-adapter-tests aren't compatible with dbt-core 0.19.0rc1:
Steps To Reproduce
*.dbtspec
filepytest -v test/integration/postgres-13.dbtspec
test/integration/postgres-13.dbtspec
exampleExpected behavior
I expected all the standard tests to pass for dbt-postgres v0.19.0rc1 (since it is a Fishtown-supported database adapter).
Screenshots and log output
Log output (drastically truncated):
(snip)
System information
Which database are you using dbt with?
Although I only tested this against Postgres, I would expect this same problem to affect all the databases supported by Fishtown Analytics as well as all community-supported plugins.
The output of
dbt --version
:Additional context
I've got a simple workaround that I'll submit as a pull request.