[GitHub] [airflow] ryanyuan commented on issue #5539: [AIRFLOW-4811] Implement GCP DLP' Hook and Operators

2019-07-10 Thread GitBox
ryanyuan commented on issue #5539: [AIRFLOW-4811] Implement GCP DLP' Hook and Operators URL: https://github.com/apache/airflow/pull/5539#issuecomment-510277527 @zzlbuaa Nice suggestion! I would put that logic in along with an optional parameter, which will be true by default for waiting,

[GitHub] [airflow] pgagnon commented on issue #5556: [AIRFLOW-4901] Relaxes jinja2 version requirement

2019-07-10 Thread GitBox
pgagnon commented on issue #5556: [AIRFLOW-4901] Relaxes jinja2 version requirement URL: https://github.com/apache/airflow/pull/5556#issuecomment-510277383 @ashb This is an automated message from the Apache Git Service. To

[GitHub] [airflow] codecov-io edited a comment on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
codecov-io edited a comment on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#issuecomment-510272955 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5517?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
codecov-io commented on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#issuecomment-510272955 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5517?src=pr=h1) Report > Merging

[GitHub] [airflow] serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302310691 ## File path: airflow/jobs/scheduler_job.py ## @@ -389,34 +389,34 @@ def manage_slas(self, dag,

[GitHub] [airflow] KevinYang21 commented on issue #5079: [AIRFLOW-4285] Update task dependency context defination and usage

2019-07-10 Thread GitBox
KevinYang21 commented on issue #5079: [AIRFLOW-4285] Update task dependency context defination and usage URL: https://github.com/apache/airflow/pull/5079#issuecomment-510266599 @ashb @Fokko, got it rebased, PTAL  This

[GitHub] [airflow] potiuk commented on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
potiuk commented on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#issuecomment-510265722 Neither. I have a change pending approval/merge to CONTRIBUTING.md on how to deal with pylint errors. You should disable the pylint error for

[GitHub] [airflow] codecov-io commented on issue #5557: [AIRFLOW-4928] Move all config parses to class properties

2019-07-10 Thread GitBox
codecov-io commented on issue #5557: [AIRFLOW-4928] Move all config parses to class properties URL: https://github.com/apache/airflow/pull/5557#issuecomment-510265478 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5557?src=pr=h1) Report > Merging

[GitHub] [airflow] fmao commented on issue #5189: [AIRFLOW-4415] skip status propagation

2019-07-10 Thread GitBox
fmao commented on issue #5189: [AIRFLOW-4415] skip status propagation URL: https://github.com/apache/airflow/pull/5189#issuecomment-510262267 @OmerJog @feluelle @feng-tao any update? This is an automated message from the

[GitHub] [airflow] serkef commented on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
serkef commented on issue #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#issuecomment-510261159 Can one help me with the pylint errors? It complains for accessing unknown property. Issue is class has a method `__get_token` that is

[GitHub] [airflow] serkef commented on a change in pull request #5519: [AIRFLOW-4543] Update slack operator to support slackclient v2

2019-07-10 Thread GitBox
serkef commented on a change in pull request #5519: [AIRFLOW-4543] Update slack operator to support slackclient v2 URL: https://github.com/apache/airflow/pull/5519#discussion_r302302278 ## File path: airflow/hooks/slack_hook.py ## @@ -27,36 +29,53 @@ class

[jira] [Commented] (AIRFLOW-4928) Remove redundant config parsing in DagBag

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882495#comment-16882495 ] ASF GitHub Bot commented on AIRFLOW-4928: - serkef commented on pull request #5557:

[GitHub] [airflow] serkef opened a new pull request #5557: [AIRFLOW-4928] Move all config parses to class properties

2019-07-10 Thread GitBox
serkef opened a new pull request #5557: [AIRFLOW-4928] Move all config parses to class properties URL: https://github.com/apache/airflow/pull/5557 Make sure you have checked _all_ steps below. ### Jira - [x ] My PR addresses the following [Airflow

[jira] [Commented] (AIRFLOW-259) MySqlToHiveOperator incorrectly requotes strings due to csv.writer configuration

2019-07-10 Thread John Bodley (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882492#comment-16882492 ] John Bodley commented on AIRFLOW-259: - [~jackjack10] I'm unsure as we're currently not using either

[jira] [Created] (AIRFLOW-4928) Remove redundant config parsing in DagBag

2019-07-10 Thread Sergio Kef (JIRA)
Sergio Kef created AIRFLOW-4928: --- Summary: Remove redundant config parsing in DagBag Key: AIRFLOW-4928 URL: https://issues.apache.org/jira/browse/AIRFLOW-4928 Project: Apache Airflow Issue

[GitHub] [airflow] zzlbuaa commented on issue #5539: [AIRFLOW-4811] Implement GCP DLP' Hook and Operators

2019-07-10 Thread GitBox
zzlbuaa commented on issue #5539: [AIRFLOW-4811] Implement GCP DLP' Hook and Operators URL: https://github.com/apache/airflow/pull/5539#issuecomment-510246198 @ryanyuan @mik-laj Since create_dlp_job is an asynchronous call(completes while job is still pending or running), and the job can

[GitHub] [airflow] serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302276684 ## File path: airflow/jobs/scheduler_job.py ## @@ -389,34 +389,34 @@ def manage_slas(self, dag,

[GitHub] [airflow] serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302275896 ## File path: airflow/jobs/scheduler_job.py ## @@ -434,86 +434,89 @@ def manage_slas(self, dag,

[GitHub] [airflow] serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302275926 ## File path: airflow/jobs/scheduler_job.py ## @@ -434,86 +434,89 @@ def manage_slas(self, dag,

[GitHub] [airflow] serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302275751 ## File path: airflow/jobs/scheduler_job.py ## @@ -434,86 +434,89 @@ def manage_slas(self, dag,

[GitHub] [airflow] serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
serkef commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302275552 ## File path: airflow/jobs/scheduler_job.py ## @@ -434,86 +434,89 @@ def manage_slas(self, dag,

[GitHub] [airflow] nuclearpinguin edited a comment on issue #5505: [AIRFLOW-4868] Fix typo in kubernetes/docker/build.sh

2019-07-10 Thread GitBox
nuclearpinguin edited a comment on issue #5505: [AIRFLOW-4868] Fix typo in kubernetes/docker/build.sh URL: https://github.com/apache/airflow/pull/5505#issuecomment-510227562 @mik-laj can you merge it? This is an automated

[GitHub] [airflow] nuclearpinguin commented on issue #5505: [AIRFLOW-4868] Fix typo in kubernetes/docker/build.sh

2019-07-10 Thread GitBox
nuclearpinguin commented on issue #5505: [AIRFLOW-4868] Fix typo in kubernetes/docker/build.sh URL: https://github.com/apache/airflow/pull/5505#issuecomment-510227562 @mik-laj This is an automated message from the Apache

[GitHub] [airflow] nuclearpinguin commented on issue #5529: Update README to add Cryptalizer to list of users

2019-07-10 Thread GitBox
nuclearpinguin commented on issue #5529: Update README to add Cryptalizer to list of users URL: https://github.com/apache/airflow/pull/5529#issuecomment-510227242 I think we still miss the prefix `[AIRFLOW-XXX]` required by Airflow convention: > In case you are fixing a typo in the

[GitHub] [airflow] smogili1 commented on issue #5529: Update README to add Cryptalizer to list of users

2019-07-10 Thread GitBox
smogili1 commented on issue #5529: Update README to add Cryptalizer to list of users URL: https://github.com/apache/airflow/pull/5529#issuecomment-510225426 @nuclearpinguin Sure. done. This is an automated message from the

[GitHub] [airflow] nuclearpinguin commented on issue #5529: Update README

2019-07-10 Thread GitBox
nuclearpinguin commented on issue #5529: Update README URL: https://github.com/apache/airflow/pull/5529#issuecomment-510224825 I would suggest changing the title of the PR to `[AIRFLOW-XXX] Add Cryptalizer to list of users`.

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
nuclearpinguin commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302261483 ## File path: airflow/jobs/scheduler_job.py ## @@ -389,34 +389,34 @@ def manage_slas(self, dag,

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code

2019-07-10 Thread GitBox
nuclearpinguin commented on a change in pull request #5517: [AIRFLOW-4292] Cleanup and improve SLA code URL: https://github.com/apache/airflow/pull/5517#discussion_r302259608 ## File path: airflow/jobs/scheduler_job.py ## @@ -389,34 +389,34 @@ def manage_slas(self, dag,

[GitHub] [airflow] codecov-io edited a comment on issue #5407: [AIRFLOW-4741] Include Sentry into core Airflow

2019-07-10 Thread GitBox
codecov-io edited a comment on issue #5407: [AIRFLOW-4741] Include Sentry into core Airflow URL: https://github.com/apache/airflow/pull/5407#issuecomment-501924753 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5407?src=pr=h1) Report > Merging

[GitHub] [airflow] mattrasto commented on issue #5540: [AIRFLOW-4904] Retrieve test config file from $AIRFLOW_TEST_CONFIG (default to home)

2019-07-10 Thread GitBox
mattrasto commented on issue #5540: [AIRFLOW-4904] Retrieve test config file from $AIRFLOW_TEST_CONFIG (default to home) URL: https://github.com/apache/airflow/pull/5540#issuecomment-510205371 It was mostly so that we could place `unittests.cfg` in a specific config folder with the rest

[GitHub] [airflow] codecov-io edited a comment on issue #5556: [AIRFLOW-4901] Relaxes jinja2 version requirement

2019-07-10 Thread GitBox
codecov-io edited a comment on issue #5556: [AIRFLOW-4901] Relaxes jinja2 version requirement URL: https://github.com/apache/airflow/pull/5556#issuecomment-510203976 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5556?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #5556: [AIRFLOW-4901] Relaxes jinja2 version requirement

2019-07-10 Thread GitBox
codecov-io commented on issue #5556: [AIRFLOW-4901] Relaxes jinja2 version requirement URL: https://github.com/apache/airflow/pull/5556#issuecomment-510203976 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5556?src=pr=h1) Report > Merging

[GitHub] [airflow] ashb commented on issue #5540: [AIRFLOW-4904] Retrieve test config file from $AIRFLOW_TEST_CONFIG (default to home)

2019-07-10 Thread GitBox
ashb commented on issue #5540: [AIRFLOW-4904] Retrieve test config file from $AIRFLOW_TEST_CONFIG (default to home) URL: https://github.com/apache/airflow/pull/5540#issuecomment-510203578 Where do you use this? I've been thinking of getting rid of the test config concept entirely (and

[GitHub] [airflow] potiuk commented on issue #5555: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_*_properties templated

2019-07-10 Thread GitBox
potiuk commented on issue #: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_*_properties templated URL: https://github.com/apache/airflow/pull/#issuecomment-510200908 Thanks @eladkal - merged to both master and 1.10.4

[jira] [Resolved] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

2019-07-10 Thread Jarek Potiuk (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-4919. --- Resolution: Fixed Fix Version/s: 1.10.4 > Add 'dataproc_properties' parameter to

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882392#comment-16882392 ] ASF GitHub Bot commented on AIRFLOW-4919: - potiuk commented on pull request #:

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

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

[GitHub] [airflow] potiuk merged pull request #5555: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_*_properties templated

2019-07-10 Thread GitBox
potiuk merged pull request #: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_*_properties templated URL: https://github.com/apache/airflow/pull/ This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

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

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

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

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882389#comment-16882389 ] ASF GitHub Bot commented on AIRFLOW-4919: - potiuk commented on pull request #5554:

[GitHub] [airflow] potiuk merged pull request #5554: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_properties templated

2019-07-10 Thread GitBox
potiuk merged pull request #5554: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_properties templated URL: https://github.com/apache/airflow/pull/5554 This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] codecov-io commented on issue #5551: [AIRFLOW-4920] Use html.escape instead of cgi.escape to fix DeprecationWarning

2019-07-10 Thread GitBox
codecov-io commented on issue #5551: [AIRFLOW-4920] Use html.escape instead of cgi.escape to fix DeprecationWarning URL: https://github.com/apache/airflow/pull/5551#issuecomment-510181415 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5551?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
codecov-io edited a comment on issue #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#issuecomment-510024609 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5553?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-1894) Rebase and migrate existing Airflow GCP operators to google-python-cloud

2019-07-10 Thread Feng Lu (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882302#comment-16882302 ] Feng Lu commented on AIRFLOW-1894: -- SGTM, thank you both. [~jackjack10] [~higrys] > Rebase and

[GitHub] [airflow] PureW opened a new pull request #5556: Relaxes jinja2 version requirement

2019-07-10 Thread GitBox
PureW opened a new pull request #5556: Relaxes jinja2 version requirement URL: https://github.com/apache/airflow/pull/5556 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/)

[jira] [Updated] (AIRFLOW-4924) Loading DAGs asynchronously in Airflow webserver

2019-07-10 Thread Zhou Fang (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhou Fang updated AIRFLOW-4924: --- Affects Version/s: (was: 1.10.3) (was: 1.10.2) Fix

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882265#comment-16882265 ] ASF GitHub Bot commented on AIRFLOW-4919: - eladkal commented on pull request #:

[GitHub] [airflow] eladkal opened a new pull request #5555: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_*_properties templated

2019-07-10 Thread GitBox
eladkal opened a new pull request #: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_*_properties templated URL: https://github.com/apache/airflow/pull/ Make sure you have checked _all_ steps below. ### Jira https://issues.apache.org/jira/browse/AIRFLOW-4919

[jira] [Assigned] (AIRFLOW-4515) KubernetesExecutor hangs in the subdag context

2019-07-10 Thread Daniel Imberman (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Imberman reassigned AIRFLOW-4515: Assignee: Daniel Imberman > KubernetesExecutor hangs in the subdag context >

[GitHub] [airflow] amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run

2019-07-10 Thread GitBox
amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run URL: https://github.com/apache/airflow/pull/4751#discussion_r302166819 ## File path: airflow/ti_deps/deps/trigger_rule_dep.py ## @@ -49,33 +50,46 @@ def

[GitHub] [airflow] amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run

2019-07-10 Thread GitBox
amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run URL: https://github.com/apache/airflow/pull/4751#discussion_r302166463 ## File path: airflow/ti_deps/deps/trigger_rule_dep.py ## @@ -49,33 +50,46 @@ def

[GitHub] [airflow] amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run

2019-07-10 Thread GitBox
amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run URL: https://github.com/apache/airflow/pull/4751#discussion_r302166108 ## File path: airflow/ti_deps/deps/trigger_rule_dep.py ## @@ -49,33 +50,46 @@ def

[GitHub] [airflow] feluelle commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
feluelle commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#discussion_r302159576 ## File path: airflow/example_dags/example_docker_operator.py ## @@ -17,6

[GitHub] [airflow] XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#discussion_r302147223 ## File path: airflow/example_dags/example_docker_operator.py ## @@ -17,6

[GitHub] [airflow] XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#discussion_r302145755 ## File path: airflow/example_dags/example_docker_operator.py ## @@ -17,6

[GitHub] [airflow] mik-laj commented on a change in pull request #5549: change task_dict type to Dict[str, BaseOperator] in the comment

2019-07-10 Thread GitBox
mik-laj commented on a change in pull request #5549: change task_dict type to Dict[str, BaseOperator] in the comment URL: https://github.com/apache/airflow/pull/5549#discussion_r302139123 ## File path: airflow/models/dag.py ## @@ -225,7 +226,7 @@ def __init__(

[GitHub] [airflow] feluelle commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
feluelle commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#discussion_r302118911 ## File path: airflow/example_dags/example_docker_operator.py ## @@ -17,6

[jira] [Commented] (AIRFLOW-4900) Incompatible version of Werkzeug after Flask upgrade

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

[jira] [Commented] (AIRFLOW-4510) Timezone set incorrectly if multiple DAGs defined in the same file

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

[jira] [Commented] (AIRFLOW-4478) Operators instantiate many duplicate objects

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

[jira] [Commented] (AIRFLOW-4890) Fix Log link in TaskInstance's View for Non-RBAC

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

[jira] [Commented] (AIRFLOW-4896) KubernetesExecutorConfig labels default argument is mutable

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

[jira] [Commented] (AIRFLOW-4862) Allow directly using IP address as hostname in airflow.utils.net.get_hostname()

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

[jira] [Commented] (AIRFLOW-4900) Incompatible version of Werkzeug after Flask upgrade

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

[jira] [Commented] (AIRFLOW-4892) Creation of Connections via UI fails in 1.10.4rc2

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

[jira] [Commented] (AIRFLOW-3360) Search does not respect ShowPaused Dags querystring

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

[jira] [Commented] (AIRFLOW-4494) Unwanted kwarg shell=True in DaskExecutor

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

[jira] [Commented] (AIRFLOW-4900) Incompatible version of Werkzeug after Flask upgrade

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

[jira] [Commented] (AIRFLOW-4900) Incompatible version of Werkzeug after Flask upgrade

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

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882101#comment-16882101 ] ASF GitHub Bot commented on AIRFLOW-4919: - eladkal commented on pull request #5554:

[GitHub] [airflow] eladkal opened a new pull request #5554: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_properties templated

2019-07-10 Thread GitBox
eladkal opened a new pull request #5554: [AIRFLOW-4919] DataProcJobBaseOperator dataproc_properties templated URL: https://github.com/apache/airflow/pull/5554 Make sure you have checked _all_ steps below. ### Jira https://issues.apache.org/jira/browse/AIRFLOW-4919 ###

[jira] [Commented] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

2019-07-10 Thread Elad (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16882087#comment-16882087 ] Elad commented on AIRFLOW-4919: --- PR https://github.com/apache/airflow/pull/5250 changed the 

[jira] [Assigned] (AIRFLOW-4919) Add 'dataproc_properties' parameter to templated fields of DataProcJobBaseOperator child classes

2019-07-10 Thread Elad (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elad reassigned AIRFLOW-4919: - Assignee: Elad > Add 'dataproc_properties' parameter to templated fields of >

[GitHub] [airflow] XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#discussion_r302065321 ## File path: airflow/example_dags/example_docker_operator.py ## @@ -17,6

[GitHub] [airflow] XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
XD-DENG commented on a change in pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#discussion_r302062944 ## File path: airflow/example_dags/example_docker_operator.py ## @@ -17,6

[GitHub] [airflow] feluelle commented on a change in pull request #5530: [AIRFLOW-1740] Fix xcom creation and update via UI

2019-07-10 Thread GitBox
feluelle commented on a change in pull request #5530: [AIRFLOW-1740] Fix xcom creation and update via UI URL: https://github.com/apache/airflow/pull/5530#discussion_r302027682 ## File path: airflow/www/views.py ## @@ -2685,6 +2685,9 @@ class

[GitHub] [airflow] codecov-io commented on issue #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
codecov-io commented on issue #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553#issuecomment-510024609 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5553?src=pr=h1) Report > Merging

[jira] [Created] (AIRFLOW-4927) Airflow task stuck in Scheduled mode due to pool not existed

2019-07-10 Thread jack (JIRA)
jack created AIRFLOW-4927: - Summary: Airflow task stuck in Scheduled mode due to pool not existed Key: AIRFLOW-4927 URL: https://issues.apache.org/jira/browse/AIRFLOW-4927 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-4926) Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881957#comment-16881957 ] ASF GitHub Bot commented on AIRFLOW-4926: - feluelle commented on pull request #5553:

[GitHub] [airflow] feluelle opened a new pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread GitBox
feluelle opened a new pull request #5553: [AIRFLOW-4926] Fix example dags where its start_date is datetime.utcnow() URL: https://github.com/apache/airflow/pull/5553 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow

[jira] [Updated] (AIRFLOW-4926) Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread Felix Uellendall (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Uellendall updated AIRFLOW-4926: -- Description: Example dags with datetime.utcnow() start_date do not run tasks. The

[jira] [Created] (AIRFLOW-4926) Fix example dags where its start_date is datetime.utcnow()

2019-07-10 Thread Felix Uellendall (JIRA)
Felix Uellendall created AIRFLOW-4926: - Summary: Fix example dags where its start_date is datetime.utcnow() Key: AIRFLOW-4926 URL: https://issues.apache.org/jira/browse/AIRFLOW-4926 Project:

[GitHub] [airflow] codecov-io edited a comment on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI

2019-07-10 Thread GitBox
codecov-io edited a comment on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI URL: https://github.com/apache/airflow/pull/5552#issuecomment-509996966 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5552?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI

2019-07-10 Thread GitBox
codecov-io edited a comment on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI URL: https://github.com/apache/airflow/pull/5552#issuecomment-509996966 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5552?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI

2019-07-10 Thread GitBox
codecov-io edited a comment on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI URL: https://github.com/apache/airflow/pull/5552#issuecomment-509996966 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5552?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI

2019-07-10 Thread GitBox
codecov-io commented on issue #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field in RBAC UI URL: https://github.com/apache/airflow/pull/5552#issuecomment-509996966 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5552?src=pr=h1) Report > Merging

[jira] [Updated] (AIRFLOW-4925) Improve css style for Variables Input File Field in RBAC UI

2019-07-10 Thread Felix Uellendall (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Uellendall updated AIRFLOW-4925: -- Summary: Improve css style for Variables Input File Field in RBAC UI (was: Improve

[jira] [Updated] (AIRFLOW-4925) Improve css style for Variables Input File Field

2019-07-10 Thread Felix Uellendall (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Uellendall updated AIRFLOW-4925: -- Affects Version/s: (was: 1.10.4) 2.0.0 > Improve css

[jira] [Commented] (AIRFLOW-4925) Improve css style for Variables Input File Field

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881873#comment-16881873 ] ASF GitHub Bot commented on AIRFLOW-4925: - feluelle commented on pull request #5552:

[GitHub] [airflow] feluelle opened a new pull request #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field

2019-07-10 Thread GitBox
feluelle opened a new pull request #5552: [AIRFLOW-4925] Improve css style for Variables Input File Field URL: https://github.com/apache/airflow/pull/5552 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow

[jira] [Created] (AIRFLOW-4925) Improve css style for Variables Input File Field

2019-07-10 Thread Felix Uellendall (JIRA)
Felix Uellendall created AIRFLOW-4925: - Summary: Improve css style for Variables Input File Field Key: AIRFLOW-4925 URL: https://issues.apache.org/jira/browse/AIRFLOW-4925 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-4920) cgi.escape used in QueryView was removed in Python 3.8

2019-07-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881866#comment-16881866 ] ASF GitHub Bot commented on AIRFLOW-4920: - tirkarthi commented on pull request #5551:

[GitHub] [airflow] tirkarthi opened a new pull request #5551: [AIRFLOW-4920] Use html.escape instead of cgi.escape to fix DeprecationWarning

2019-07-10 Thread GitBox
tirkarthi opened a new pull request #5551: [AIRFLOW-4920] Use html.escape instead of cgi.escape to fix DeprecationWarning URL: https://github.com/apache/airflow/pull/5551 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow

[jira] [Closed] (AIRFLOW-4916) delete dag from experimental API

2019-07-10 Thread franck cussac (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] franck cussac closed AIRFLOW-4916. -- Resolution: Duplicate > delete dag from experimental API >

[jira] [Commented] (AIRFLOW-1894) Rebase and migrate existing Airflow GCP operators to google-python-cloud

2019-07-10 Thread jack (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881767#comment-16881767 ] jack commented on AIRFLOW-1894: --- Yep. > Rebase and migrate existing Airflow GCP operators to