ashb commented on a change in pull request #5381: AIRFLOW-4740 make 
default_args end_date permissive
URL: https://github.com/apache/airflow/pull/5381#discussion_r292372550
 
 

 ##########
 File path: airflow/models/dag.py
 ##########
 @@ -211,7 +211,7 @@ def __init__(
         self.fileloc = sys._getframe().f_back.f_code.co_filename
         self.task_dict = dict()  # type: Dict[str, TaskInstance]
 
-        # set timezone
+        # set timezone for start_date
 
 Review comment:
   ```suggestion
           # set timezone from start_date
   ```

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

Reply via email to