[jira] [Resolved] (AIRFLOW-5256) Related pylint changes for common licences in python files

2019-09-17 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-5256. --- Fix Version/s: 2.0.0 Resolution: Fixed > Related pylint changes for common licences

[GitHub] [airflow] TobKed closed pull request #6135: [AIRFLOW-XXX] Add stacklevel to GCP deprecation warnings

2019-09-17 Thread GitBox
TobKed closed pull request #6135: [AIRFLOW-XXX] Add stacklevel to GCP deprecation warnings URL: https://github.com/apache/airflow/pull/6135 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] mrshu commented on a change in pull request #5879: [AIRFLOW-5280] conn: Remove aws_default's default region name

2019-09-17 Thread GitBox
mrshu commented on a change in pull request #5879: [AIRFLOW-5280] conn: Remove aws_default's default region name URL: https://github.com/apache/airflow/pull/5879#discussion_r325125602 ## File path: UPDATING.md ## @@ -39,28 +39,36 @@ assists users migrating to a new

[GitHub] [airflow] codecov-io commented on issue #6134: [AIRFLOW-XXX] Add a third way to configure authorization

2019-09-17 Thread GitBox
codecov-io commented on issue #6134: [AIRFLOW-XXX] Add a third way to configure authorization URL: https://github.com/apache/airflow/pull/6134#issuecomment-532193243 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6134?src=pr=h1) Report > Merging

[GitHub] [airflow] TobKed commented on issue #6096: [AIRFLOW-5477] Rewrite Google PubSub Hook to Google Cloud Python

2019-09-17 Thread GitBox
TobKed commented on issue #6096: [AIRFLOW-5477] Rewrite Google PubSub Hook to Google Cloud Python URL: https://github.com/apache/airflow/pull/6096#issuecomment-532193257 @mik-laj Yes, hopefully PR is done. I've applied all necessary patches.

[GitHub] [airflow] codecov-io edited a comment on issue #6129: [AIRFLOW-5447] Scheduler stalls because second watcher thread in default args

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6129: [AIRFLOW-5447] Scheduler stalls because second watcher thread in default args URL: https://github.com/apache/airflow/pull/6129#issuecomment-532198003 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6129?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6129: [AIRFLOW-5447] Scheduler stalls because second watcher thread in default args

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6129: [AIRFLOW-5447] Scheduler stalls because second watcher thread in default args URL: https://github.com/apache/airflow/pull/6129#issuecomment-532198003 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6129?src=pr=h1) Report > Merging

[GitHub] [airflow] mik-laj commented on a change in pull request #6096: [AIRFLOW-5477] Rewrite Google PubSub Hook to Google Cloud Python

2019-09-17 Thread GitBox
mik-laj commented on a change in pull request #6096: [AIRFLOW-5477] Rewrite Google PubSub Hook to Google Cloud Python URL: https://github.com/apache/airflow/pull/6096#discussion_r325137231 ## File path: airflow/gcp/operators/pubsub.py ## @@ -326,34 +505,68 @@ class

[GitHub] [airflow] codecov-io edited a comment on issue #6129: [AIRFLOW-5447] Scheduler stalls because second watcher thread in default args

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6129: [AIRFLOW-5447] Scheduler stalls because second watcher thread in default args URL: https://github.com/apache/airflow/pull/6129#issuecomment-532198003 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6129?src=pr=h1) Report > Merging

[GitHub] [airflow] potiuk commented on issue #5786: [AIRFLOW-5170] [AIRFLOW-5256] Consistent licences for python files and related pylint fixes

2019-09-17 Thread GitBox
potiuk commented on issue #5786: [AIRFLOW-5170] [AIRFLOW-5256] Consistent licences for python files and related pylint fixes URL: https://github.com/apache/airflow/pull/5786#issuecomment-532199033                      

[GitHub] [airflow] mik-laj commented on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
mik-laj commented on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-532206584 @potiuk Can you do rebase? This is an automated message from the

[GitHub] [airflow] dossett commented on issue #4064: AIRFLOW-3149 Support dataproc cluster deletion on ERROR

2019-09-17 Thread GitBox
dossett commented on issue #4064: AIRFLOW-3149 Support dataproc cluster deletion on ERROR URL: https://github.com/apache/airflow/pull/4064#issuecomment-532216503 Thank you @mik-laj @potiuk @OmerJog @fenglu-g for all the feedback along the way, it's exciting to see this get merged.

[jira] [Commented] (AIRFLOW-2970) Kubernetes logging is broken

2019-09-17 Thread Steven Miller (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931615#comment-16931615 ] Steven Miller commented on AIRFLOW-2970: Astronomer is debugging a similar issue in 1.10.x . If

[GitHub] [airflow] kaxil commented on issue #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
kaxil commented on issue #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136#issuecomment-532362977 Are you installing Airflow from master? Or just using DAGs? This is an automated

[GitHub] [airflow] brunolucatto edited a comment on issue #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
brunolucatto edited a comment on issue #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136#issuecomment-532362393 I understand it was intentionally removed, but without it, the example is not working on my airflow. I was really confused since two

[GitHub] [airflow] pgagnon commented on issue #6104: [AIRFLOW-4574] allow providing private_key in SSHHook

2019-09-17 Thread GitBox
pgagnon commented on issue #6104: [AIRFLOW-4574] allow providing private_key in SSHHook URL: https://github.com/apache/airflow/pull/6104#issuecomment-532366320 I see this has just been merged, but nevertheless... I can see why this feature could be useful, but I am concerned that it might

[jira] [Commented] (AIRFLOW-2970) Kubernetes logging is broken

2019-09-17 Thread Steven Miller (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931617#comment-16931617 ] Steven Miller commented on AIRFLOW-2970: for clarify, i'm talking about this button 

[jira] [Comment Edited] (AIRFLOW-2970) Kubernetes logging is broken

2019-09-17 Thread Steven Miller (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931615#comment-16931615 ] Steven Miller edited comment on AIRFLOW-2970 at 9/17/19 4:18 PM: -

[GitHub] [airflow] kaxil commented on issue #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
kaxil commented on issue #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136#issuecomment-532359170 This has been intentionally removed by some awesome work from @Fokko https://github.com/apache/airflow/pull/5990

[jira] [Commented] (AIRFLOW-5510) example_trigger_target_dag not working

2019-09-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931759#comment-16931759 ] ASF GitHub Bot commented on AIRFLOW-5510: - kaxil commented on pull request #6137:

[jira] [Closed] (AIRFLOW-5510) example_trigger_target_dag not working

2019-09-17 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik closed AIRFLOW-5510. --- Resolution: Not A Problem > example_trigger_target_dag not working >

[jira] [Commented] (AIRFLOW-5447) KubernetesExecutor hangs on task queueing

2019-09-17 Thread Henry Cohen (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931681#comment-16931681 ] Henry Cohen commented on AIRFLOW-5447: -- Thank you guys so much for working on this, any idea on

[GitHub] [airflow] brunolucatto opened a new pull request #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
brunolucatto opened a new pull request #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136 [fix] Add provide_context=True in order to make kwargs receive the passed message Make sure you have checked _all_ steps below. ### Jira

[jira] [Created] (AIRFLOW-5511) MSSQL resetdb /initdb for 1.10.5 fails to create tables

2019-09-17 Thread ROHIT K RAMWAL (Jira)
ROHIT K RAMWAL created AIRFLOW-5511: --- Summary: MSSQL resetdb /initdb for 1.10.5 fails to create tables Key: AIRFLOW-5511 URL: https://issues.apache.org/jira/browse/AIRFLOW-5511 Project: Apache

[GitHub] [airflow] kaxil commented on issue #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
kaxil commented on issue #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136#issuecomment-532365349 I understand the confusion. You should be checking the example DAGs of the version of Airflow you have installed. For example if you have Airflow

[GitHub] [airflow] kaxil closed pull request #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
kaxil closed pull request #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Comment Edited] (AIRFLOW-5385) SparkSubmit status spend lot of time

2019-09-17 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931099#comment-16931099 ] t oo edited comment on AIRFLOW-5385 at 9/17/19 7:23 PM: i created spark-27491,

[GitHub] [airflow] kaxil closed pull request #6137: [AIRFLOW-5510] Add provide context

2019-09-17 Thread GitBox
kaxil closed pull request #6137: [AIRFLOW-5510] Add provide context URL: https://github.com/apache/airflow/pull/6137 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] feng-tao commented on a change in pull request #5819: [AIRFLOW-5147] extended character set for for k8s worker pods annotations

2019-09-17 Thread GitBox
feng-tao commented on a change in pull request #5819: [AIRFLOW-5147] extended character set for for k8s worker pods annotations URL: https://github.com/apache/airflow/pull/5819#discussion_r325256242 ## File path: airflow/config_templates/default_airflow.cfg ## @@ -771,15

[GitHub] [airflow] brunolucatto opened a new pull request #6137: [AIRFLOW-5510] Add provide context

2019-09-17 Thread GitBox
brunolucatto opened a new pull request #6137: [AIRFLOW-5510] Add provide context URL: https://github.com/apache/airflow/pull/6137 Add provide context in order to make kwargs in run_this_func receive the message passed from the controller dag Make sure you have checked _all_ steps

[jira] [Created] (AIRFLOW-5510) example_trigger_target_dag not working

2019-09-17 Thread Bruno (Jira)
Bruno created AIRFLOW-5510: -- Summary: example_trigger_target_dag not working Key: AIRFLOW-5510 URL: https://issues.apache.org/jira/browse/AIRFLOW-5510 Project: Apache Airflow Issue Type: Bug

[jira] [Comment Edited] (AIRFLOW-2970) Kubernetes logging is broken

2019-09-17 Thread Steven Miller (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931617#comment-16931617 ] Steven Miller edited comment on AIRFLOW-2970 at 9/17/19 4:19 PM: - for

[jira] [Updated] (AIRFLOW-2970) Kubernetes logging is broken

2019-09-17 Thread Steven Miller (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Miller updated AIRFLOW-2970: --- Attachment: image-2019-09-17-12-19-45-207.png > Kubernetes logging is broken >

[GitHub] [airflow] galak75 commented on issue #4743: [AIRFLOW-3871] render Operators template fields recursively

2019-09-17 Thread GitBox
galak75 commented on issue #4743: [AIRFLOW-3871] render Operators template fields recursively URL: https://github.com/apache/airflow/pull/4743#issuecomment-532329378 @ashb: I rebased onto master and build is green This is an

[jira] [Commented] (AIRFLOW-5510) example_trigger_target_dag not working

2019-09-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931744#comment-16931744 ] ASF GitHub Bot commented on AIRFLOW-5510: - brunolucatto commented on pull request #6137:

[GitHub] [airflow] brunolucatto commented on issue #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
brunolucatto commented on issue #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136#issuecomment-532362393 I understand it was intentionally removed, but without it, the example is not working in my airflow. I was really confused since two weeks ago

[jira] [Commented] (AIRFLOW-5447) KubernetesExecutor hangs on task queueing

2019-09-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931779#comment-16931779 ] ASF subversion and git services commented on AIRFLOW-5447: -- Commit

[jira] [Commented] (AIRFLOW-5480) Fix flaky impersonation test

2019-09-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931560#comment-16931560 ] ASF subversion and git services commented on AIRFLOW-5480: -- Commit

[jira] [Commented] (AIRFLOW-5256) Related pylint changes for common licences in python files

2019-09-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931559#comment-16931559 ] ASF subversion and git services commented on AIRFLOW-5256: -- Commit

[GitHub] [airflow] codecov-io edited a comment on issue #6096: [AIRFLOW-5477] Rewrite Google PubSub Hook to Google Cloud Python

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6096: [AIRFLOW-5477] Rewrite Google PubSub Hook to Google Cloud Python URL: https://github.com/apache/airflow/pull/6096#issuecomment-531411977 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6096?src=pr=h1) Report > Merging

[GitHub] [airflow] kaxil commented on issue #6066: [AIRFLOW-XXX] Update to new logo

2019-09-17 Thread GitBox
kaxil commented on issue #6066: [AIRFLOW-XXX] Update to new logo URL: https://github.com/apache/airflow/pull/6066#issuecomment-532359694 ``` diff --git a/airflow/www/templates/airflow/circles.html b/airflow/www/templates/airflow/circles.html index b200508..0a9ea27 100644 ---

[GitHub] [airflow] kaxil edited a comment on issue #6066: [AIRFLOW-XXX] Update to new logo

2019-09-17 Thread GitBox
kaxil edited a comment on issue #6066: [AIRFLOW-XXX] Update to new logo URL: https://github.com/apache/airflow/pull/6066#issuecomment-532359694 From CI: ``` diff --git a/airflow/www/templates/airflow/circles.html b/airflow/www/templates/airflow/circles.html index b200508..0a9ea27

[GitHub] [airflow] brunolucatto commented on issue #6136: Update example_trigger_target_dag.py

2019-09-17 Thread GitBox
brunolucatto commented on issue #6136: Update example_trigger_target_dag.py URL: https://github.com/apache/airflow/pull/6136#issuecomment-532364132 I did not install airflow, I have been using it as a tool at work, making DAGs. Actually, I was looking at these examples because I am a

[GitHub] [airflow] codecov-io edited a comment on issue #4743: [AIRFLOW-3871] render Operators template fields recursively

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #4743: [AIRFLOW-3871] render Operators template fields recursively URL: https://github.com/apache/airflow/pull/4743#issuecomment-466461316 # [Codecov](https://codecov.io/gh/apache/airflow/pull/4743?src=pr=h1) Report > :exclamation: No coverage

[jira] [Updated] (AIRFLOW-5511) MSSQL resetdb /initdb for 1.10.5 fails to create tables

2019-09-17 Thread ROHIT K RAMWAL (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ROHIT K RAMWAL updated AIRFLOW-5511: Attachment: airflowbug > MSSQL resetdb /initdb for 1.10.5 fails to create tables >

[GitHub] [airflow] kaxil commented on issue #6137: [AIRFLOW-5510] Add provide context

2019-09-17 Thread GitBox
kaxil commented on issue #6137: [AIRFLOW-5510] Add provide context URL: https://github.com/apache/airflow/pull/6137#issuecomment-532361046 This has been intentionally removed by some awesome work from @Fokko #5990

[jira] [Closed] (AIRFLOW-5439) Schedule_interval is not recognized if specified in Default_args

2019-09-17 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik closed AIRFLOW-5439. --- Resolution: Not A Problem We have deprecated using {{schedule_inteval}} at task level. You need to

[jira] [Commented] (AIRFLOW-5439) Schedule_interval is not recognized if specified in Default_args

2019-09-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931755#comment-16931755 ] ASF GitHub Bot commented on AIRFLOW-5439: - kaxil commented on pull request #6058:

[GitHub] [airflow] kaxil closed pull request #6058: [AIRFLOW-5439] Add 'schedule_interval' to 'default_args'

2019-09-17 Thread GitBox
kaxil closed pull request #6058: [AIRFLOW-5439] Add 'schedule_interval' to 'default_args' URL: https://github.com/apache/airflow/pull/6058 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] codecov-io commented on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io commented on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1) Report >

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] mikedias commented on a change in pull request #6130: [AIRFLOW-5508] Add a whitelist mechanism for the StatsD metrics

2019-09-17 Thread GitBox
mikedias commented on a change in pull request #6130: [AIRFLOW-5508] Add a whitelist mechanism for the StatsD metrics URL: https://github.com/apache/airflow/pull/6130#discussion_r325452768 ## File path: docs/metrics.rst ## @@ -41,6 +41,13 @@ Add the following lines to

[GitHub] [airflow] mikedias commented on a change in pull request #6130: [AIRFLOW-5508] Add a whitelist mechanism for the StatsD metrics

2019-09-17 Thread GitBox
mikedias commented on a change in pull request #6130: [AIRFLOW-5508] Add a whitelist mechanism for the StatsD metrics URL: https://github.com/apache/airflow/pull/6130#discussion_r325452402 ## File path: docs/metrics.rst ## @@ -41,6 +41,13 @@ Add the following lines to

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6051: [AIRFLOW-5435][depends on AIRFLOW-5434] Add fallback for connection's project id in GKEPodOperator URL: https://github.com/apache/airflow/pull/6051#issuecomment-532497253 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6051?src=pr=h1)

[GitHub] [airflow] dstandish commented on issue #6104: [AIRFLOW-4574] allow providing private_key in SSHHook

2019-09-17 Thread GitBox
dstandish commented on issue #6104: [AIRFLOW-4574] allow providing private_key in SSHHook URL: https://github.com/apache/airflow/pull/6104#issuecomment-532440383 @pgagnon the same could be said of password, which some hooks have. The point of this in my view is that ssh is a connection

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-5447) KubernetesExecutor hangs on task queueing

2019-09-17 Thread Daniel Imberman (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931826#comment-16931826 ] Daniel Imberman commented on AIRFLOW-5447: -- [~HPCohen] it's already in the 1-10-test branch.

[jira] [Comment Edited] (AIRFLOW-5385) SparkSubmit status spend lot of time

2019-09-17 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931099#comment-16931099 ] t oo edited comment on AIRFLOW-5385 at 9/17/19 10:21 PM: - i created

[GitHub] [airflow] codecov-io edited a comment on issue #6137: [AIRFLOW-5510] Add provide context

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6137: [AIRFLOW-5510] Add provide context URL: https://github.com/apache/airflow/pull/6137#issuecomment-532444721 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6137?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #6137: [AIRFLOW-5510] Add provide context

2019-09-17 Thread GitBox
codecov-io commented on issue #6137: [AIRFLOW-5510] Add provide context URL: https://github.com/apache/airflow/pull/6137#issuecomment-532444721 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6137?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6137: [AIRFLOW-5510] Add provide context

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #6137: [AIRFLOW-5510] Add provide context URL: https://github.com/apache/airflow/pull/6137#issuecomment-532444721 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6137?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits

2019-09-17 Thread GitBox
codecov-io edited a comment on issue #5976: [AIRFLOW-5369] Add interactivity to pre-commits URL: https://github.com/apache/airflow/pull/5976#issuecomment-529314175 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5976?src=pr=h1) Report > Merging

[GitHub] [airflow] haoliang7 opened a new pull request #6138: [AIRFLOW-XXX] Fix typos in CONTRIBUTING.md

2019-09-17 Thread GitBox
haoliang7 opened a new pull request #6138: [AIRFLOW-XXX] Fix typos in CONTRIBUTING.md URL: https://github.com/apache/airflow/pull/6138 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow

[GitHub] [airflow] kurtqq commented on issue #6084: [AIRFLOW-5449] Users can now set existing variable values to None

2019-09-17 Thread GitBox
kurtqq commented on issue #6084: [AIRFLOW-5449] Users can now set existing variable values to None URL: https://github.com/apache/airflow/pull/6084#issuecomment-532254893 This bug effects only 1.10 release? This is an

[GitHub] [airflow] codecov-io commented on issue #5879: [AIRFLOW-5280] conn: Remove aws_default's default region name

2019-09-17 Thread GitBox
codecov-io commented on issue #5879: [AIRFLOW-5280] conn: Remove aws_default's default region name URL: https://github.com/apache/airflow/pull/5879#issuecomment-532257616 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5879?src=pr=h1) Report > :exclamation: No coverage uploaded

[jira] [Updated] (AIRFLOW-5509) Support PATCH method in `DatabricksHook`

2019-09-17 Thread Rosalyn Taylor (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rosalyn Taylor updated AIRFLOW-5509: Priority: Major (was: Minor) > Support PATCH method in `DatabricksHook` >

<    1   2   3   >