[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-15 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257084944 ## File path: airflow/models/__init__.py ## @@ -4012,17 +4088,55 @@ def create_dagrun(self, con

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257097558 ## File path: tests/test_models.py ## @@ -2811,7 +2889,7 @@ def test_email_alert(self, mock_send_email):

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257101516 ## File path: tests/core.py ## @@ -166,6 +176,7 @@ def test_schedule_dag_relativedelta(self): t

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257084944 ## File path: airflow/models/__init__.py ## @@ -4012,17 +4088,55 @@ def create_dagrun(self, con

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257091744 ## File path: airflow/www/views.py ## @@ -920,10 +924,16 @@ def clear(self): dag_id = request.args.

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257098566 ## File path: airflow/models/__init__.py ## @@ -1856,6 +1851,13 @@ def init_run_context(self, raw=False):

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257092061 ## File path: airflow/www/views.py ## @@ -1293,24 +1303,30 @@ def set_duration(tid): def graph(self, se

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257099513 ## File path: airflow/models/__init__.py ## @@ -2812,16 +2821,39 @@ def get_default_view(self):

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257091521 ## File path: airflow/www/views.py ## @@ -920,10 +924,16 @@ def clear(self): dag_id = request.args.

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257082752 ## File path: airflow/models/__init__.py ## @@ -2812,16 +2821,39 @@ def get_default_view(self):

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257100875 ## File path: airflow/models/__init__.py ## @@ -3118,6 +3150,50 @@ def date_range(self, start_date, num=None

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257101039 ## File path: airflow/models/__init__.py ## @@ -3118,6 +3150,50 @@ def date_range(self, start_date, num=None

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257098437 ## File path: airflow/models/__init__.py ## @@ -193,70 +194,6 @@ def get_fernet(): _CONTEXT_MANAGER_DAG = N

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257096012 ## File path: airflow/www/views.py ## @@ -1293,24 +1303,30 @@ def set_duration(tid): def graph(self, se

[GitHub] astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database

2019-02-14 Thread GitBox
astahlman commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r257100914 ## File path: airflow/models/__init__.py ## @@ -3118,6 +3150,50 @@ def date_range(self, start_date, num=None