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



##########
File path: UPDATING.md
##########
@@ -165,8 +165,9 @@ Similarly, `DAG.concurrency` has been renamed to 
`DAG.max_active_tasks`.
 ```python
 dag = DAG(
     dag_id="example_dag",
+    start_date=datetime(2021, 1, 1),
+    catchup=False,
     concurrency=3,
-    start_date=days_ago(2),

Review comment:
       Seeing as this doc is meant to keep users up-to-date on any backwards 
compat, this was added for completeness but let me know if this is unnecessary.




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