jedcunningham commented on PR #37512: URL: https://github.com/apache/airflow/pull/37512#issuecomment-1955171411
> My use case is that I want any datasets connected to a single dag. But I am indifferent if that is a single param `dag_ids` or if I need to pass the dag_id twice in `consuming_dag_ids` and `producing_dag_ids`. I guess the later is most flexible. I think having both makes sense. In your use case, if we only had consuming/producing, you'd have to hit the endpoint twice (they'd be AND'd together, not OR'd). So maybe we start with the simple `dag_ids` and be clear in the description it filters for both consuming or producing dags. Leave the more granular filters for another PR / future need? -- 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]
