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_r302065321
 
 

 ##########
 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:
   suggest to change to “from datetime import timedelta”.
   
   I sent my laptop to repair and using iPad checking the file, so bear with me 
if I missed checking anything ;)

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


With regards,
Apache Git Services

Reply via email to