[GitHub] [airflow] XD-DENG edited a comment on issue #5064: [AIRFLOW-4260] Fix sphinx deprecation warning for autodoc_default_flags

2019-04-08 Thread GitBox
XD-DENG edited a comment on issue #5064: [AIRFLOW-4260] Fix sphinx deprecation warning for autodoc_default_flags URL: https://github.com/apache/airflow/pull/5064#issuecomment-481094394 Thanks @feluelle . I noticed that there is another doc error due to deprecation

[GitHub] [airflow] XD-DENG commented on a change in pull request #5064: [AIRFLOW-4260] Fix sphinx deprecation warning for autodoc_default_flags

2019-04-08 Thread GitBox
XD-DENG commented on a change in pull request #5064: [AIRFLOW-4260] Fix sphinx deprecation warning for autodoc_default_flags URL: https://github.com/apache/airflow/pull/5064#discussion_r273318702 ## File path: docs/conf.py ## @@ -122,7 +122,10 @@ 'docroles' ]

[GitHub] [airflow] bryanyang0528 commented on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally

2019-04-08 Thread GitBox
bryanyang0528 commented on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally URL: https://github.com/apache/airflow/pull/5067#issuecomment-481094243 @feng-tao thx! This is an automated message from the

[jira] [Resolved] (AIRFLOW-4265) Lineage backend did not work normally

2019-04-08 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Feng resolved AIRFLOW-4265. --- Resolution: Fixed Fix Version/s: 2.0.0 > Lineage backend did not work normally >

[jira] [Commented] (AIRFLOW-4265) Lineage backend did not work normally

2019-04-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812986#comment-16812986 ] ASF subversion and git services commented on AIRFLOW-4265: -- Commit

[GitHub] [airflow] feng-tao commented on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally

2019-04-08 Thread GitBox
feng-tao commented on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally URL: https://github.com/apache/airflow/pull/5067#issuecomment-481090404 lgtm This is an automated message from the Apache Git Service.

[GitHub] [airflow] feng-tao merged pull request #5067: [AIRFLOW-4265] Lineage backend did not work normally

2019-04-08 Thread GitBox
feng-tao merged pull request #5067: [AIRFLOW-4265] Lineage backend did not work normally URL: https://github.com/apache/airflow/pull/5067 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Resolved] (AIRFLOW-4261) To fix some minor issues in airflow/jobs.py

2019-04-08 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Feng resolved AIRFLOW-4261. --- Resolution: Fixed Fix Version/s: 2.0.0 > To fix some minor issues in airflow/jobs.py >

[GitHub] [airflow] feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273286654 ## File path: airflow/jobs.py ## @@ -675,10 +674,11 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] feng-tao merged pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
feng-tao merged pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065 This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Commented] (AIRFLOW-4261) To fix some minor issues in airflow/jobs.py

2019-04-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812960#comment-16812960 ] ASF subversion and git services commented on AIRFLOW-4261: -- Commit

[jira] [Commented] (AIRFLOW-4261) To fix some minor issues in airflow/jobs.py

2019-04-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812959#comment-16812959 ] ASF GitHub Bot commented on AIRFLOW-4261: - feng-tao commented on pull request #5065:

[GitHub] [airflow] bryanyang0528 commented on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally

2019-04-08 Thread GitBox
bryanyang0528 commented on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally URL: https://github.com/apache/airflow/pull/5067#issuecomment-481083240 import_string will fail if backend = `airflow.lineage.backend.atlas` ``` >>> from airflow.utils.module_loading

[GitHub] [airflow] bryanyang0528 edited a comment on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally

2019-04-08 Thread GitBox
bryanyang0528 edited a comment on issue #5067: [AIRFLOW-4265] Lineage backend did not work normally URL: https://github.com/apache/airflow/pull/5067#issuecomment-481083240 import_string will fail if backend = `airflow.lineage.backend.atlas` ``` >>> from

[jira] [Commented] (AIRFLOW-4265) Lineage backend did not work normally

2019-04-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812958#comment-16812958 ] ASF GitHub Bot commented on AIRFLOW-4265: - bryanyang0528 commented on pull request #5067:

[GitHub] [airflow] bryanyang0528 opened a new pull request #5067: [AIRFLOW-4265] Lineage backend did not work normally

2019-04-08 Thread GitBox
bryanyang0528 opened a new pull request #5067: [AIRFLOW-4265] Lineage backend did not work normally URL: https://github.com/apache/airflow/pull/5067 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow

[GitHub] [airflow] XD-DENG merged pull request #5063: [AIRFLOW-XXX] Ignore python files under node_modules when building docs

2019-04-08 Thread GitBox
XD-DENG merged pull request #5063: [AIRFLOW-XXX] Ignore python files under node_modules when building docs URL: https://github.com/apache/airflow/pull/5063 This is an automated message from the Apache Git Service. To

[jira] [Created] (AIRFLOW-4265) Lineage backend did not work normally

2019-04-08 Thread Bryan Yang (JIRA)
Bryan Yang created AIRFLOW-4265: --- Summary: Lineage backend did not work normally Key: AIRFLOW-4265 URL: https://issues.apache.org/jira/browse/AIRFLOW-4265 Project: Apache Airflow Issue Type:

[GitHub] [airflow] feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273286650 ## File path: airflow/jobs.py ## @@ -675,10 +674,11 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273286654 ## File path: airflow/jobs.py ## @@ -675,10 +674,11 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273283711 ## File path: airflow/jobs.py ## @@ -675,10 +674,11 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] pgagnon commented on issue #4636: [AIRFLOW-3737] Kubernetes executor cannot handle long dag/task names

2019-04-08 Thread GitBox
pgagnon commented on issue #4636: [AIRFLOW-3737] Kubernetes executor cannot handle long dag/task names URL: https://github.com/apache/airflow/pull/4636#issuecomment-481048844 Thanks for your work @PaulW and @darrenhaken !

[GitHub] [airflow] kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273269585 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -193,16 +187,7 @@ def

[jira] [Created] (AIRFLOW-4264) Would it be possible to make DummyOperator a fairly distinct color then other types of operators?

2019-04-08 Thread joyce chan (JIRA)
joyce chan created AIRFLOW-4264: --- Summary: Would it be possible to make DummyOperator a fairly distinct color then other types of operators? Key: AIRFLOW-4264 URL: https://issues.apache.org/jira/browse/AIRFLOW-4264

[jira] [Resolved] (AIRFLOW-4262) SlackWebhookOperator is not working properly

2019-04-08 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Feng resolved AIRFLOW-4262. --- Resolution: Fixed Fix Version/s: 2.0.0 > SlackWebhookOperator is not working properly >

[GitHub] [airflow] kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273253790 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -253,8 +253,8 @@ def

[jira] [Commented] (AIRFLOW-4262) SlackWebhookOperator is not working properly

2019-04-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812819#comment-16812819 ] ASF GitHub Bot commented on AIRFLOW-4262: - feng-tao commented on pull request #5066:

[jira] [Commented] (AIRFLOW-4262) SlackWebhookOperator is not working properly

2019-04-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812820#comment-16812820 ] ASF subversion and git services commented on AIRFLOW-4262: -- Commit

[GitHub] [airflow] feng-tao merged pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both

2019-04-08 Thread GitBox
feng-tao merged pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both URL: https://github.com/apache/airflow/pull/5066 This is an automated message from the Apache

[GitHub] [airflow] feng-tao commented on a change in pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both

2019-04-08 Thread GitBox
feng-tao commented on a change in pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both URL: https://github.com/apache/airflow/pull/5066#discussion_r273251207 ## File path: airflow/hooks/http_hook.py ## @@ -57,25

[GitHub] [airflow] youngyjd commented on a change in pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both

2019-04-08 Thread GitBox
youngyjd commented on a change in pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both URL: https://github.com/apache/airflow/pull/5066#discussion_r273250884 ## File path: airflow/hooks/http_hook.py ## @@ -57,25

[GitHub] [airflow] feng-tao commented on a change in pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both

2019-04-08 Thread GitBox
feng-tao commented on a change in pull request #5066: [AIRFLOW-4262] Ensure SlackWebhookHook can take either http_conn_id or webhook_token, or both URL: https://github.com/apache/airflow/pull/5066#discussion_r273248061 ## File path: airflow/hooks/http_hook.py ## @@ -57,25

[GitHub] [airflow] ArgentFalcon commented on issue #4957: [AIRFLOW-161] New redirect route and extra links

2019-04-08 Thread GitBox
ArgentFalcon commented on issue #4957: [AIRFLOW-161] New redirect route and extra links URL: https://github.com/apache/airflow/pull/4957#issuecomment-481008827 Yeah, go ahead This is an automated message from the Apache Git

[jira] [Created] (AIRFLOW-4263) SSL error bad handshake while calling databrick job from airflow Dag

2019-04-08 Thread danish shadab (JIRA)
danish shadab created AIRFLOW-4263: -- Summary: SSL error bad handshake while calling databrick job from airflow Dag Key: AIRFLOW-4263 URL: https://issues.apache.org/jira/browse/AIRFLOW-4263 Project:

[GitHub] [airflow] BasPH commented on issue #5056: [AIRFLOW-4259] Move remaining models out of models.py

2019-04-08 Thread GitBox
BasPH commented on issue #5056: [AIRFLOW-4259] Move remaining models out of models.py URL: https://github.com/apache/airflow/pull/5056#issuecomment-481004203 @ashb all green now, ready for review :) This is an automated

[GitHub] [airflow] feng-tao commented on issue #5066: [AIRFLOW-4262] fix SlackWebhookHook

2019-04-08 Thread GitBox
feng-tao commented on issue #5066: [AIRFLOW-4262] fix SlackWebhookHook URL: https://github.com/apache/airflow/pull/5066#issuecomment-480998357 the commit message could be more descriptive, e.g like ```Ensure that SlackWebhookHook can take either http_conn_id or webhook_token, or both```.

[jira] [Commented] (AIRFLOW-4262) SlackWebhookOperator is not working properly

2019-04-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812750#comment-16812750 ] ASF GitHub Bot commented on AIRFLOW-4262: - youngyjd commented on pull request #5066:

[GitHub] [airflow] youngyjd opened a new pull request #5066: [AIRFLOW-4262] fix SlackWebhookHook

2019-04-08 Thread GitBox
youngyjd opened a new pull request #5066: [AIRFLOW-4262] fix SlackWebhookHook URL: https://github.com/apache/airflow/pull/5066 Make sure you have checked _all_ steps below. ### Jira - [X] My PR addresses the following

[GitHub] [airflow] feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
feng-tao commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273185923 ## File path: airflow/jobs.py ## @@ -675,10 +674,11 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] feluelle commented on issue #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
feluelle commented on issue #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#issuecomment-480948845 LGTM overall  This is an automated message from the Apache Git Service.

[jira] [Created] (AIRFLOW-4262) SlackWebhookOperator is not working properly

2019-04-08 Thread Junda Yang (JIRA)
Junda Yang created AIRFLOW-4262: --- Summary: SlackWebhookOperator is not working properly Key: AIRFLOW-4262 URL: https://issues.apache.org/jira/browse/AIRFLOW-4262 Project: Apache Airflow Issue

[GitHub] [airflow] feng-tao edited a comment on issue #5010: [AIRFLOW-4192] Remove obsolete/derived task context variables

2019-04-08 Thread GitBox
feng-tao edited a comment on issue #5010: [AIRFLOW-4192] Remove obsolete/derived task context variables URL: https://github.com/apache/airflow/pull/5010#issuecomment-480515401 @BasPH , I understand that we could compute the removed macro with some expressions. But I assume someone created

[GitHub] [airflow] BasPH commented on issue #5056: [WIP][AIRFLOW-4259] Move remaining models out of models.py

2019-04-08 Thread GitBox
BasPH commented on issue #5056: [WIP][AIRFLOW-4259] Move remaining models out of models.py URL: https://github.com/apache/airflow/pull/5056#issuecomment-480872981 Thanks. 1. Fokko placed all issues under a parent issue so I'll reference that. 2. Will import the other classes in

[GitHub] [airflow] XD-DENG commented on issue #5058: [AIRFLOW-XXX] Add newline docstring for doc generation

2019-04-08 Thread GitBox
XD-DENG commented on issue #5058: [AIRFLOW-XXX] Add newline docstring for doc generation URL: https://github.com/apache/airflow/pull/5058#issuecomment-480851237 @zhongjiajie welcome ;-) This is an automated message from the

[GitHub] [airflow] XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273068593 ## File path: airflow/jobs.py ## @@ -723,7 +723,7 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273069300 ## File path: airflow/jobs.py ## @@ -1428,14 +1428,14 @@ def _process_dags(self, dagbag, dags, tis_out):

[GitHub] [airflow] XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273068593 ## File path: airflow/jobs.py ## @@ -723,7 +723,7 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273067758 ## File path: airflow/jobs.py ## @@ -675,10 +674,11 @@ def manage_slas(self, dag, session=None):

[GitHub] [airflow] XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
XD-DENG commented on a change in pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065#discussion_r273067697 ## File path: airflow/jobs.py ## @@ -665,8 +665,7 @@ def manage_slas(self, dag, session=None):

[jira] [Commented] (AIRFLOW-4261) To fix some minor issues in airflow/jobs.py

2019-04-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812456#comment-16812456 ] ASF GitHub Bot commented on AIRFLOW-4261: - XD-DENG commented on pull request #5065:

[GitHub] [airflow] XD-DENG opened a new pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py

2019-04-08 Thread GitBox
XD-DENG opened a new pull request #5065: [AIRFLOW-4261] Minor refactoring on jobs.py URL: https://github.com/apache/airflow/pull/5065 ### Jira - https://issues.apache.org/jira/browse/AIRFLOW-4261 ### Description Inside this PR, I tried to address a few minor issues,

[jira] [Created] (AIRFLOW-4261) To fix some minor issues in airflow/jobs.py

2019-04-08 Thread Xiaodong DENG (JIRA)
Xiaodong DENG created AIRFLOW-4261: -- Summary: To fix some minor issues in airflow/jobs.py Key: AIRFLOW-4261 URL: https://issues.apache.org/jira/browse/AIRFLOW-4261 Project: Apache Airflow

[GitHub] [airflow] codecov-io edited a comment on issue #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
codecov-io edited a comment on issue #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#issuecomment-480762291 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5054?src=pr=h1) Report > Merging

[GitHub] [airflow] potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273028362 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -253,8 +253,8 @@ def

[GitHub] [airflow] potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273028272 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[GitHub] [airflow] kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273018225 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[GitHub] [airflow] BasPH commented on issue #5010: [AIRFLOW-4192] Remove obsolete/derived task context variables

2019-04-08 Thread GitBox
BasPH commented on issue #5010: [AIRFLOW-4192] Remove obsolete/derived task context variables URL: https://github.com/apache/airflow/pull/5010#issuecomment-480814116 @feng-tao I started this discussion:

[GitHub] [airflow] kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273018225 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[GitHub] [airflow] kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273018225 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[GitHub] [airflow] mik-laj commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
mik-laj commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273014652 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[GitHub] [airflow] mik-laj commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
mik-laj commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273014652 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[jira] [Updated] (AIRFLOW-3876) Invalid distutil import

2019-04-08 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3876: --- Fix Version/s: (was: 2.0.0) 1.10.4 > Invalid distutil

[GitHub] [airflow] kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273010207 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[GitHub] [airflow] kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
kaxil commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r273009775 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -287,57 +236,41 @@ def

[jira] [Commented] (AIRFLOW-4260) Fix sphinx deprecation warning for autodoc_default_flags

2019-04-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16812357#comment-16812357 ] ASF GitHub Bot commented on AIRFLOW-4260: - feluelle commented on pull request #5064:

[GitHub] [airflow] feluelle opened a new pull request #5064: [AIRFLOW-4260] Fix sphinx deprecation warning for autodoc_default_flags

2019-04-08 Thread GitBox
feluelle opened a new pull request #5064: [AIRFLOW-4260] Fix sphinx deprecation warning for autodoc_default_flags URL: https://github.com/apache/airflow/pull/5064 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow

[jira] [Created] (AIRFLOW-4260) Fix sphinx deprecation warning for autodoc_default_flags

2019-04-08 Thread Felix Uellendall (JIRA)
Felix Uellendall created AIRFLOW-4260: - Summary: Fix sphinx deprecation warning for autodoc_default_flags Key: AIRFLOW-4260 URL: https://issues.apache.org/jira/browse/AIRFLOW-4260 Project: Apache

[jira] [Updated] (AIRFLOW-3470) Refactor: Move Variable out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3470: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[GitHub] [airflow] potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r272994038 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -212,44 +197,15 @@ def

[GitHub] [airflow] potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
potiuk commented on a change in pull request #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#discussion_r272993210 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -287,57 +236,41 @@ def

[jira] [Updated] (AIRFLOW-3464) Refactor: Move SkipMixin out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3464: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3467) Refactor: Move Chart out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3467: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3469) Refactor: Move KnownEvent out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3469: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3476) Refactor: Move KubeResourceVersion out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3476: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3477) Refactor: Move KubeWorkerIdentifier out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3477: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3468) Refactor: Move KnownEventType out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3468: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3458) Refactor: Move Connection out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3458: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3463) Refactor: Move Log out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3463: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move Log

[jira] [Updated] (AIRFLOW-3459) Refactor: Move DagPickle out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3459: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3466) Refactor: Move DAG out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3466: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move DAG

[jira] [Updated] (AIRFLOW-3472) Refactor: Move DagStat out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3472: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3456) Refactor: Move DagBag out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3456: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3474) Refactor: Move SlaMiss out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3474: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3461) Refactor: Move TaskFail out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3461: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3457) Refactor: Move User out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3457: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move User

[jira] [Updated] (AIRFLOW-3579) Refactor: Move Pool out of models.py

2019-04-08 Thread Bas Harenslak (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bas Harenslak updated AIRFLOW-3579: --- Issue Type: Sub-task (was: Task) Parent: AIRFLOW-4259 > Refactor: Move Pool out

[jira] [Updated] (AIRFLOW-3465) Refactor: Move BaseOperator out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3465: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3460) Refactor: Move TaskInstance out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3460: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3473) Refactor: Move DagRun out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3473: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3471) Refactor: Move XCom out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3471: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move XCom

[jira] [Updated] (AIRFLOW-3462) Refactor: Move TaskReschedule out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3462: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Updated] (AIRFLOW-3475) Refactor: Move ImportError out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-3475: -- Parent: AIRFLOW-4259 Issue Type: Sub-task (was: Task) > Refactor: Move

[jira] [Assigned] (AIRFLOW-4259) Refactor: move all classes out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong reassigned AIRFLOW-4259: - Assignee: Bas Harenslak > Refactor: move all classes out of models.py >

[jira] [Updated] (AIRFLOW-4259) Refactor: move all classes out of models.py

2019-04-08 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-4259: -- Issue Type: Task (was: Bug) > Refactor: move all classes out of models.py >

[jira] [Created] (AIRFLOW-4259) Refactor: move all classes out of models.py

2019-04-08 Thread Bas Harenslak (JIRA)
Bas Harenslak created AIRFLOW-4259: -- Summary: Refactor: move all classes out of models.py Key: AIRFLOW-4259 URL: https://issues.apache.org/jira/browse/AIRFLOW-4259 Project: Apache Airflow

[GitHub] [airflow] codecov-io edited a comment on issue #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
codecov-io edited a comment on issue #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#issuecomment-480762291 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5054?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS

2019-04-08 Thread GitBox
codecov-io edited a comment on issue #5054: [AIRFLOW-4255] Replace Discovery based api with client based for GCS URL: https://github.com/apache/airflow/pull/5054#issuecomment-480762291 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5054?src=pr=h1) Report > Merging

[GitHub] [airflow] zhongjiajie commented on a change in pull request #4779: [WIP][AIRFLOW-3958] Support list tasks as upstream in chain

2019-04-08 Thread GitBox
zhongjiajie commented on a change in pull request #4779: [WIP][AIRFLOW-3958] Support list tasks as upstream in chain URL: https://github.com/apache/airflow/pull/4779#discussion_r272986625 ## File path: airflow/utils/helpers.py ## @@ -154,19 +156,46 @@ def

[GitHub] [airflow] zhongjiajie commented on a change in pull request #4779: [WIP][AIRFLOW-3958] Support list tasks as upstream in chain

2019-04-08 Thread GitBox
zhongjiajie commented on a change in pull request #4779: [WIP][AIRFLOW-3958] Support list tasks as upstream in chain URL: https://github.com/apache/airflow/pull/4779#discussion_r272986625 ## File path: airflow/utils/helpers.py ## @@ -154,19 +156,46 @@ def

[GitHub] [airflow] ashb opened a new pull request #5063: [AIRFLOW-XXX] Ignore python files under node_modules when building docs

2019-04-08 Thread GitBox
ashb opened a new pull request #5063: [AIRFLOW-XXX] Ignore python files under node_modules when building docs URL: https://github.com/apache/airflow/pull/5063 Make sure you have checked _all_ steps below. ### Jira - [x] No Jira ### Description - [x] Some

  1   2   >