[GitHub] [airflow] xinbinhuang edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
xinbinhuang edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#issuecomment-578629524 > Looks almost perfect but it would ideal to have test moved from pre-commit to "tests" folder. > >

[GitHub] [airflow] xinbinhuang commented on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
xinbinhuang commented on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#issuecomment-578629524 > Looks almost perfect but it would ideal to have test moved from pre-commit to "tests" folder. > > The main

[jira] [Commented] (AIRFLOW-5221) Add host alias support to the KubernetesPodOperator

2020-01-26 Thread kuromt (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17024082#comment-17024082 ] kuromt commented on AIRFLOW-5221: - Hi, [~d_mink99] Can I help this improvement? This new feature is

[jira] [Commented] (AIRFLOW-6645) Pass the TaskHandlers configuration using the constructor

2020-01-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17024074#comment-17024074 ] ASF GitHub Bot commented on AIRFLOW-6645: - mik-laj commented on pull request #7267:

[GitHub] [airflow] mik-laj opened a new pull request #7267: [AIRFLOW-6645] Pass the TaskHandlers configuration using the constructor

2020-01-26 Thread GitBox
mik-laj opened a new pull request #7267: [AIRFLOW-6645] Pass the TaskHandlers configuration using the constructor URL: https://github.com/apache/airflow/pull/7267 It is difficult to understand the configurations of these classes if they contain hidden configuration options. I think that

[jira] [Created] (AIRFLOW-6645) Pass the TaskHandlers configuration using the constructor

2020-01-26 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-6645: -- Summary: Pass the TaskHandlers configuration using the constructor Key: AIRFLOW-6645 URL: https://issues.apache.org/jira/browse/AIRFLOW-6645 Project: Apache

[GitHub] [airflow] akki commented on issue #6552: [AIRFLOW-5850] Capture task logs in DockerSwarmOperator

2020-01-26 Thread GitBox
akki commented on issue #6552: [AIRFLOW-5850] Capture task logs in DockerSwarmOperator URL: https://github.com/apache/airflow/pull/6552#issuecomment-578582943 Hi Airflow team I have rebased my work on top of master (again!) as suggested in the JIRA ticket recently. CI also seems green

[GitHub] [airflow] mik-laj closed pull request #7266: Aip 21 random fixes

2020-01-26 Thread GitBox
mik-laj closed pull request #7266: Aip 21 random fixes URL: https://github.com/apache/airflow/pull/7266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [airflow] mik-laj opened a new pull request #7266: Aip 21 random fixes

2020-01-26 Thread GitBox
mik-laj opened a new pull request #7266: Aip 21 random fixes URL: https://github.com/apache/airflow/pull/7266 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before creating PR: [x] - [ ]

[GitHub] [airflow] codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#issuecomment-577972968 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7249?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#issuecomment-577972968 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7249?src=pr=h1) Report > Merging

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041517 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,72 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041416 ## File path: airflow/contrib/sensors/spark_kubernetes_sensor.py ## @@ -0,0 +1,80 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041407 ## File path: airflow/contrib/sensors/spark_kubernetes_sensor.py ## @@ -0,0 +1,80 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041376 ## File path: airflow/contrib/sensors/spark_kubernetes_sensor.py ## @@ -0,0 +1,80 @@ +# -*-

[GitHub] [airflow] potiuk commented on issue #7196: [AIRFLOW-XXXX] Review and cleanup integration tests docs.

2020-01-26 Thread GitBox
potiuk commented on issue #7196: [AIRFLOW-] Review and cleanup integration tests docs. URL: https://github.com/apache/airflow/pull/7196#issuecomment-578561379 @efedotova ? Any comments :) ? This is an automated message

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041394 ## File path: airflow/contrib/sensors/spark_kubernetes_sensor.py ## @@ -0,0 +1,80 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041345 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,72 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041185 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,72 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041215 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,72 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041185 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,72 @@ +# -*-

[GitHub] [airflow] potiuk commented on issue #7221: [AIRFLOW-XXXX] Update installation doc to suggest installing globally as fallback

2020-01-26 Thread GitBox
potiuk commented on issue #7221: [AIRFLOW-] Update installation doc to suggest installing globally as fallback URL: https://github.com/apache/airflow/pull/7221#issuecomment-578560984 @JeremyBernier - some static check/whitespace problems to fix. If you install and run pre-commit as

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041066 ## File path: airflow/contrib/hooks/kubernetes_hook.py ## @@ -0,0 +1,53 @@ +# Licensed to the

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371041053 ## File path: airflow/contrib/hooks/kubernetes_hook.py ## @@ -0,0 +1,53 @@ +# Licensed to the

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371040906 ## File path: airflow/contrib/hooks/kubernetes_hook.py ## @@ -0,0 +1,53 @@ +# Licensed to the

[GitHub] [airflow] potiuk commented on issue #7263: [AIRFLOW-XXXX] Improve docstring of AwsHook

2020-01-26 Thread GitBox
potiuk commented on issue #7263: [AIRFLOW-] Improve docstring of AwsHook URL: https://github.com/apache/airflow/pull/7263#issuecomment-578560668 Thanks @mustafagok This is an automated message from the Apache Git

[GitHub] [airflow] potiuk merged pull request #7263: [AIRFLOW-XXXX] Improve docstring of AwsHook

2020-01-26 Thread GitBox
potiuk merged pull request #7263: [AIRFLOW-] Improve docstring of AwsHook URL: https://github.com/apache/airflow/pull/7263 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371040841 ## File path: airflow/contrib/hooks/kubernetes_hook.py ## @@ -0,0 +1,53 @@ +# Licensed to the

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371040492 ## File path: airflow/contrib/example_dags/example_spark_kubernetes_operator.py ## @@ -0,0

[jira] [Commented] (AIRFLOW-6644) Move service classes to providers package

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17024050#comment-17024050 ] ASF subversion and git services commented on AIRFLOW-6644: -- Commit

[jira] [Commented] (AIRFLOW-6644) Move service classes to providers package

2020-01-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17024049#comment-17024049 ] ASF GitHub Bot commented on AIRFLOW-6644: - mik-laj commented on pull request #7265:

[jira] [Resolved] (AIRFLOW-6644) Move service classes to providers package

2020-01-26 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula resolved AIRFLOW-6644. Fix Version/s: 2.0.0 Resolution: Fixed > Move service classes to providers

[GitHub] [airflow] mik-laj merged pull request #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package

2020-01-26 Thread GitBox
mik-laj merged pull request #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package URL: https://github.com/apache/airflow/pull/7265 This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] roitvt commented on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
roitvt commented on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-578556340 @mik-laj can you review again, please? I added now new Kubernetes connection. and thank you for your review and comments I learn

[GitHub] [airflow] potiuk commented on issue #7260: [AIRFLOW-XXXX] Fix typo in error when getting dataflow jobs

2020-01-26 Thread GitBox
potiuk commented on issue #7260: [AIRFLOW-] Fix typo in error when getting dataflow jobs URL: https://github.com/apache/airflow/pull/7260#issuecomment-578555868 Thanks @JonnyDaenen ! Just next time make sure the PR has [AIRFLOW-] prefix :)

[GitHub] [airflow] codecov-io edited a comment on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package URL: https://github.com/apache/airflow/pull/7265#issuecomment-578555782 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7265?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package

2020-01-26 Thread GitBox
codecov-io commented on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package URL: https://github.com/apache/airflow/pull/7265#issuecomment-578555782 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7265?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package URL: https://github.com/apache/airflow/pull/7265#issuecomment-578555782 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7265?src=pr=h1) Report > Merging

[GitHub] [airflow] boring-cyborg[bot] commented on issue #7260: [AIRFLOW-XXXX] Fix typo in error when getting dataflow jobs

2020-01-26 Thread GitBox
boring-cyborg[bot] commented on issue #7260: [AIRFLOW-] Fix typo in error when getting dataflow jobs URL: https://github.com/apache/airflow/pull/7260#issuecomment-578555787 Awesome work, congrats on your first merged pull request!

[GitHub] [airflow] codecov-io edited a comment on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers package URL: https://github.com/apache/airflow/pull/7265#issuecomment-578555782 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7265?src=pr=h1) Report > Merging

[GitHub] [airflow] potiuk merged pull request #7260: [AIRFLOW-XXXX] Fix typo in error when getting dataflow jobs

2020-01-26 Thread GitBox
potiuk merged pull request #7260: [AIRFLOW-] Fix typo in error when getting dataflow jobs URL: https://github.com/apache/airflow/pull/7260 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] stale[bot] commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers

2020-01-26 Thread GitBox
stale[bot] commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers URL: https://github.com/apache/airflow/pull/6608#issuecomment-578555151 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further

[GitHub] [airflow] codecov-io edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-574641714 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7163?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-574641714 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7163?src=pr=h1) Report > Merging

[jira] [Updated] (AIRFLOW-6644) Move service classes to providers package

2020-01-26 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula updated AIRFLOW-6644: --- Summary: Move service classes to providers package (was: Move service classes to

[jira] [Commented] (AIRFLOW-6644) Move service classes to providers.microsoft package

2020-01-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023957#comment-17023957 ] ASF GitHub Bot commented on AIRFLOW-6644: - mik-laj commented on pull request #7265:

[jira] [Updated] (AIRFLOW-6644) Move service classes to providers.microsoft package

2020-01-26 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula updated AIRFLOW-6644: --- Description: More information: 

[GitHub] [airflow] mik-laj opened a new pull request #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers.microsoft package

2020-01-26 Thread GitBox
mik-laj opened a new pull request #7265: [AIRFLOW-6644][AIP-21] Move service classes to providers.microsoft package URL: https://github.com/apache/airflow/pull/7265 More information: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-21%3A+Changes+in+import+paths ---

[jira] [Created] (AIRFLOW-6644) Move service classes to providers.microsoft package

2020-01-26 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-6644: -- Summary: Move service classes to providers.microsoft package Key: AIRFLOW-6644 URL: https://issues.apache.org/jira/browse/AIRFLOW-6644 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-5311) AWS Lambda Operator

2020-01-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023952#comment-17023952 ] ASF GitHub Bot commented on AIRFLOW-5311: - stale[bot] commented on pull request #5914:

[GitHub] [airflow] stale[bot] closed pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator

2020-01-26 Thread GitBox
stale[bot] closed pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator URL: https://github.com/apache/airflow/pull/5914 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] mik-laj edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-578545995 I hope you will do it. System tests are a very valuable contribution to the project.

[GitHub] [airflow] mik-laj commented on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-578545995 I hope you will make it. System tests are a very valuable contribution to the project.

[GitHub] [airflow] codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#issuecomment-577972968 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7249?src=pr=h1) Report > Merging

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371031062 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,77 @@ +# -*-

[GitHub] [airflow] mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
mik-laj commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371031062 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,77 @@ +# -*-

[GitHub] [airflow] codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#issuecomment-577972968 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7249?src=pr=h1) Report > Merging

[GitHub] [airflow] roitvt edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
roitvt edited a comment on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-578542183 > > the spark-on-k8s-operator is being developed by GCP but it's not GCP service(can run on all Kubernetes flavors, not just

[GitHub] [airflow] xinbinhuang commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
xinbinhuang commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#discussion_r371029259 ## File path: airflow/models/baseoperator.py ## @@ -299,8 +299,8 @@ def __init__(

[GitHub] [airflow] xinbinhuang commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-26 Thread GitBox
xinbinhuang commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#discussion_r371029259 ## File path: airflow/models/baseoperator.py ## @@ -299,8 +299,8 @@ def __init__(

[GitHub] [airflow] roitvt commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
roitvt commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371029020 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,77 @@ +# -*-

[GitHub] [airflow] roitvt commented on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
roitvt commented on issue #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#issuecomment-578542183 > > the spark-on-k8s-operator is being developed by GCP but it's not GCP service(can run on all Kubernetes flavors, not just GKE)

[GitHub] [airflow] roitvt commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
roitvt commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371028378 ## File path: airflow/contrib/operators/spark_kubernetes_operator.py ## @@ -0,0 +1,75 @@ +# -*-

[GitHub] [airflow] roitvt commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor

2020-01-26 Thread GitBox
roitvt commented on a change in pull request #7163: [AIRFLOW-6542] add spark-on-k8s operator/hook/sensor URL: https://github.com/apache/airflow/pull/7163#discussion_r371028347 ## File path: airflow/contrib/hooks/kubernetes_hook.py ## @@ -0,0 +1,50 @@ +# Licensed to the

[jira] [Commented] (AIRFLOW-6428) Fix import path for airflow.utils.dates.days_ago in Example DAGs

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023902#comment-17023902 ] ASF subversion and git services commented on AIRFLOW-6428: -- Commit

[jira] [Updated] (AIRFLOW-6428) Fix import path for airflow.utils.dates.days_ago in Example DAGs

2020-01-26 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6428: Fix Version/s: (was: 2.0.0) 1.10.8 > Fix import path for

[GitHub] [airflow] stale[bot] commented on issue #6481: [AIRFLOW-5736] Move gcs_to_gdrive_operator.py to airflow/operators

2020-01-26 Thread GitBox
stale[bot] commented on issue #6481: [AIRFLOW-5736] Move gcs_to_gdrive_operator.py to airflow/operators URL: https://github.com/apache/airflow/pull/6481#issuecomment-578530117 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no

[jira] [Updated] (AIRFLOW-6479) Update celery command calls

2020-01-26 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6479: Fix Version/s: (was: 1.10.8) 2.0.0 > Update celery command calls >

[jira] [Closed] (AIRFLOW-6567) Configuration broken when using proxy_fix

2020-01-26 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik closed AIRFLOW-6567. --- Resolution: Fixed This issue looks like a duplicate of

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7263: [AIRFLOW-XXXX] Improve docstring of AwsHook

2020-01-26 Thread GitBox
nuclearpinguin commented on a change in pull request #7263: [AIRFLOW-] Improve docstring of AwsHook URL: https://github.com/apache/airflow/pull/7263#discussion_r371010966 ## File path: airflow/contrib/hooks/aws_hook.py ## @@ -40,10 +40,14 @@ class AwsHook(BaseHook):

[jira] [Updated] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-26 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6595: Fix Version/s: (was: 2.0.0) > Use TaskNotFound exception instead of AirflowException >

[jira] [Commented] (AIRFLOW-6643) Kerberos tests are still flaky

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023836#comment-17023836 ] ASF subversion and git services commented on AIRFLOW-6643: -- Commit

[jira] [Commented] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023839#comment-17023839 ] ASF subversion and git services commented on AIRFLOW-6595: -- Commit

[jira] [Commented] (AIRFLOW-6636) Sometimes start/execution/end dates are not set for tasks (mostly in tests)

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023833#comment-17023833 ] ASF subversion and git services commented on AIRFLOW-6636: -- Commit

[jira] [Commented] (AIRFLOW-6642) Flaky test_heartbeat_failed_fast test

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023837#comment-17023837 ] ASF subversion and git services commented on AIRFLOW-6642: -- Commit

[jira] [Commented] (AIRFLOW-6620) Mock celery in worker cli test

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023830#comment-17023830 ] ASF subversion and git services commented on AIRFLOW-6620: -- Commit

[jira] [Commented] (AIRFLOW-6637) Wrong "airflow task test" command used in tests in 1.10.7

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023834#comment-17023834 ] ASF subversion and git services commented on AIRFLOW-6637: -- Commit

[jira] [Commented] (AIRFLOW-6634) PYTHONPATH should be also set it interactive breeze

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023832#comment-17023832 ] ASF subversion and git services commented on AIRFLOW-6634: -- Commit

[jira] [Commented] (AIRFLOW-6638) test_serialized_dags test is flaky when removing files.

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023835#comment-17023835 ] ASF subversion and git services commented on AIRFLOW-6638: -- Commit

[jira] [Commented] (AIRFLOW-6564) Display extra diagnostics if initial environment check fails

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023831#comment-17023831 ] ASF subversion and git services commented on AIRFLOW-6564: -- Commit

[jira] [Commented] (AIRFLOW-6641) Kubernetest tests happen to be flaky

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023838#comment-17023838 ] ASF subversion and git services commented on AIRFLOW-6641: -- Commit

[jira] [Commented] (AIRFLOW-6595) Use TaskNotFound exception instead of AirflowException

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023829#comment-17023829 ] ASF subversion and git services commented on AIRFLOW-6595: -- Commit

[jira] [Resolved] (AIRFLOW-6643) Kerberos tests are still flaky

2020-01-26 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6643. --- Fix Version/s: 1.10.8 Resolution: Fixed > Kerberos tests are still flaky >

[jira] [Commented] (AIRFLOW-6643) Kerberos tests are still flaky

2020-01-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023825#comment-17023825 ] ASF GitHub Bot commented on AIRFLOW-6643: - potiuk commented on pull request #7264:

[jira] [Commented] (AIRFLOW-6643) Kerberos tests are still flaky

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023826#comment-17023826 ] ASF subversion and git services commented on AIRFLOW-6643: -- Commit

[GitHub] [airflow] potiuk merged pull request #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests

2020-01-26 Thread GitBox
potiuk merged pull request #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests URL: https://github.com/apache/airflow/pull/7264 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] elukey commented on issue #5659: [AIRFLOW-5033] Switched to snakebite-py3 [DO NOT MERGE]

2020-01-26 Thread GitBox
elukey commented on issue #5659: [AIRFLOW-5033] Switched to snakebite-py3 [DO NOT MERGE] URL: https://github.com/apache/airflow/pull/5659#issuecomment-578510375 @zhongjiajie Hi :) As I wrote before, the blocker was removed (namely snakebite-py3 not being able to work with kerberos +

[GitHub] [airflow] codecov-io edited a comment on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests URL: https://github.com/apache/airflow/pull/7264#issuecomment-578498883 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7264?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests URL: https://github.com/apache/airflow/pull/7264#issuecomment-578498883 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7264?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests

2020-01-26 Thread GitBox
codecov-io edited a comment on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests URL: https://github.com/apache/airflow/pull/7264#issuecomment-578498883 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7264?src=pr=h1) Report > Merging

[GitHub] [airflow] potiuk commented on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests

2020-01-26 Thread GitBox
potiuk commented on issue #7264: [AIRFLOW-6643] Fix flakiness of kerberos tests URL: https://github.com/apache/airflow/pull/7264#issuecomment-578503533 @Fokko -> FYI also, seems we have finally GoDataDriven's kerberos under control ;)

[jira] [Commented] (AIRFLOW-6634) PYTHONPATH should be also set it interactive breeze

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023803#comment-17023803 ] ASF subversion and git services commented on AIRFLOW-6634: -- Commit

[jira] [Commented] (AIRFLOW-6637) Wrong "airflow task test" command used in tests in 1.10.7

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023805#comment-17023805 ] ASF subversion and git services commented on AIRFLOW-6637: -- Commit

[jira] [Commented] (AIRFLOW-6643) Kerberos tests are still flaky

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023807#comment-17023807 ] ASF subversion and git services commented on AIRFLOW-6643: -- Commit

[jira] [Commented] (AIRFLOW-6642) Flaky test_heartbeat_failed_fast test

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023808#comment-17023808 ] ASF subversion and git services commented on AIRFLOW-6642: -- Commit

[jira] [Commented] (AIRFLOW-6641) Kubernetest tests happen to be flaky

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023809#comment-17023809 ] ASF subversion and git services commented on AIRFLOW-6641: -- Commit

[jira] [Commented] (AIRFLOW-6564) Display extra diagnostics if initial environment check fails

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023802#comment-17023802 ] ASF subversion and git services commented on AIRFLOW-6564: -- Commit

[jira] [Commented] (AIRFLOW-6636) Sometimes start/execution/end dates are not set for tasks (mostly in tests)

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023804#comment-17023804 ] ASF subversion and git services commented on AIRFLOW-6636: -- Commit

[jira] [Commented] (AIRFLOW-6522) Sensors in reschedule mode with S3TaskHandler can cause log duplication

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023800#comment-17023800 ] ASF subversion and git services commented on AIRFLOW-6522: -- Commit

[jira] [Commented] (AIRFLOW-6638) test_serialized_dags test is flaky when removing files.

2020-01-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023806#comment-17023806 ] ASF subversion and git services commented on AIRFLOW-6638: -- Commit

  1   2   >