[GitHub] [airflow] tiopi commented on a change in pull request #5407: [AIRFLOW-4741] Include Sentry into core Airflow

2019-08-30 Thread GitBox
tiopi commented on a change in pull request #5407: [AIRFLOW-4741] Include Sentry into core Airflow URL: https://github.com/apache/airflow/pull/5407#discussion_r319712917 ## File path: airflow/sentry.py ## @@ -0,0 +1,196 @@ +# -*- coding: utf-8 -*- +# +# Licensed to the Apa

[jira] [Issue Comment Deleted] (AIRFLOW-5109) reap_process_group() can still result in uncaught ProcessLookupErrors / OSErrors

2019-08-30 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] t oo updated AIRFLOW-5109: -- Comment: was deleted (was: [~kaxilnaik] [~hblanks] resolution is fixed but no PR linked?) > reap_process_gro

[jira] [Commented] (AIRFLOW-5109) reap_process_group() can still result in uncaught ProcessLookupErrors / OSErrors

2019-08-30 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16920038#comment-16920038 ] t oo commented on AIRFLOW-5109: --- https://github.com/apache/airflow/pull/5721 > reap_proc

[jira] [Commented] (AIRFLOW-5109) reap_process_group() can still result in uncaught ProcessLookupErrors / OSErrors

2019-08-30 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16920037#comment-16920037 ] t oo commented on AIRFLOW-5109: --- [~kaxilnaik] [~hblanks] resolution is fixed but no PR li

[GitHub] [airflow] tiopi commented on a change in pull request #5407: [AIRFLOW-4741] Include Sentry into core Airflow

2019-08-30 Thread GitBox
tiopi commented on a change in pull request #5407: [AIRFLOW-4741] Include Sentry into core Airflow URL: https://github.com/apache/airflow/pull/5407#discussion_r319712706 ## File path: airflow/sentry.py ## @@ -0,0 +1,196 @@ +# -*- coding: utf-8 -*- +# +# Licensed to the Apa

[GitHub] [airflow] tiopi commented on a change in pull request #5407: [AIRFLOW-4741] Include Sentry into core Airflow

2019-08-30 Thread GitBox
tiopi commented on a change in pull request #5407: [AIRFLOW-4741] Include Sentry into core Airflow URL: https://github.com/apache/airflow/pull/5407#discussion_r319712706 ## File path: airflow/sentry.py ## @@ -0,0 +1,196 @@ +# -*- coding: utf-8 -*- +# +# Licensed to the Apa

[jira] [Updated] (AIRFLOW-5355) 1.10.4 upgrade issues - No module named kubernetes (but i'm using localexecutor)

2019-08-30 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] t oo updated AIRFLOW-5355: -- Description: i upgraded from 1.10.3 to 1.10.4 just now but in the main page of the ui, if i click refresh bu

[jira] [Updated] (AIRFLOW-5355) 1.10.4 upgrade issues - No module named kubernetes (but i'm using localexecutor)

2019-08-30 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] t oo updated AIRFLOW-5355: -- Description: i upgraded from 1.10.3 to 1.10.4 just now but in the main page of the ui, if i click refresh bu

[GitHub] [airflow] potiuk commented on issue #5969: [AIRFLOW-5363] Fixed building docs in breeze

2019-08-30 Thread GitBox
potiuk commented on issue #5969: [AIRFLOW-5363] Fixed building docs in breeze URL: https://github.com/apache/airflow/pull/5969#issuecomment-526798373 Hey @KevinYang21 - build-docs is fixed now. This is an automated message fr

[GitHub] [airflow] potiuk commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator

2019-08-30 Thread GitBox
potiuk commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator URL: https://github.com/apache/airflow/pull/5965#discussion_r319710221 ## File path: airflow/models/baseoperator.py ## @@ -262,38 +262,38 @@ def __init__( se

[jira] [Commented] (AIRFLOW-5363) Docs building is broken with Breeze

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16920001#comment-16920001 ] ASF GitHub Bot commented on AIRFLOW-5363: - potiuk commented on pull request #59

[GitHub] [airflow] potiuk opened a new pull request #5969: [AIRFLOW-5363] Fixed building docs in breeze

2019-08-30 Thread GitBox
potiuk opened a new pull request #5969: [AIRFLOW-5363] Fixed building docs in breeze URL: https://github.com/apache/airflow/pull/5969 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/brows

[jira] [Created] (AIRFLOW-5363) Docs building is broken with Breeze

2019-08-30 Thread Jarek Potiuk (Jira)
Jarek Potiuk created AIRFLOW-5363: - Summary: Docs building is broken with Breeze Key: AIRFLOW-5363 URL: https://issues.apache.org/jira/browse/AIRFLOW-5363 Project: Apache Airflow Issue Type:

[GitHub] [airflow] KevinYang21 commented on issue #5944: [AIRFLOW-5362] Reorder imports

2019-08-30 Thread GitBox
KevinYang21 commented on issue #5944: [AIRFLOW-5362] Reorder imports URL: https://github.com/apache/airflow/pull/5944#issuecomment-526790700 What I'm not that sure is if/where I should put instruction about isort so that people can just sort their files in one command. CONTRIBUTING.md, CI

[GitHub] [airflow] KevinYang21 commented on issue #5944: [AIRFLOW-5362] Reorder imports

2019-08-30 Thread GitBox
KevinYang21 commented on issue #5944: [AIRFLOW-5362] Reorder imports URL: https://github.com/apache/airflow/pull/5944#issuecomment-526790605 @ashb PTAL, this should make it easier for your cherry-picking during release :D Owe this to you. ---

[jira] [Created] (AIRFLOW-5362) Imports are not ordered properly

2019-08-30 Thread Kevin Yang (Jira)
Kevin Yang created AIRFLOW-5362: --- Summary: Imports are not ordered properly Key: AIRFLOW-5362 URL: https://issues.apache.org/jira/browse/AIRFLOW-5362 Project: Apache Airflow Issue Type: Improve

[jira] [Resolved] (AIRFLOW-5240) latest version of Kombu is breaking airflow

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-5240. - Fix Version/s: 1.10.5 Assignee: Kaxil Naik Resolution: Fixed > latest version o

[jira] [Resolved] (AIRFLOW-4768) Timeout parameter in example_gcp_video_intelligence

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-4768. - Resolution: Fixed > Timeout parameter in example_gcp_video_intelligence > -

svn commit: r35478 - /dev/airflow/1.10.5rc1/

2019-08-30 Thread kaxilnaik
Author: kaxilnaik Date: Fri Aug 30 23:51:04 2019 New Revision: 35478 Log: Add artefacts for Airflow 1.10.5rc1 Added: dev/airflow/1.10.5rc1/ dev/airflow/1.10.5rc1/apache-airflow-1.10.5rc1-bin.tar.gz (with props) dev/airflow/1.10.5rc1/apache-airflow-1.10.5rc1-bin.tar.gz.asc dev/ai

svn commit: r35477 - /release/airflow/KEYS

2019-08-30 Thread kaxilnaik
Author: kaxilnaik Date: Fri Aug 30 23:38:59 2019 New Revision: 35477 Log: Add new PGP keys of Kaxil Modified: release/airflow/KEYS Modified: release/airflow/KEYS == --- release/airflow/KEYS (original) +++ release/air

[jira] [Commented] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919966#comment-16919966 ] ASF subversion and git services commented on AIRFLOW-5357: -- Co

[jira] [Commented] (AIRFLOW-5240) latest version of Kombu is breaking airflow

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919967#comment-16919967 ] ASF subversion and git services commented on AIRFLOW-5240: -- Co

[jira] [Commented] (AIRFLOW-4768) Timeout parameter in example_gcp_video_intelligence

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919962#comment-16919962 ] ASF subversion and git services commented on AIRFLOW-4768: -- Co

[jira] [Commented] (AIRFLOW-5165) Make Dataproc highly available

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919963#comment-16919963 ] ASF subversion and git services commented on AIRFLOW-5165: -- Co

[jira] [Commented] (AIRFLOW-5340) Fix GCP DLP example

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919964#comment-16919964 ] ASF subversion and git services commented on AIRFLOW-5340: -- Co

[jira] [Commented] (AIRFLOW-5348) Deprecated chart view doesn't escape label

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919965#comment-16919965 ] ASF subversion and git services commented on AIRFLOW-5348: -- Co

[jira] [Commented] (AIRFLOW-5240) latest version of Kombu is breaking airflow

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919961#comment-16919961 ] ASF subversion and git services commented on AIRFLOW-5240: -- Co

[jira] [Commented] (AIRFLOW-5348) Deprecated chart view doesn't escape label

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919958#comment-16919958 ] ASF subversion and git services commented on AIRFLOW-5348: -- Co

[jira] [Commented] (AIRFLOW-5165) Make Dataproc highly available

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919956#comment-16919956 ] ASF subversion and git services commented on AIRFLOW-5165: -- Co

[jira] [Commented] (AIRFLOW-4768) Timeout parameter in example_gcp_video_intelligence

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919955#comment-16919955 ] ASF subversion and git services commented on AIRFLOW-4768: -- Co

[jira] [Commented] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919959#comment-16919959 ] ASF subversion and git services commented on AIRFLOW-5357: -- Co

[jira] [Commented] (AIRFLOW-5240) latest version of Kombu is breaking airflow

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919960#comment-16919960 ] ASF subversion and git services commented on AIRFLOW-5240: -- Co

[jira] [Commented] (AIRFLOW-5340) Fix GCP DLP example

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919957#comment-16919957 ] ASF subversion and git services commented on AIRFLOW-5340: -- Co

[GitHub] [airflow] kaxil commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator

2019-08-30 Thread GitBox
kaxil commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator URL: https://github.com/apache/airflow/pull/5965#discussion_r319691384 ## File path: airflow/models/baseoperator.py ## @@ -262,38 +262,38 @@ def __init__( sel

[jira] [Commented] (AIRFLOW-5240) latest version of Kombu is breaking airflow

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919922#comment-16919922 ] ASF subversion and git services commented on AIRFLOW-5240: -- Co

[GitHub] [airflow] TobKed commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator

2019-08-30 Thread GitBox
TobKed commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator URL: https://github.com/apache/airflow/pull/5965#discussion_r319684569 ## File path: airflow/models/baseoperator.py ## @@ -262,38 +262,38 @@ def __init__( se

[jira] [Commented] (AIRFLOW-5027) Generalized CloudWatch log grabbing for ECS and SageMaker operators

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919871#comment-16919871 ] ASF subversion and git services commented on AIRFLOW-5027: -- Co

[jira] [Commented] (AIRFLOW-5027) Generalized CloudWatch log grabbing for ECS and SageMaker operators

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919859#comment-16919859 ] ASF subversion and git services commented on AIRFLOW-5027: -- Co

[GitHub] [airflow] mik-laj opened a new pull request #5968: [AIRFLOW-5361] Add system tests for BigQuery

2019-08-30 Thread GitBox
mik-laj opened a new pull request #5968: [AIRFLOW-5361] Add system tests for BigQuery URL: https://github.com/apache/airflow/pull/5968 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/brow

[jira] [Commented] (AIRFLOW-5361) Add system tests for BigQuery

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919853#comment-16919853 ] ASF GitHub Bot commented on AIRFLOW-5361: - mik-laj commented on pull request #5

[jira] [Commented] (AIRFLOW-1498) Add feature for users to add Google Analytics to Airflow UI

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919849#comment-16919849 ] Kaxil Naik commented on AIRFLOW-1498: - Yeah, I wanted to reopen, update header and

[jira] [Commented] (AIRFLOW-5350) Fix bug in the num_retires field in BigQueryHook

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919848#comment-16919848 ] ASF subversion and git services commented on AIRFLOW-5350: -- Co

[jira] [Resolved] (AIRFLOW-1498) Add feature for users to add Google Analytics to Airflow UI

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-1498. - Resolution: Fixed > Add feature for users to add Google Analytics to Airflow UI > -

[GitHub] [airflow] feluelle edited a comment on issue #5335: [AIRFLOW-4588] Add GoogleDiscoveryApiHook and GoogleApiToS3Transfer

2019-08-30 Thread GitBox
feluelle edited a comment on issue #5335: [AIRFLOW-4588] Add GoogleDiscoveryApiHook and GoogleApiToS3Transfer URL: https://github.com/apache/airflow/pull/5335#issuecomment-526725056 @kaxil @nuclearpinguin @mik-laj @potiuk What do you guys think of a deprecation warning if this hook

[jira] [Comment Edited] (AIRFLOW-1498) Add feature for users to add Google Analytics to Airflow UI

2019-08-30 Thread Ry Walker (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919844#comment-16919844 ] Ry Walker edited comment on AIRFLOW-1498 at 8/30/19 7:43 PM:

[GitHub] [airflow] feluelle commented on issue #5335: [AIRFLOW-4588] Add GoogleDiscoveryApiHook and GoogleApiToS3Transfer

2019-08-30 Thread GitBox
feluelle commented on issue #5335: [AIRFLOW-4588] Add GoogleDiscoveryApiHook and GoogleApiToS3Transfer URL: https://github.com/apache/airflow/pull/5335#issuecomment-526725056 @kaxil @nuclearpinguin @mik-laj @potiuk What do you guys think of a deprecation warning if this hook is call

[jira] [Commented] (AIRFLOW-1498) Add feature for users to add Google Analytics to Airflow UI

2019-08-30 Thread Ry Walker (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919844#comment-16919844 ] Ry Walker commented on AIRFLOW-1498: Kaxil did you mean to re-open this? > Add fea

[jira] [Created] (AIRFLOW-5361) Add system tests for BigQuery

2019-08-30 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-5361: -- Summary: Add system tests for BigQuery Key: AIRFLOW-5361 URL: https://issues.apache.org/jira/browse/AIRFLOW-5361 Project: Apache Airflow Issue Type: Impr

[GitHub] [airflow] feluelle commented on issue #5909: [AIRFLOW-4391] Fix tooltip for None-State Tasks in 'Recent Tasks'

2019-08-30 Thread GitBox
feluelle commented on issue #5909: [AIRFLOW-4391] Fix tooltip for None-State Tasks in 'Recent Tasks' URL: https://github.com/apache/airflow/pull/5909#issuecomment-526711204 WDYT @ashb ? This is an automated message from the A

[GitHub] [airflow] feluelle commented on issue #5057: [AIRFLOW-4257] Remove the global session from the core test

2019-08-30 Thread GitBox
feluelle commented on issue #5057: [AIRFLOW-4257] Remove the global session from the core test URL: https://github.com/apache/airflow/pull/5057#issuecomment-526709594 What's the state of this PR @Fokko ? This is an automated

[GitHub] [airflow] feluelle commented on a change in pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator

2019-08-30 Thread GitBox
feluelle commented on a change in pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator URL: https://github.com/apache/airflow/pull/5914#discussion_r319633626 ## File path: airflow/contrib/operators/aws_lambda_operator.py ## @@ -0,0 +1,131 @@ +# -*- coding: utf-8 -

[GitHub] [airflow] feluelle commented on a change in pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator

2019-08-30 Thread GitBox
feluelle commented on a change in pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator URL: https://github.com/apache/airflow/pull/5914#discussion_r319633626 ## File path: airflow/contrib/operators/aws_lambda_operator.py ## @@ -0,0 +1,131 @@ +# -*- coding: utf-8 -

[GitHub] [airflow] feluelle commented on a change in pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator

2019-08-30 Thread GitBox
feluelle commented on a change in pull request #5914: [AIRFLOW-5311] Add an AWS Lambda Operator URL: https://github.com/apache/airflow/pull/5914#discussion_r319633626 ## File path: airflow/contrib/operators/aws_lambda_operator.py ## @@ -0,0 +1,131 @@ +# -*- coding: utf-8 -

[GitHub] [airflow] kaxil commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator

2019-08-30 Thread GitBox
kaxil commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator URL: https://github.com/apache/airflow/pull/5965#discussion_r319617732 ## File path: airflow/models/baseoperator.py ## @@ -262,38 +262,38 @@ def __init__( sel

[GitHub] [airflow] kaxil commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator

2019-08-30 Thread GitBox
kaxil commented on a change in pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator URL: https://github.com/apache/airflow/pull/5965#discussion_r319617606 ## File path: airflow/models/baseoperator.py ## @@ -262,38 +262,38 @@ def __init__( sel

[GitHub] [airflow] feng-tao commented on issue #5959: [AIRFLOW-XXX] Test codecov

2019-08-30 Thread GitBox
feng-tao commented on issue #5959: [AIRFLOW-XXX] Test codecov URL: https://github.com/apache/airflow/pull/5959#issuecomment-526672346 doesn't seem to work. will need more investigations. This is an automated message from the A

[GitHub] [airflow] feng-tao closed pull request #5959: [AIRFLOW-XXX] Test codecov

2019-08-30 Thread GitBox
feng-tao closed pull request #5959: [AIRFLOW-XXX] Test codecov URL: https://github.com/apache/airflow/pull/5959 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] davlum commented on issue #5481: [AIRFLOW-4851] Refactor K8S codebase with k8s API models

2019-08-30 Thread GitBox
davlum commented on issue #5481: [AIRFLOW-4851] Refactor K8S codebase with k8s API models URL: https://github.com/apache/airflow/pull/5481#issuecomment-526662421 @dimberman I was looking for a way to add some assertions on the pods that are created in the `tests/minikube/test_kubernetes_ex

[jira] [Commented] (AIRFLOW-5356) Fix GCP Datastore unit tests

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919687#comment-16919687 ] ASF GitHub Bot commented on AIRFLOW-5356: - mik-laj commented on pull request #5

[jira] [Commented] (AIRFLOW-5356) Fix GCP Datastore unit tests

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919688#comment-16919688 ] ASF subversion and git services commented on AIRFLOW-5356: -- Co

[GitHub] [airflow] mik-laj merged pull request #5961: [AIRFLOW-5356] Fix GCP Datastore unit tests

2019-08-30 Thread GitBox
mik-laj merged pull request #5961: [AIRFLOW-5356] Fix GCP Datastore unit tests URL: https://github.com/apache/airflow/pull/5961 This is an automated message from the Apache Git Service. To respond to the message, please log o

[jira] [Commented] (AIRFLOW-5335) Update GCSHook methods so they need min IAM perms

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919668#comment-16919668 ] ASF subversion and git services commented on AIRFLOW-5335: -- Co

[GitHub] [airflow] kaxil commented on issue #5958: [AIRFLOW-5335] Simplify GCSHook test

2019-08-30 Thread GitBox
kaxil commented on issue #5958: [AIRFLOW-5335] Simplify GCSHook test URL: https://github.com/apache/airflow/pull/5958#issuecomment-526652874 Thanks @mik-laj This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (AIRFLOW-5335) Update GCSHook methods so they need min IAM perms

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919666#comment-16919666 ] ASF GitHub Bot commented on AIRFLOW-5335: - kaxil commented on pull request #595

[GitHub] [airflow] kaxil merged pull request #5958: [AIRFLOW-5335] Simplify GCSHook test

2019-08-30 Thread GitBox
kaxil merged pull request #5958: [AIRFLOW-5335] Simplify GCSHook test URL: https://github.com/apache/airflow/pull/5958 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [airflow] scrawfor opened a new pull request #5967: Enable authentication for druid query hook.

2019-08-30 Thread GitBox
scrawfor opened a new pull request #5967: Enable authentication for druid query hook. URL: https://github.com/apache/airflow/pull/5967 Make use of login and password connection parameters in `DruidDbApiHook`. Make sure you have checked _all_ steps below. ### Jira - [ ]

[GitHub] [airflow] TobKed opened a new pull request #5966: [AIRIRFLOW-5360] Type annotations for BaseSensorOperator

2019-08-30 Thread GitBox
TobKed opened a new pull request #5966: [AIRIRFLOW-5360] Type annotations for BaseSensorOperator URL: https://github.com/apache/airflow/pull/5966 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.or

[jira] [Resolved] (AIRFLOW-5109) reap_process_group() can still result in uncaught ProcessLookupErrors / OSErrors

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-5109. - Fix Version/s: 1.10.5 Resolution: Fixed > reap_process_group() can still result in uncau

[jira] [Created] (AIRFLOW-5360) Type annotations for BaseSensorOperator

2019-08-30 Thread Tobiasz Kedzierski (Jira)
Tobiasz Kedzierski created AIRFLOW-5360: --- Summary: Type annotations for BaseSensorOperator Key: AIRFLOW-5360 URL: https://issues.apache.org/jira/browse/AIRFLOW-5360 Project: Apache Airflow

[jira] [Commented] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919595#comment-16919595 ] ASF subversion and git services commented on AIRFLOW-5357: -- Co

[jira] [Commented] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919592#comment-16919592 ] ASF subversion and git services commented on AIRFLOW-5357: -- Co

[jira] [Commented] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919591#comment-16919591 ] ASF GitHub Bot commented on AIRFLOW-5357: - kaxil commented on pull request #596

[GitHub] [airflow] kaxil commented on issue #5963: [AIRFLOW-5357] Fix Content-Type for exported variables.json file

2019-08-30 Thread GitBox
kaxil commented on issue #5963: [AIRFLOW-5357] Fix Content-Type for exported variables.json file URL: https://github.com/apache/airflow/pull/5963#issuecomment-526621657 Passed in my local fork: https://travis-ci.org/kaxil/airflow/builds/578820954 ---

[GitHub] [airflow] kaxil merged pull request #5963: [AIRFLOW-5357] Fix Content-Type for exported variables.json file

2019-08-30 Thread GitBox
kaxil merged pull request #5963: [AIRFLOW-5357] Fix Content-Type for exported variables.json file URL: https://github.com/apache/airflow/pull/5963 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [airflow] TobKed commented on issue #5965: [AIRFLOW-5359] Update type annotations in BaseOperator

2019-08-30 Thread GitBox
TobKed commented on issue #5965: [AIRFLOW-5359] Update type annotations in BaseOperator URL: https://github.com/apache/airflow/pull/5965#issuecomment-526621394 CC: @ashb This is an automated message from the Apache Git Servi

[jira] [Commented] (AIRFLOW-5359) Update type annotations in BaseOperator

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919590#comment-16919590 ] ASF GitHub Bot commented on AIRFLOW-5359: - TobKed commented on pull request #59

[GitHub] [airflow] TobKed opened a new pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator

2019-08-30 Thread GitBox
TobKed opened a new pull request #5965: [AIRFLOW-5359] Update type annotations in BaseOperator URL: https://github.com/apache/airflow/pull/5965 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/

[jira] [Resolved] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-5357. - Resolution: Fixed > Fix Content-Type for exported variables.json file > ---

[jira] [Commented] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919586#comment-16919586 ] ASF subversion and git services commented on AIRFLOW-5357: -- Co

[jira] [Commented] (AIRFLOW-5357) Fix Content-Type for exported variables.json file

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919585#comment-16919585 ] ASF GitHub Bot commented on AIRFLOW-5357: - kaxil commented on pull request #596

[GitHub] [airflow] kaxil merged pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file

2019-08-30 Thread GitBox
kaxil merged pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file URL: https://github.com/apache/airflow/pull/5962 This is an automated message from the Apache Git Service. To respond to the m

[jira] [Created] (AIRFLOW-5359) Update type annotations in BaseOperator

2019-08-30 Thread Tobiasz Kedzierski (Jira)
Tobiasz Kedzierski created AIRFLOW-5359: --- Summary: Update type annotations in BaseOperator Key: AIRFLOW-5359 URL: https://issues.apache.org/jira/browse/AIRFLOW-5359 Project: Apache Airflow

[GitHub] [airflow] mik-laj commented on a change in pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file

2019-08-30 Thread GitBox
mik-laj commented on a change in pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file URL: https://github.com/apache/airflow/pull/5962#discussion_r319533547 ## File path: airflow/www/views.py ## @@ -2244,6 +2244,7 @@ def action_varexport(sel

[jira] [Commented] (AIRFLOW-5348) Deprecated chart view doesn't escape label

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919562#comment-16919562 ] ASF subversion and git services commented on AIRFLOW-5348: -- Co

[jira] [Commented] (AIRFLOW-5348) Deprecated chart view doesn't escape label

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919560#comment-16919560 ] ASF subversion and git services commented on AIRFLOW-5348: -- Co

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

2019-08-30 Thread GitBox
galak75 commented on issue #4743: [AIRFLOW-3871] render Operators template fields recursively URL: https://github.com/apache/airflow/pull/4743#issuecomment-526607282 @ashb : any other comments on this PR ? I think it is ready to be merged Source code and tests are far simpler aft

[jira] [Resolved] (AIRFLOW-5348) Deprecated chart view doesn't escape label

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-5348. - Fix Version/s: 1.10.5 Resolution: Fixed > Deprecated chart view doesn't escape label > -

[GitHub] [airflow] kaxil commented on a change in pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file

2019-08-30 Thread GitBox
kaxil commented on a change in pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file URL: https://github.com/apache/airflow/pull/5962#discussion_r319516686 ## File path: airflow/www/views.py ## @@ -2244,6 +2244,7 @@ def action_varexport(self,

[jira] [Commented] (AIRFLOW-5348) Deprecated chart view doesn't escape label

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919550#comment-16919550 ] ASF subversion and git services commented on AIRFLOW-5348: -- Co

[jira] [Commented] (AIRFLOW-5348) Deprecated chart view doesn't escape label

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919549#comment-16919549 ] ASF GitHub Bot commented on AIRFLOW-5348: - kaxil commented on pull request #595

[GitHub] [airflow] kaxil merged pull request #5952: [AIRFLOW-5348] Escape chart Label when set via JS

2019-08-30 Thread GitBox
kaxil merged pull request #5952: [AIRFLOW-5348] Escape chart Label when set via JS URL: https://github.com/apache/airflow/pull/5952 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Closed] (AIRFLOW-5320) Add system tests for PubSub

2019-08-30 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula closed AIRFLOW-5320. -- Assignee: Tomasz Urbaszek > Add system tests for PubSub > > >

[jira] [Commented] (AIRFLOW-5320) Add system tests for PubSub

2019-08-30 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919542#comment-16919542 ] ASF subversion and git services commented on AIRFLOW-5320: -- Co

[jira] [Commented] (AIRFLOW-5320) Add system tests for PubSub

2019-08-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919538#comment-16919538 ] ASF GitHub Bot commented on AIRFLOW-5320: - mik-laj commented on pull request #5

[GitHub] [airflow] mik-laj merged pull request #5925: [AIRFLOW-5320] Add system tests for PubSub

2019-08-30 Thread GitBox
mik-laj merged pull request #5925: [AIRFLOW-5320] Add system tests for PubSub URL: https://github.com/apache/airflow/pull/5925 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Resolved] (AIRFLOW-4584) Error when using ssh operateur to execute a sh script from an remote server

2019-08-30 Thread W Hasnaoui (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] W Hasnaoui resolved AIRFLOW-4584. - Fix Version/s: (was: 2.0.0) 1.10.4 Resolution: Fixed > Error when

[GitHub] [airflow] mik-laj commented on a change in pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file

2019-08-30 Thread GitBox
mik-laj commented on a change in pull request #5962: [AIRFLOW-5357] Fix Content-Type for exported variables.json file URL: https://github.com/apache/airflow/pull/5962#discussion_r319508563 ## File path: airflow/www/views.py ## @@ -2244,6 +2244,7 @@ def action_varexport(sel

[jira] [Updated] (AIRFLOW-5258) ElasticSearch log handler, has 2 times of hours (%H and %I) in _clean_execution_date instead of %H and %M

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-5258: Issue Type: Bug (was: Improvement) > ElasticSearch log handler, has 2 times of hours (%H and %I)

[jira] [Updated] (AIRFLOW-4316) Keys/Variable names in the 'kubernetes_environment_variables' section are transformed to lower case

2019-08-30 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-4316: Issue Type: Improvement (was: Bug) > Keys/Variable names in the 'kubernetes_environment_variable

[GitHub] [airflow] ashb commented on a change in pull request #5952: [AIRFLOW-5348] Escape chart Label when set via JS

2019-08-30 Thread GitBox
ashb commented on a change in pull request #5952: [AIRFLOW-5348] Escape chart Label when set via JS URL: https://github.com/apache/airflow/pull/5952#discussion_r319497514 ## File path: airflow/www/templates/airflow/nvd3.html ## @@ -162,7 +162,7 @@ $('#chart_bod

  1   2   >