kirubankamaraj commented on code in PR #54886:
URL: https://github.com/apache/airflow/pull/54886#discussion_r2447140629
##########
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:
if I changed this to enum then core and task-sdk need to depend on standard
provider so it will break the dependency rule. (As I need to place the enum in
standard provider package) is there any other way to achieve this?
--
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]