uranusjr commented on code in PR #46851:
URL: https://github.com/apache/airflow/pull/46851#discussion_r1963103932


##########
task_sdk/src/airflow/sdk/definitions/asset/decorators.py:
##########
@@ -171,6 +171,7 @@ def create_dag(self, *, dag_id: str) -> DAG:
             dag_id=dag_id,
             schedule=self.schedule,
             is_paused_upon_creation=self.is_paused_upon_creation,
+            catchup=False,

Review Comment:
   For schedule != None we need to either set this or provide start_date. This 
is better because we want to do start_date with partitions instead.



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