You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/04 20:08:29 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7624: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix)

potiuk commented on a change in pull request #7624: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix)
URL: https://github.com/apache/airflow/pull/7624#discussion_r387906481
 
 

 ##########
 File path: airflow/providers/google/cloud/hooks/gcs.py
 ##########
 @@ -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
 
 Review comment:
   Why this? I believe catch_http_exception was catching the exception and throwing AirflowException instead

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services