bbovenzi commented on issue #42368: URL: https://github.com/apache/airflow/issues/42368#issuecomment-2457518958
We need to update `get_dag_dependencies()` on the serialized_dag model. Because right now it is a single dict of many disconnected graphs. Instead, it should be a list of graphs. Then we can pass a `node_id`, representing a dag or dataset, to return which graph contains that node. -- 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]
