mik-laj edited a comment on issue #6875: [AIRFLOW-6076] Fix dag.cli() Key error URL: https://github.com/apache/airflow/pull/6875#issuecomment-568573491 We don't need to copy a lot of code. Here is the quick POC that shows it. https://github.com/mik-laj/incubator-airflow/pull/9/commits/ef4a6e65d39c22521e97ef5a3fc651f07c60c9a9 This also improves the code because huge dictionaries that are difficult to read are not created. This allows you to show DAG using the following command. ``` python airflow/example_dags/example_bash_operator.py show --imgcat ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
