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 2019/08/12 18:18:08 UTC

[GitHub] [airflow] TV4Fun commented on a change in pull request #5726: [AIRFLOW-5104] Set default schedule for GCP Transfer operators

TV4Fun commented on a change in pull request #5726: [AIRFLOW-5104] Set default schedule for GCP Transfer operators
URL: https://github.com/apache/airflow/pull/5726#discussion_r313060643
 
 

 ##########
 File path: airflow/contrib/operators/gcp_transfer_operator.py
 ##########
 @@ -97,7 +99,13 @@ def _reformat_time(self, field_key):
 
     def _reformat_schedule(self):
         if SCHEDULE not in self.body:
-            return
+            if self.default_schedule:
 
 Review comment:
   Test looks good. Thank you. I have applied your patch.

----------------------------------------------------------------
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