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


##########
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:
   If the fields are added to legacy API, they should also be added to "new" 
fast API



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