AryanK1511 opened a new issue, #53740:
URL: https://github.com/apache/airflow/issues/53740

   ### Description
   
   Improve the ability to filter DAGs based on their asset-based scheduling 
configuration, building upon the existing `asset_expression` support.
   
   ## Proposed Solution
   
   Add new query parameters to filter DAGs based on their asset scheduling 
configuration:
   - `has_asset_schedule`: Filter DAGs that use asset-based scheduling
   - `asset_dependency`: Filter DAGs by specific asset dependencies
   
   
   ### Use case/motivation
   
   While `asset_expression` is included in `DAGWithLatestDagRunsResponse`, 
there's no dedicated filter parameter to query DAGs based on their asset-based 
scheduling properties. This makes it difficult to find DAGs that depend on 
specific assets or have asset-based triggers. This functionality is crucial to 
fix #53041. Once this is implemented, the UI filter functionality will be built 
on top of this. 
   
   
   ### Related issues
   
   - #53041
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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