[GitHub] [airflow] XD-DENG commented on issue #5088: Change _create_or_update_secret to work with python3

2019-04-12 Thread GitBox
XD-DENG commented on issue #5088: Change _create_or_update_secret to work with python3 URL: https://github.com/apache/airflow/pull/5088#issuecomment-482779404 Hi @sharpn as mentioned in the PR description template, please create a JIRA ticket for your change. -

[jira] [Resolved] (AIRFLOW-4302) Remove "if sys.version_info" calls

2019-04-12 Thread Bas Harenslak (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bas Harenslak resolved AIRFLOW-4302. Resolution: Fixed > Remove "if sys.version_info" calls >

[jira] [Assigned] (AIRFLOW-4302) Remove "if sys.version_info" calls

2019-04-12 Thread Bas Harenslak (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bas Harenslak reassigned AIRFLOW-4302: -- Assignee: Bas Harenslak > Remove "if sys.version_info" calls > -

[jira] [Commented] (AIRFLOW-4302) Remove "if sys.version_info" calls

2019-04-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816840#comment-16816840 ] ASF subversion and git services commented on AIRFLOW-4302: -- Co

[jira] [Commented] (AIRFLOW-4302) Remove "if sys.version_info" calls

2019-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816839#comment-16816839 ] ASF GitHub Bot commented on AIRFLOW-4302: - XD-DENG commented on pull request #5

[GitHub] [airflow] XD-DENG commented on issue #5092: [AIRFLOW-4302] Remove if sys.version_info Python 2 code

2019-04-12 Thread GitBox
XD-DENG commented on issue #5092: [AIRFLOW-4302] Remove if sys.version_info Python 2 code URL: https://github.com/apache/airflow/pull/5092#issuecomment-482778553 LGTM. Thanks @BasPH This is an automated message from the Apac

[GitHub] [airflow] XD-DENG merged pull request #5092: [AIRFLOW-4302] Remove if sys.version_info Python 2 code

2019-04-12 Thread GitBox
XD-DENG merged pull request #5092: [AIRFLOW-4302] Remove if sys.version_info Python 2 code URL: https://github.com/apache/airflow/pull/5092 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (AIRFLOW-4304) App.py Flask Blueprint registration causes webserver shutdown

2019-04-12 Thread Andrew Piermarini (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Piermarini updated AIRFLOW-4304: --- Description: Flask Blueprint objects are treated as subscriptable in `app.py`, whic

[jira] [Created] (AIRFLOW-4304) App.py Flask Blueprint registration causes webserver shutdown

2019-04-12 Thread Andrew Piermarini (JIRA)
Andrew Piermarini created AIRFLOW-4304: -- Summary: App.py Flask Blueprint registration causes webserver shutdown Key: AIRFLOW-4304 URL: https://issues.apache.org/jira/browse/AIRFLOW-4304 Project:

[jira] [Created] (AIRFLOW-4303) Send email report in the end of backfill

2019-04-12 Thread Chao-Han Tsai (JIRA)
Chao-Han Tsai created AIRFLOW-4303: -- Summary: Send email report in the end of backfill Key: AIRFLOW-4303 URL: https://issues.apache.org/jira/browse/AIRFLOW-4303 Project: Apache Airflow Issue

[GitHub] [airflow] dimberman commented on issue #4852: [AIRFLOW-3152] Implements init-containers in Kubernetes Pod Operator

2019-04-12 Thread GitBox
dimberman commented on issue #4852: [AIRFLOW-3152] Implements init-containers in Kubernetes Pod Operator URL: https://github.com/apache/airflow/pull/4852#issuecomment-482751740 Sounds good! This is an automated message from t

[jira] [Commented] (AIRFLOW-4301) Secrets in KubernetesPodOperator are not mapped as expected for deploy_type volume

2019-04-12 Thread JIRA
[ https://issues.apache.org/jira/browse/AIRFLOW-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816604#comment-16816604 ] Hüdaverdi Cakir commented on AIRFLOW-4301: -- Here is an example for the workaro

[GitHub] [airflow] codecov-io edited a comment on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator URL: https://github.com/apache/airflow/pull/4291#issuecomment-445366649 # [Codecov](https://codecov.io/gh/apache/airflow/pull/4291?src=pr&el=h1) Report > Merging [#4291](https://codecov.io

[GitHub] [airflow] codecov-io edited a comment on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator URL: https://github.com/apache/airflow/pull/4291#issuecomment-445366649 # [Codecov](https://codecov.io/gh/apache/airflow/pull/4291?src=pr&el=h1) Report > Merging [#4291](https://codecov.io

[GitHub] [airflow] ybendana commented on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator

2019-04-12 Thread GitBox
ybendana commented on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator URL: https://github.com/apache/airflow/pull/4291#issuecomment-482703700 Hi @XD-DENG , I updated the files and the PR description for the TriggeredDagRunSensor. Hopefully this makes it clearer how this

[GitHub] [airflow] BasPH opened a new pull request #5092: [AIRFLOW-4302] Remove if sys.version_info Python 2 code

2019-04-12 Thread GitBox
BasPH opened a new pull request #5092: [AIRFLOW-4302] Remove if sys.version_info Python 2 code URL: https://github.com/apache/airflow/pull/5092 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/

[jira] [Commented] (AIRFLOW-4302) Remove "if sys.version_info" calls

2019-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816596#comment-16816596 ] ASF GitHub Bot commented on AIRFLOW-4302: - BasPH commented on pull request #509

[jira] [Commented] (AIRFLOW-4198) Remove all try import py2 version, except import py3 version imports

2019-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816592#comment-16816592 ] ASF GitHub Bot commented on AIRFLOW-4198: - BasPH commented on pull request #509

[GitHub] [airflow] BasPH opened a new pull request #5091: [AIRFLOW-4198] Remove all try/import compatibility imports

2019-04-12 Thread GitBox
BasPH opened a new pull request #5091: [AIRFLOW-4198] Remove all try/import compatibility imports URL: https://github.com/apache/airflow/pull/5091 Currently draft because I'm unsure about this import in tests/compat.py: ```python try: from unittest import mock except ImportE

[jira] [Assigned] (AIRFLOW-4198) Remove all try import py2 version, except import py3 version imports

2019-04-12 Thread Bas Harenslak (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bas Harenslak reassigned AIRFLOW-4198: -- Assignee: Bas Harenslak > Remove all try import py2 version, except import py3 versi

[jira] [Updated] (AIRFLOW-4301) Secrets in KubernetesPodOperator are not mapped as expected for deploy_type volume

2019-04-12 Thread JIRA
[ https://issues.apache.org/jira/browse/AIRFLOW-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hüdaverdi Cakir updated AIRFLOW-4301: - Summary: Secrets in KubernetesPodOperator are not mapped as expected for deploy_type vo

[jira] [Created] (AIRFLOW-4302) Remove "if sys.version_info" calls

2019-04-12 Thread Bas Harenslak (JIRA)
Bas Harenslak created AIRFLOW-4302: -- Summary: Remove "if sys.version_info" calls Key: AIRFLOW-4302 URL: https://issues.apache.org/jira/browse/AIRFLOW-4302 Project: Apache Airflow Issue Type:

[jira] [Created] (AIRFLOW-4301) Secrets in KubernetesPodOperator are not mapped as expected when using deploy_type volume

2019-04-12 Thread JIRA
Hüdaverdi Cakir created AIRFLOW-4301: Summary: Secrets in KubernetesPodOperator are not mapped as expected when using deploy_type volume Key: AIRFLOW-4301 URL: https://issues.apache.org/jira/browse/AIRFLOW-430

[jira] [Commented] (AIRFLOW-161) Redirection to external url

2019-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816566#comment-16816566 ] ASF GitHub Bot commented on AIRFLOW-161: feng-tao commented on pull request #505

[jira] [Commented] (AIRFLOW-161) Redirection to external url

2019-04-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816567#comment-16816567 ] ASF subversion and git services commented on AIRFLOW-161: - Commi

[jira] [Resolved] (AIRFLOW-161) Redirection to external url

2019-04-12 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Feng resolved AIRFLOW-161. -- Resolution: Fixed Fix Version/s: 2.0.0 > Redirection to external url >

[GitHub] [airflow] feng-tao merged pull request #5059: [AIRFLOW-161] New redirect route and extra links

2019-04-12 Thread GitBox
feng-tao merged pull request #5059: [AIRFLOW-161] New redirect route and extra links URL: https://github.com/apache/airflow/pull/5059 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [airflow] kaxil commented on issue #3669: Revert [AIRFLOW-2814] - Change `min_file_process_interval` to 0

2019-04-12 Thread GitBox
kaxil commented on issue #3669: Revert [AIRFLOW-2814] - Change `min_file_process_interval` to 0 URL: https://github.com/apache/airflow/pull/3669#issuecomment-482675443 This revert was based in discussion at https://github.com/apache/airflow/pull/3659 --

[GitHub] [airflow] rhwang10 closed pull request #4303: [AIRFLOW-3370] Elasticsearch log task handler additional features

2019-04-12 Thread GitBox
rhwang10 closed pull request #4303: [AIRFLOW-3370] Elasticsearch log task handler additional features URL: https://github.com/apache/airflow/pull/4303 This is an automated message from the Apache Git Service. To respond to t

[jira] [Commented] (AIRFLOW-3370) Enhance current ES handler with stdout capability and more output options

2019-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816529#comment-16816529 ] ASF GitHub Bot commented on AIRFLOW-3370: - rhwang10 commented on pull request #

[GitHub] [airflow] mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#discussion_r275004753 ## File path: airflow/contrib/hooks/aws_sqs_hook.py ## @@ -0,0 +1,72 @@ +# -*- coding: utf-8 -*- +# +# Licensed

[GitHub] [airflow] mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#discussion_r274982989 ## File path: tests/contrib/sensors/test_sqs_sensor.py ## @@ -0,0 +1,109 @@ +# -*- coding: utf-8 -*- +# +# Licen

[jira] [Updated] (AIRFLOW-4296) Remove py2 in ci process

2019-04-12 Thread zhongjiajie (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhongjiajie updated AIRFLOW-4296: - Description: We still have py2 in our CI process, and this will cause error when in AIP-3 PR,

[GitHub] [airflow] codecov-io edited a comment on issue #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#issuecomment-471307289 # [Codecov](https://codecov.io/gh/apache/airflow/pull/4887?src=pr&el=h1) Report > Merging [#4887](https://codecov.io/gh/apache/airflow/pu

[GitHub] [airflow] codecov-io edited a comment on issue #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#issuecomment-471307289 # [Codecov](https://codecov.io/gh/apache/airflow/pull/4887?src=pr&el=h1) Report > Merging [#4887](https://codecov.io/gh/apache/airflow/pu

[jira] [Updated] (AIRFLOW-3953) Refactor API route handlers to use Connexion

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3953: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Refactor API route han

[jira] [Updated] (AIRFLOW-4064) Edit DAG in FAB UI

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4064: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Edit DAG in FAB UI > -

[jira] [Updated] (AIRFLOW-4224) TypeError: unorderable types: int() >= str()

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4224: --- Fix Version/s: (was: 1.10.3) 1.10.4 > TypeError: unorderable

[jira] [Updated] (AIRFLOW-4003) Extract all example scripts to separate files in doc

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4003: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Extract all example sc

[jira] [Updated] (AIRFLOW-3885) Improve Travis buildtime

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3885: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Improve Travis buildti

[jira] [Updated] (AIRFLOW-3791) Multiple jobs in run & check if already running

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3791: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Multiple jobs in run &

[jira] [Updated] (AIRFLOW-4099) Run button inside DAG page

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4099: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Run button inside DAG

[jira] [Updated] (AIRFLOW-3955) Ensure airflow.api.auth.backend.deny_all works with connexion

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3955: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Ensure airflow.api.aut

[jira] [Updated] (AIRFLOW-4055) Add Airflow SQS Sensor

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4055: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Add Airflow SQS Sensor

[jira] [Updated] (AIRFLOW-3886) Add bulk insert feature to db hooks.

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3886: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Add bulk insert featur

[jira] [Updated] (AIRFLOW-3957) Ensure CLI works with connexion API

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3957: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Ensure CLI works with

[jira] [Updated] (AIRFLOW-3954) Ensure airflow.api.auth.backend.default works with connexion

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3954: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Ensure airflow.api.aut

[jira] [Updated] (AIRFLOW-3942) Allow customisable FAB views and menulinks

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3942: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Allow customisable FAB

[jira] [Updated] (AIRFLOW-4147) Airflow Redis Publish Operator

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4147: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Airflow Redis Publish

[jira] [Updated] (AIRFLOW-3239) Test discovery partial fails due to incorrect name of the test files

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3239: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Test discovery partial

[jira] [Updated] (AIRFLOW-4247) Template the region of the DataprocOperator

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4247: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Template the region of

[jira] [Updated] (AIRFLOW-4113) Unpin moto library

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4113: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Unpin moto library > -

[jira] [Updated] (AIRFLOW-3737) Kubernetes executor cannot handle long dag/task names

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3737: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Kubernetes executor ca

[jira] [Updated] (AIRFLOW-3419) S3_hook.select_key is broken on Python3

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3419: --- Fix Version/s: (was: 1.10.3) 1.10.4 > S3_hook.select_key is

[jira] [Updated] (AIRFLOW-3978) Add missing types in MySQLToGCPOperator

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3978: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Add missing types in M

[jira] [Updated] (AIRFLOW-3956) Ensure airflow.api.auth.backend.kerberos_auth works with connexion

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3956: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Ensure airflow.api.aut

[jira] [Updated] (AIRFLOW-4061) Remove incubator in ci docker-compose

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4061: --- Fix Version/s: (was: 1.10.3) 1.10.4 > Remove incubator in ci

[jira] [Updated] (AIRFLOW-4148) form_choices in DagRunModelView may be wrong

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4148: --- Fix Version/s: (was: 1.10.3) 1.10.4 > form_choices in DagRun

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the model window that normally appears when clickin

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the task detail modal that normally appears when c

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-4300: --- Fix Version/s: 1.10.4 > Task Modal Broken for DAGs that have not run >

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the task detail modal that normally appears when c

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the task detail modal that normally appears when c

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the model window that normally appears when clickin

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the model window that normally appears when clickin

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the model window that normally appears when clickin

[jira] [Created] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
Marcus Levine created AIRFLOW-4300: -- Summary: Task Modal Broken for DAGs that have not run Key: AIRFLOW-4300 URL: https://issues.apache.org/jira/browse/AIRFLOW-4300 Project: Apache Airflow I

[jira] [Updated] (AIRFLOW-4300) Task Modal Broken for DAGs that have not run

2019-04-12 Thread Marcus Levine (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Levine updated AIRFLOW-4300: --- Description: After upgrading to 1.10.3, the model window that pops up when clicking on a t

[GitHub] [airflow] zhongjiajie commented on issue #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process

2019-04-12 Thread GitBox
zhongjiajie commented on issue #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process URL: https://github.com/apache/airflow/pull/5090#issuecomment-482645768 @kaxil I rebase on master but PR-5019 and PR-5020 still failed. --

[GitHub] [airflow] kaxil commented on issue #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process

2019-04-12 Thread GitBox
kaxil commented on issue #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process URL: https://github.com/apache/airflow/pull/5090#issuecomment-482643882 This is already done and merged in master: https://github.com/apache/airflow/commit/3020d9733cb189f091489a62f58f0f586dc8d

[jira] [Created] (AIRFLOW-4299) Upgrade to Celery 4.3.0 to fix crashing workers

2019-04-12 Thread Teresa Martyny (JIRA)
Teresa Martyny created AIRFLOW-4299: --- Summary: Upgrade to Celery 4.3.0 to fix crashing workers Key: AIRFLOW-4299 URL: https://issues.apache.org/jira/browse/AIRFLOW-4299 Project: Apache Airflow

[GitHub] [airflow] mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#discussion_r274981334 ## File path: airflow/contrib/hooks/aws_sqs_hook.py ## @@ -0,0 +1,72 @@ +# -*- coding: utf-8 -*- +# +# Licensed

[GitHub] [airflow] mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#discussion_r274982989 ## File path: tests/contrib/sensors/test_sqs_sensor.py ## @@ -0,0 +1,109 @@ +# -*- coding: utf-8 -*- +# +# Licen

[GitHub] [airflow] mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#discussion_r274981334 ## File path: airflow/contrib/hooks/aws_sqs_hook.py ## @@ -0,0 +1,72 @@ +# -*- coding: utf-8 -*- +# +# Licensed

[GitHub] [airflow] mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor

2019-04-12 Thread GitBox
mans2singh commented on a change in pull request #4887: [AIRFLOW-4055] Add AWS SQS Sensor URL: https://github.com/apache/airflow/pull/4887#discussion_r274981051 ## File path: airflow/contrib/hooks/aws_sqs_hook.py ## @@ -0,0 +1,72 @@ +# -*- coding: utf-8 -*- +# +# Licensed

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

2019-04-12 Thread GitBox
milton0825 commented on issue #5059: [AIRFLOW-161] New redirect route and extra links URL: https://github.com/apache/airflow/pull/5059#issuecomment-482640013 @feng-tao ready for another look This is an automated message from

[jira] [Created] (AIRFLOW-4298) Scheduler can't communicate with Postgres as Metadata DB after upgrade from 1.10.2 to 1.10.3

2019-04-12 Thread Anton Cherkasov (JIRA)
Anton Cherkasov created AIRFLOW-4298: Summary: Scheduler can't communicate with Postgres as Metadata DB after upgrade from 1.10.2 to 1.10.3 Key: AIRFLOW-4298 URL: https://issues.apache.org/jira/browse/AIRFLOW-

[GitHub] [airflow] raphaelauv edited a comment on issue #4890: [AIRFLOW-4048] HttpSensor provide-context to response_check

2019-04-12 Thread GitBox
raphaelauv edited a comment on issue #4890: [AIRFLOW-4048] HttpSensor provide-context to response_check URL: https://github.com/apache/airflow/pull/4890#issuecomment-481246388 Hello , I have updated the test , but I have a weird error with the travis , ( maybe a race ... ) can we re-run t

[GitHub] [airflow] codecov-io commented on issue #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible

2019-04-12 Thread GitBox
codecov-io commented on issue #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible URL: https://github.com/apache/airflow/pull/5089#issuecomment-482632899 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5089?src=pr&el=h1) Report > Merging [#5089](https://codecov.io/gh/apache/

[GitHub] [airflow] codecov-io edited a comment on issue #5059: [AIRFLOW-161][WIP] New redirect route and extra links

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #5059: [AIRFLOW-161][WIP] New redirect route and extra links URL: https://github.com/apache/airflow/pull/5059#issuecomment-482013433 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5059?src=pr&el=h1) Report > Merging [#5059](https://codecov.io

[GitHub] [airflow] codecov-io edited a comment on issue #5059: [AIRFLOW-161][WIP] New redirect route and extra links

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #5059: [AIRFLOW-161][WIP] New redirect route and extra links URL: https://github.com/apache/airflow/pull/5059#issuecomment-482013433 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5059?src=pr&el=h1) Report > Merging [#5059](https://codecov.io

[GitHub] [airflow] codecov-io edited a comment on issue #5059: [AIRFLOW-161][WIP] New redirect route and extra links

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #5059: [AIRFLOW-161][WIP] New redirect route and extra links URL: https://github.com/apache/airflow/pull/5059#issuecomment-482013433 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5059?src=pr&el=h1) Report > Merging [#5059](https://codecov.io

[GitHub] [airflow] dimberman commented on issue #4551: [AIRFLOW-2955] Fix kubernetes pod operator to set requests and limits on task pods

2019-04-12 Thread GitBox
dimberman commented on issue #4551: [AIRFLOW-2955] Fix kubernetes pod operator to set requests and limits on task pods URL: https://github.com/apache/airflow/pull/4551#issuecomment-482632055 Besides the nit from @galuszkak this all LGTM. Please address that comment, rebase/clean up commits

[GitHub] [airflow] jmcarp edited a comment on issue #5030: [AIRFLOW-4227] Use python3-style type annotations.

2019-04-12 Thread GitBox
jmcarp edited a comment on issue #5030: [AIRFLOW-4227] Use python3-style type annotations. URL: https://github.com/apache/airflow/pull/5030#issuecomment-482631271 Looks like #5090 will fix the kubernetes tests here once it's ready. --

[GitHub] [airflow] jmcarp commented on issue #5030: [AIRFLOW-4227] Use python3-style type annotations.

2019-04-12 Thread GitBox
jmcarp commented on issue #5030: [AIRFLOW-4227] Use python3-style type annotations. URL: https://github.com/apache/airflow/pull/5030#issuecomment-482631271 Looks like #5090 will fix the kubernetes tests here. This is an autom

[jira] [Commented] (AIRFLOW-4297) Manually triggerd DAG with no schedule_interval breaks scheduler

2019-04-12 Thread Xiaodong DENG (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816354#comment-16816354 ] Xiaodong DENG commented on AIRFLOW-4297: dag.following_schedule will only retur

[GitHub] [airflow] codecov-io edited a comment on issue #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator

2019-04-12 Thread GitBox
codecov-io edited a comment on issue #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator URL: https://github.com/apache/airflow/pull/5077#issuecomment-481760912 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5077?src=pr&el=h1) Report > Merging [#5077](https://codecov.io/

[GitHub] [airflow] zhongjiajie commented on issue #5019: [AIRFLOW-4199][AIP-3-step3] Remove all sys version info

2019-04-12 Thread GitBox
zhongjiajie commented on issue #5019: [AIRFLOW-4199][AIP-3-step3] Remove all sys version info URL: https://github.com/apache/airflow/pull/5019#issuecomment-482606805 Same Issue as https://github.com/apache/airflow/pull/5020, I submit a PR https://github.com/apache/airflow/pull/5090 to fix

[jira] [Issue Comment Deleted] (AIRFLOW-3036) Upgrading to Airflow 1.10 not possible using GCP Cloud SQL for MYSQL

2019-04-12 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-3036: --- Comment: was deleted (was: Commit b523dd9dd0e24d5362826d1d2401b528b0725999 in airfl

[jira] [Commented] (AIRFLOW-4297) Manually triggerd DAG with no schedule_interval breaks scheduler

2019-04-12 Thread Xiaodong DENG (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816328#comment-16816328 ] Xiaodong DENG commented on AIRFLOW-4297: Can re-produce the issue.  But this i

[jira] [Commented] (AIRFLOW-3369) Un-pausing a DAG with catchup =False creates an extra DAG run (1.10)

2019-04-12 Thread Andrew Harmon (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816323#comment-16816323 ] Andrew Harmon commented on AIRFLOW-3369: so this appears to be an issue if you

[GitHub] [airflow] Tomme commented on issue #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator

2019-04-12 Thread GitBox
Tomme commented on issue #5077: [AIRFLOW-4268] Add MsSqlToGoogleCloudStorageOperator URL: https://github.com/apache/airflow/pull/5077#issuecomment-482593029 Cheers @kaxil, all squashed now 👍 This is an automated message from

[GitHub] [airflow] zhongjiajie commented on issue #5020: [AIRFLOW-4200][AIP-3-subtask-4] Remove all __future__ imports

2019-04-12 Thread GitBox
zhongjiajie commented on issue #5020: [AIRFLOW-4200][AIP-3-subtask-4] Remove all __future__ imports URL: https://github.com/apache/airflow/pull/5020#issuecomment-482592951 CI failed because our CI process have py2 envirement, I submit a PR https://github.com/apache/airflow/pull/5090 to rem

[GitHub] [airflow] zhongjiajie commented on issue #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process

2019-04-12 Thread GitBox
zhongjiajie commented on issue #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process URL: https://github.com/apache/airflow/pull/5090#issuecomment-482589626 @Fokko @ashb @XD-DENG PTAL. This is an automated message

[jira] [Commented] (AIRFLOW-4296) Remove py2 in ci process

2019-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816296#comment-16816296 ] ASF GitHub Bot commented on AIRFLOW-4296: - zhongjiajie commented on pull reques

[GitHub] [airflow] zhongjiajie opened a new pull request #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process

2019-04-12 Thread GitBox
zhongjiajie opened a new pull request #5090: [AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process URL: https://github.com/apache/airflow/pull/5090 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apa

[GitHub] [airflow] kaxil commented on a change in pull request #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible

2019-04-12 Thread GitBox
kaxil commented on a change in pull request #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible URL: https://github.com/apache/airflow/pull/5089#discussion_r274911976 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -187,8 +189,15 @@ def upload(self, bucket, obje

[GitHub] [airflow] ashb commented on a change in pull request #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible

2019-04-12 Thread GitBox
ashb commented on a change in pull request #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible URL: https://github.com/apache/airflow/pull/5089#discussion_r274907621 ## File path: airflow/contrib/hooks/gcs_hook.py ## @@ -187,8 +189,15 @@ def upload(self, bucket, objec

[jira] [Commented] (AIRFLOW-4255) Replace discovery based api in Google Cloud Storage Hook with Client based api

2019-04-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816265#comment-16816265 ] ASF GitHub Bot commented on AIRFLOW-4255: - kaxil commented on pull request #508

[GitHub] [airflow] kaxil opened a new pull request #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible

2019-04-12 Thread GitBox
kaxil opened a new pull request #5089: [AIRFLOW-4255] Make GCS Hook Backwards compatible URL: https://github.com/apache/airflow/pull/5089 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/b

  1   2   >