[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18554: Bugfix: dag_bag.get_dag should not raise exception

2021-09-28 Thread GitBox
ephraimbuddy commented on a change in pull request #18554: URL: https://github.com/apache/airflow/pull/18554#discussion_r716990684 ## File path: airflow/exceptions.py ## @@ -150,10 +150,6 @@ class DuplicateTaskIdFound(AirflowException): """Raise when a Task with duplicate

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18554: Bugfix: dag_bag.get_dag should not raise exception

2021-09-28 Thread GitBox
ephraimbuddy commented on a change in pull request #18554: URL: https://github.com/apache/airflow/pull/18554#discussion_r717670742 ## File path: tests/models/test_dagbag.py ## @@ -91,6 +91,15 @@ def test_get_non_existing_dag(self): non_existing_dag_id =

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18554: Bugfix: dag_bag.get_dag should not raise exception

2021-09-27 Thread GitBox
ephraimbuddy commented on a change in pull request #18554: URL: https://github.com/apache/airflow/pull/18554#discussion_r716990684 ## File path: airflow/exceptions.py ## @@ -150,10 +150,6 @@ class DuplicateTaskIdFound(AirflowException): """Raise when a Task with duplicate