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/07/10 13:25:51 UTC

[GitHub] [airflow] XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()
URL: https://github.com/apache/airflow/pull/5553#discussion_r302062944
 
 

 ##########
 File path: airflow/example_dags/example_docker_operator.py
 ##########
 @@ -17,6 +17,7 @@
 # specific language governing permissions and limitations
 # under the License.
 """
+import airflow
 from airflow import DAG
 from airflow.operators import BashOperator
 from datetime import datetime, timedelta
 
 Review comment:
   we don’t need to import “datetime” here anymore I think?

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