coufon commented on a change in pull request #5701: [AIRFLOW-5088] Add DAG serialization using JSON URL: https://github.com/apache/airflow/pull/5701#discussion_r310721313
########## File path: airflow/www/utils.py ########## @@ -374,6 +375,30 @@ def get_chart_height(dag): return 600 + len(dag.tasks) * 10 +def get_python_source(x): Review comment: Added get_python_source(x: Union[Callable, str]) -> str ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services