jedcunningham commented on code in PR #45779:
URL: https://github.com/apache/airflow/pull/45779#discussion_r1949287384


##########
airflow/api_connexion/schemas/dag_schema.py:
##########
@@ -51,6 +51,8 @@ class Meta:
 
     dag_id = auto_field(dump_only=True)
     dag_display_name = fields.String(attribute="dag_display_name", 
dump_only=True)
+    bundle_name = auto_field(dump_only=True)

Review Comment:
   That's being done in #45644, plus, this will all be changing in #45665 
anyways.



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