subkanthi commented on issue #19080: URL: https://github.com/apache/airflow/issues/19080#issuecomment-962655257
Observation: the UI retrieves the dag dependencies of all the DAG's `SELECT serialized_dag.dag_id AS serialized_dag_dag_id, json_extract(serialized_dag.data, %s) AS json_extract_1 FROM serialized_dag` But for the CLI, dag dependencies need to be filtered for the specific DAG passed by the user. -- 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]
