josh-fell commented on a change in pull request #18657:
URL: https://github.com/apache/airflow/pull/18657#discussion_r720854669



##########
File path: airflow/providers/apache/hive/example_dags/example_twitter_dag.py
##########
@@ -77,8 +76,9 @@ def transfer_to_db():
         'retries': 1,
     },
     schedule_interval="@daily",
-    start_date=days_ago(5),
+    start_date=datetime(2021, 1, 1),
     tags=['example'],
+    catchup=False,

Review comment:
       Only controlling the number of DAG runs that spin when users first 
enable the DAG now that we're transitioning to a static `start_date` value as 
best practice.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to