nuclearpinguin commented on a change in pull request #7307: [AIRFLOW-6676]
added GCSDeleteBucketOperator
URL: https://github.com/apache/airflow/pull/7307#discussion_r373678646
##########
File path: airflow/providers/google/cloud/hooks/gcs.py
##########
@@ -323,6 +324,27 @@ def delete(self, bucket_name, object_name):
self.log.info('Blob %s deleted.', object_name)
+ def delete_bucket(self, bucket_name: str, force: bool = False):
+ """
+ Delete a bucket object from the Google Cloud Storage
Review comment:
```suggestion
Delete a bucket object from the Google Cloud Storage.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services