Is this a new bug in dbt-core?
I believe this is a new bug in dbt-core
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
dbt test creates both temp views and tables when store_failures_as is set to tables.
Expected Behaviour
dbt test should create only tables/delete the tmp views after creating the tables
Steps to Reproduce
create a model + .yml with 1 generic test on a column
Is this a new bug in dbt-core? I believe this is a new bug in dbt-core I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior dbt test creates both temp views and tables when store_failures_as is set to tables.
Expected Behaviour dbt test should create only tables/delete the tmp views after creating the tables
Steps to Reproduce
dbt test
part of my dbt_project.yml
These are the created temp views.
Environment