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
Running with dbt=0.15.0
Encountered an error while running operation: Compilation Error in macro delete_dataset
'dbt.context.runtime.DatabaseWrapper object' has no attribute 'drop_schema'
Using dbt version 0.15.0 + bigquery, I've created the following macro:
I run it with the following command:
I get the following error:
dbt docs ref: https://docs.getdbt.com/docs/adapter#section-drop_schema
The text was updated successfully, but these errors were encountered: