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
This is an improvement over the existing implementation which first deletes all of the tables in the dataset, then deletes the empty dataset. Some users have reported dbt failing to delete some of the tables in a dataset (and not removing the dataset itself), and I suspect that this change will fix that issue. At the very least, the client.delete_dataset implementation is simpler than the existing implementation.
The text was updated successfully, but these errors were encountered:
Describe the feature
dbt should use the client.delete_dataset method to atomically drop BigQuery datasets:
This is an improvement over the existing implementation which first deletes all of the tables in the dataset, then deletes the empty dataset. Some users have reported dbt failing to delete some of the tables in a dataset (and not removing the dataset itself), and I suspect that this change will fix that issue. At the very least, the
client.delete_dataset
implementation is simpler than the existing implementation.The text was updated successfully, but these errors were encountered: