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


##########
airflow-core/src/airflow/executors/workloads.py:
##########
@@ -200,6 +200,8 @@ class RunTrigger(BaseModel):
 
     type: Literal["RunTrigger"] = Field(init=False, default="RunTrigger")
 
+    dag: dict | None = None

Review Comment:
   Why not just create and store a SerializedDAG here? Are there advantages to 
storing the raw dict 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