DBT External tables don't work with the --empty
flag
#10464
Labels
awaiting_response
empty
Issues related to the --empty CLI flag
unit tests
Issues related to built-in dbt unit testing functionality
Is this a new bug in dbt-core?
Current Behavior
I am currently using the lastest version of the
dbt_external_tables
package. The external table builds successfully but does not when I run with the empty flag. I get a sql error with an incorrect bracket. I have the external table and then a view that runs after the external table.Expected Behavior
Be able to create external tables with the --empty flag
Steps To Reproduce
Create an external table
Run the external table with the --empty flag
Relevant log output
Log sql here:
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
No response
The text was updated successfully, but these errors were encountered: