pierrejeambrun commented on code in PR #54886:
URL: https://github.com/apache/airflow/pull/54886#discussion_r2371736260
##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/dagrun.py:
##########
@@ -30,9 +30,16 @@ class TriggerDAGRunPayload(StrictBaseModel):
logical_date: UtcDateTime | None = None
conf: dict = Field(default_factory=dict)
reset_dag_run: bool = False
+ reset_mode: str = "all"
Review Comment:
reset_mode should probably be an enum.
--
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]