pierrejeambrun commented on code in PR #60810:
URL: https://github.com/apache/airflow/pull/60810#discussion_r2774635898


##########
airflow-core/src/airflow/api/common/trigger_dag.py:
##########
@@ -135,6 +137,7 @@ def trigger_dag(
     conf: dict | str | None = None,
     logical_date: datetime | None = None,
     replace_microseconds: bool = True,
+    note: str | None = None,

Review Comment:
   To be sure for backward compatibility we need a cadwyn migration update.
   
   Can you add that to the `/api_fastapi/execution_api/versions/v2026_03_31.py` 
version, this is the 3.2 migration file.



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