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


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dags.py:
##########
@@ -146,6 +150,8 @@ def get_dags(
             readable_dags_filter,
             bundle_name,
             bundle_version,
+            has_asset_schedule,
+            asset_dependency,

Review Comment:
   UI is using the similar `private` endpoint to retrieve dags, you most likely 
want to update the private endpoint too so the filters are available for the UI 
to consume. 



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