Skip to content

Commit

Permalink
[AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) (#7624)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbaszek committed Mar 7, 2020
1 parent d18513c commit b5b9795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers/google/cloud/hooks/gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def get_md5hash(self, bucket_name, object_name):
self.log.info('The md5Hash of %s is %s', object_name, blob_md5hash)
return blob_md5hash

@CloudBaseHook.catch_http_exception
@CloudBaseHook.fallback_to_default_project_id
def create_bucket(self,
bucket_name,
Expand Down

0 comments on commit b5b9795

Please sign in to comment.