bbovenzi commented on issue #41003: URL: https://github.com/apache/airflow/issues/41003#issuecomment-2261001412
Yeah, both graphs can have a lot more parameters. Some thoughts: DAG graph view: - add sensors and triggers as external dependencies like we already have for datasets - have the backend pass dataset conditions and dataset aliases as nodes and edges without the UI having to calculate it - include a `show_external_deps` param, when it is true the graph will show datasets/aliases/sensors/triggers. Then the UI can also include a button to toggle datasets on/off Datasets Dependency Graph - `filter_by` param to pass a dag_id, dataset alias name, or a dataset uri to only show the graph connected in some way to that graph - `only_datasets` to only render datasets and aliases to see how data flows without worrying about what dags are involved - add dataset conditions nodes like the DAG graph now has -- 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]
