[GitHub] [airflow] mik-laj commented on a change in pull request #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator)

2019-07-01 Thread GitBox
mik-laj commented on a change in pull request #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator) URL: https://github.com/apache/airflow/pull/5489#discussion_r299306264 ## File path: airflow/contrib/operators/swarm_operator.py ## @@ -0,0 +1,146 @@

[jira] [Commented] (AIRFLOW-4823) Add the ability to toggle creation of default connections on deployment

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

[GitHub] [airflow] Jagankmr3 opened a new pull request #5512: [AIRFLOW-4823] Enhancement to update the airflow cli to have a flag in initdb for default connections

2019-07-01 Thread GitBox
Jagankmr3 opened a new pull request #5512: [AIRFLOW-4823] Enhancement to update the airflow cli to have a flag in initdb for default connections URL: https://github.com/apache/airflow/pull/5512 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the

[GitHub] [airflow] akki commented on a change in pull request #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator)

2019-07-01 Thread GitBox
akki commented on a change in pull request #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator) URL: https://github.com/apache/airflow/pull/5489#discussion_r299301075 ## File path: airflow/contrib/operators/swarm_operator.py ## @@ -0,0 +1,146 @@ +'''

[GitHub] [airflow] mik-laj commented on a change in pull request #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator)

2019-07-01 Thread GitBox
mik-laj commented on a change in pull request #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator) URL: https://github.com/apache/airflow/pull/5489#discussion_r299297085 ## File path: airflow/contrib/operators/swarm_operator.py ## @@ -0,0 +1,146 @@

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

2019-07-01 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_r299296080 ## File path: scripts/ci/pylint_todo.txt ## @@ -443,6 +443,7 @@ ./airflow/sensors/time_sensor.py

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

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

[GitHub] [airflow] akki commented on issue #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator)

2019-07-01 Thread GitBox
akki commented on issue #5489: [AIRFLOW-4843] Allow orchestration via Docker Swarm (SwarmOperator) URL: https://github.com/apache/airflow/pull/5489#issuecomment-507500554 @mik-laj Thanks, your examples helped me understand the pylint errors better. I've fixed them now and also moved the

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

2019-07-01 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_r299270418 ## File path: airflow/sentry.py ## @@ -0,0 +1,158 @@ +# -*- coding: utf-8 -*- +# +# Licensed to the

[GitHub] [airflow] abhishekray07 commented on issue #5277: [AIRFLOW-4510] Don't mutate default_args during DAG initialization

2019-07-01 Thread GitBox
abhishekray07 commented on issue #5277: [AIRFLOW-4510] Don't mutate default_args during DAG initialization URL: https://github.com/apache/airflow/pull/5277#issuecomment-507478740 @Fokko lmk if this looks good to you! This is

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

2019-07-01 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_r299269483 ## File path: airflow/sentry.py ## @@ -0,0 +1,158 @@ +# -*- coding: utf-8 -*- +# +# Licensed to the

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

2019-07-01 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_r299269276 ## File path: airflow/sentry.py ## @@ -0,0 +1,158 @@ +# -*- coding: utf-8 -*- +# +# Licensed to the

[GitHub] [airflow] antoncohen commented on issue #2781: [AIRFLOW-288] Make airflow timezone aware

2019-07-01 Thread GitBox
antoncohen commented on issue #2781: [AIRFLOW-288] Make airflow timezone aware URL: https://github.com/apache/airflow/pull/2781#issuecomment-507469099 @ashb, the [migration](https://github.com/apache/airflow/blob/1.10.3/airflow/migrations/versions/0e2a74e0fc9f_add_time_zone_awareness.py)

[GitHub] [airflow] mik-laj commented on issue #5445: [AIRFLOW-4769] Pass gcp_conn_id to BigtableHook

2019-07-01 Thread GitBox
mik-laj commented on issue #5445: [AIRFLOW-4769] Pass gcp_conn_id to BigtableHook URL: https://github.com/apache/airflow/pull/5445#issuecomment-507450055 I would like to add that there is a Jira ticket at the commented problem.

[jira] [Updated] (AIRFLOW-4879) Add poll_interval and schema to PrestoHook

2019-07-01 Thread Elad (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elad updated AIRFLOW-4879: -- Summary: Add poll_interval and schema to PrestoHook (was: Add poll_interval to PrestoHook) > Add

[jira] [Created] (AIRFLOW-4879) Add poll_interval to PrestoHook

2019-07-01 Thread Elad (JIRA)
Elad created AIRFLOW-4879: - Summary: Add poll_interval to PrestoHook Key: AIRFLOW-4879 URL: https://issues.apache.org/jira/browse/AIRFLOW-4879 Project: Apache Airflow Issue Type: Improvement

[jira] [Commented] (AIRFLOW-3313) Fix doc strings in dataproc operator referencing wrong type of propeties

2019-07-01 Thread jack (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876464#comment-16876464 ] jack commented on AIRFLOW-3313: --- [~ash] I believe this can be closed > Fix doc strings in dataproc

[jira] [Commented] (AIRFLOW-3016) Remove deprecated xcom pickling

2019-07-01 Thread jack (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876463#comment-16876463 ] jack commented on AIRFLOW-3016: --- [~holdenk] are you working on this? > Remove deprecated xcom pickling >

[jira] [Created] (AIRFLOW-4878) Allow alternate docker image for kubernetes xcom sidecar

2019-07-01 Thread Eric Carlson (JIRA)
Eric Carlson created AIRFLOW-4878: - Summary: Allow alternate docker image for kubernetes xcom sidecar Key: AIRFLOW-4878 URL: https://issues.apache.org/jira/browse/AIRFLOW-4878 Project: Apache Airflow

[GitHub] [airflow] mik-laj commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs

2019-07-01 Thread GitBox
mik-laj commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs URL: https://github.com/apache/airflow/pull/4633#issuecomment-507405816 Fix is available: If you want tests to pass, execute the command: ``` curl

[GitHub] [airflow] djenriquez commented on issue #2708: [AIRFLOW-1746] Add a Nomad operator to trigger job from Airflow

2019-07-01 Thread GitBox
djenriquez commented on issue #2708: [AIRFLOW-1746] Add a Nomad operator to trigger job from Airflow URL: https://github.com/apache/airflow/pull/2708#issuecomment-507404228 @yishan-lin, is the Nomad team _shepherding_ this PR through?

[GitHub] [airflow] mik-laj commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs

2019-07-01 Thread GitBox
mik-laj commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs URL: https://github.com/apache/airflow/pull/4633#issuecomment-507401734 I look at this. This is an automated

[GitHub] [airflow] mik-laj removed a comment on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs

2019-07-01 Thread GitBox
mik-laj removed a comment on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs URL: https://github.com/apache/airflow/pull/4633#issuecomment-507401069 Could you rebase to latest master?

[GitHub] [airflow] mik-laj commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs

2019-07-01 Thread GitBox
mik-laj commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs URL: https://github.com/apache/airflow/pull/4633#issuecomment-507401069 Could you rebase to latest master?

[GitHub] [airflow] chaimt commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs

2019-07-01 Thread GitBox
chaimt commented on issue #4633: AIRFLOW-3791: Dataflow - Support check status if pipeline spans on multiple jobs URL: https://github.com/apache/airflow/pull/4633#issuecomment-507393093 some help is needed This is an

[jira] [Created] (AIRFLOW-4877) Allow AWS Batch Operator to set nodeOverrides

2019-07-01 Thread George Pongracz (JIRA)
George Pongracz created AIRFLOW-4877: Summary: Allow AWS Batch Operator to set nodeOverrides Key: AIRFLOW-4877 URL: https://issues.apache.org/jira/browse/AIRFLOW-4877 Project: Apache Airflow

svn commit: r34717 - /dev/airflow/1.10.4rc2/

2019-07-01 Thread ash
Author: ash Date: Mon Jul 1 18:52:36 2019 New Revision: 34717 Log: Add artefacts for Airflow 1.10.4rc2 Added: dev/airflow/1.10.4rc2/ dev/airflow/1.10.4rc2/apache-airflow-1.10.4rc2-bin.tar.gz (with props) dev/airflow/1.10.4rc2/apache-airflow-1.10.4rc2-bin.tar.gz.asc

[jira] [Commented] (AIRFLOW-4406) Fix a method name typo: NullFernet.decrpyt

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

[jira] [Commented] (AIRFLOW-4564) Azure Container Instance bugfixes and improvements

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

[jira] [Commented] (AIRFLOW-4871) Unable to create DAG Runs via the (RBAC) UI

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

[jira] [Updated] (AIRFLOW-4838) Surface Athena errors in AWSAthenaOperator

2019-07-01 Thread Kamil Bregula (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula updated AIRFLOW-4838: --- Component/s: aws > Surface Athena errors in AWSAthenaOperator >

[jira] [Updated] (AIRFLOW-4869) Refactor sql to gcs operators

2019-07-01 Thread Kamil Bregula (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula updated AIRFLOW-4869: --- Component/s: gcp > Refactor sql to gcs operators > - > >

[GitHub] [airflow] codecov-io commented on issue #5510: [AIRFLOW-3495] Prevent error due to wrong usage with DataProcSparkSql…

2019-07-01 Thread GitBox
codecov-io commented on issue #5510: [AIRFLOW-3495] Prevent error due to wrong usage with DataProcSparkSql… URL: https://github.com/apache/airflow/pull/5510#issuecomment-507378882 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5510?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #5511: [AIRFLOW-4797] Fix zombie detection

2019-07-01 Thread GitBox
codecov-io commented on issue #5511: [AIRFLOW-4797] Fix zombie detection URL: https://github.com/apache/airflow/pull/5511#issuecomment-507378742 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5511?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #5511: [AIRFLOW-4797] Fix zombie detection

2019-07-01 Thread GitBox
codecov-io commented on issue #5511: [AIRFLOW-4797] Fix zombie detection URL: https://github.com/apache/airflow/pull/5511#issuecomment-507378748 # [Codecov](https://codecov.io/gh/apache/airflow/pull/5511?src=pr=h1) Report > Merging

[jira] [Reopened] (AIRFLOW-3868) Incorrect import of distutils in JenkinsHook

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor reopened AIRFLOW-3868: Assignee: (was: Elad) > Incorrect import of distutils in JenkinsHook >

[jira] [Resolved] (AIRFLOW-3868) Incorrect import of distutils in JenkinsHook

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-3868. Resolution: Duplicate Fix Version/s: (was: 2.0.0) > Incorrect import

[jira] [Commented] (AIRFLOW-4226) DataProcPySparkOperator gets project ID from gcp_conn_id rather than project_id

2019-07-01 Thread Kamil Bregula (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876397#comment-16876397 ] Kamil Bregula commented on AIRFLOW-4226: [~jackjack10] Thanks. You're awesome!  >

[jira] [Updated] (AIRFLOW-4226) DataProcPySparkOperator gets project ID from gcp_conn_id rather than project_id

2019-07-01 Thread Kamil Bregula (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula updated AIRFLOW-4226: --- Component/s: gcp > DataProcPySparkOperator gets project ID from gcp_conn_id rather than >

[jira] [Commented] (AIRFLOW-4810) Bump supported mysqlclient to <1.5

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

[GitHub] [airflow] akki commented on issue #5483: [AIRFLOW-4843] Allow orchestration via Docker Swarm aka SwarmOperator

2019-07-01 Thread GitBox
akki commented on issue #5483: [AIRFLOW-4843] Allow orchestration via Docker Swarm aka SwarmOperator URL: https://github.com/apache/airflow/pull/5483#issuecomment-507354133 Created another PR against `master`, just in case it is possible to add this feature to `v1.10` as well -

[GitHub] [airflow] RosterIn closed pull request #5430: [AIRFLOW-4810] Bump supported mysqlclient to <1.5

2019-07-01 Thread GitBox
RosterIn closed pull request #5430: [AIRFLOW-4810] Bump supported mysqlclient to <1.5 URL: https://github.com/apache/airflow/pull/5430 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] RosterIn commented on issue #5430: [AIRFLOW-4810] Bump supported mysqlclient to <1.5

2019-07-01 Thread GitBox
RosterIn commented on issue #5430: [AIRFLOW-4810] Bump supported mysqlclient to <1.5 URL: https://github.com/apache/airflow/pull/5430#issuecomment-507353871 Closing for now. If someone will give pointers I'll reopen and address them.

[GitHub] [airflow] OmerJog commented on issue #5459: [AIRFLOW-XXX] Rewrite the contributing guide

2019-07-01 Thread GitBox
OmerJog commented on issue #5459: [AIRFLOW-XXX] Rewrite the contributing guide URL: https://github.com/apache/airflow/pull/5459#issuecomment-507351810 While on it maybe worth also addressing https://issues.apache.org/jira/browse/AIRFLOW-3642

[jira] [Commented] (AIRFLOW-4797) Zombie detection and killing is not deterministic

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

[jira] [Commented] (AIRFLOW-3495) DataProcSparkSqlOperator and DataProcHiveOperator should raise error when query and query_uri are both provided

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

[GitHub] [airflow] eladkal opened a new pull request #5510: [AIRFLOW-3495] Prevent error due to wrong usage with DataProcSparkSql…

2019-07-01 Thread GitBox
eladkal opened a new pull request #5510: [AIRFLOW-3495] Prevent error due to wrong usage with DataProcSparkSql… URL: https://github.com/apache/airflow/pull/5510 …Operator / DataProcHiveOperator DataProcSparkSqlOperator and DataProcHiveOperator are working either with query or

[GitHub] [airflow] abhishekray07 commented on a change in pull request #5277: [AIRFLOW-4510] Don't mutate default_args during DAG initialization

2019-07-01 Thread GitBox
abhishekray07 commented on a change in pull request #5277: [AIRFLOW-4510] Don't mutate default_args during DAG initialization URL: https://github.com/apache/airflow/pull/5277#discussion_r299134638 ## File path: airflow/models/dag.py ## @@ -195,7 +195,7 @@ def __init__(

[jira] [Comment Edited] (AIRFLOW-4449) Default permissions for custom roles

2019-07-01 Thread Florian SILVA (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876355#comment-16876355 ] Florian SILVA edited comment on AIRFLOW-4449 at 7/1/19 4:56 PM: Thanks

[jira] [Commented] (AIRFLOW-4449) Default permissions for custom roles

2019-07-01 Thread Florian SILVA (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876355#comment-16876355 ] Florian SILVA commented on AIRFLOW-4449: A good first workaround would be toadd a config entry

[jira] [Commented] (AIRFLOW-4157) FileToGoogleCloudStorageOperator should expose "multipart" uploading supported in GoogleCloudStorageHook.upload()

2019-07-01 Thread jack (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876354#comment-16876354 ] jack commented on AIRFLOW-4157: --- This is no longer needed. The new API used in the hook by PR 

[jira] [Commented] (AIRFLOW-2602) Show failed attempts in Gantt view

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

[jira] [Commented] (AIRFLOW-4871) Unable to create DAG Runs via the (RBAC) UI

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

[jira] [Commented] (AIRFLOW-4406) Fix a method name typo: NullFernet.decrpyt

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

[jira] [Commented] (AIRFLOW-4591) Tag tasks with default pool

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

[jira] [Commented] (AIRFLOW-4564) Azure Container Instance bugfixes and improvements

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

[jira] [Commented] (AIRFLOW-4849) Add gcp_conn_id parameter to CloudSqlDatabaseHook class to avaid CloudSqlProxyRunner use the gcp_conn_id by default

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

[jira] [Commented] (AIRFLOW-4237) Including Try Number of Task in Gantt Chart

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

[jira] [Commented] (AIRFLOW-4769) BigTable operators does not pass the connection ID to hook

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

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

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

[jira] [Resolved] (AIRFLOW-4406) Fix a method name typo: NullFernet.decrpyt

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-4406. Resolution: Fixed Fix Version/s: 1.10.4 > Fix a method name typo:

[jira] [Resolved] (AIRFLOW-4523) Command Parameter in Azure Container Instances Operator

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-4523. Resolution: Fixed Fix Version/s: 1.10.4 > Command Parameter in Azure

[jira] [Resolved] (AIRFLOW-4564) Azure Container Instance bugfixes and improvements

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-4564. Resolution: Fixed > Azure Container Instance bugfixes and improvements >

[jira] [Resolved] (AIRFLOW-4577) Azure Container Instances Operator: Volumes

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-4577. Resolution: Fixed Fix Version/s: 1.10.4 > Azure Container Instances

[jira] [Commented] (AIRFLOW-4564) Azure Container Instance bugfixes and improvements

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

[jira] [Commented] (AIRFLOW-4564) Azure Container Instance bugfixes and improvements

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

[GitHub] [airflow] ashb merged pull request #5319: [AIRFLOW-4564][AIRFLOW-4523][AIRFLOW-4577] Azure Container Instance bugfixes and improvements

2019-07-01 Thread GitBox
ashb merged pull request #5319: [AIRFLOW-4564][AIRFLOW-4523][AIRFLOW-4577] Azure Container Instance bugfixes and improvements URL: https://github.com/apache/airflow/pull/5319 This is an automated message from the Apache

[jira] [Commented] (AIRFLOW-4406) Fix a method name typo: NullFernet.decrpyt

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

[jira] [Commented] (AIRFLOW-4406) Fix a method name typo: NullFernet.decrpyt

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

[GitHub] [airflow] ashb merged pull request #5509: [AIRFLOW-4406] Fix a method name typo: NullFernet.decrpyt to decrypt

2019-07-01 Thread GitBox
ashb merged pull request #5509: [AIRFLOW-4406] Fix a method name typo: NullFernet.decrpyt to decrypt URL: https://github.com/apache/airflow/pull/5509 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (AIRFLOW-4406) Fix a method name typo: NullFernet.decrpyt

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

[GitHub] [airflow] ashb commented on a change in pull request #5508: [AIRFLOW-4876] Making tests in CoreTest rerunnable

2019-07-01 Thread GitBox
ashb commented on a change in pull request #5508: [AIRFLOW-4876] Making tests in CoreTest rerunnable URL: https://github.com/apache/airflow/pull/5508#discussion_r299119727 ## File path: tests/core.py ## @@ -88,11 +99,23 @@ def execute(*args, **kwargs): class

[GitHub] [airflow] eladkal opened a new pull request #5509: [AIRFLOW-4406] Fix a method name typo: NullFernet.decrpyt to decrypt

2019-07-01 Thread GitBox
eladkal opened a new pull request #5509: [AIRFLOW-4406] Fix a method name typo: NullFernet.decrpyt to decrypt URL: https://github.com/apache/airflow/pull/5509 fixing typo from decrpyt to decrypt Make sure you have checked _all_ steps below. ### Jira - [ ] My PR

[jira] [Closed] (AIRFLOW-4407) Airflow UI not working.

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor closed AIRFLOW-4407. -- Resolution: Cannot Reproduce Not enough info to reproduce or help debug. Please

[jira] [Resolved] (AIRFLOW-4875) DAG partial search doesn't work since 1.10.3

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-4875. Resolution: Duplicate Already fixed in 1.10.4rc1 > DAG partial search doesn't

[jira] [Commented] (AIRFLOW-4872) Airflow hooks implement connection fetching inconsistently

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876310#comment-16876310 ] Ash Berlin-Taylor commented on AIRFLOW-4872: In many (but not all as you've discovered) we

[jira] [Commented] (AIRFLOW-4461) Execution_Date from UI not convert to utc in List Dag Run Page

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876302#comment-16876302 ] Ash Berlin-Taylor commented on AIRFLOW-4461: Though we generally try to set the DB timezone

[jira] [Commented] (AIRFLOW-4461) Execution_Date from UI not convert to utc in List Dag Run Page

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876300#comment-16876300 ] Ash Berlin-Taylor commented on AIRFLOW-4461: The two links are showing different times -

[jira] [Work started] (AIRFLOW-4876) Make CoreTest test cases rerunnable

2019-07-01 Thread JIRA
[ https://issues.apache.org/jira/browse/AIRFLOW-4876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-4876 started by Jarosław Śmietanka. --- > Make CoreTest test cases rerunnable >

[GitHub] [airflow] kurtqq closed pull request #5450: [AIRFLOW-4775] - fix incorrect parameter order in GceHook

2019-07-01 Thread GitBox
kurtqq closed pull request #5450: [AIRFLOW-4775] - fix incorrect parameter order in GceHook URL: https://github.com/apache/airflow/pull/5450 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (AIRFLOW-4775) GceHook ommited num_retries parameter

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

[jira] [Commented] (AIRFLOW-4876) Make CoreTest test cases rerunnable

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

[GitHub] [airflow] exploy opened a new pull request #5508: [AIRFLOW-4876] Making tests in CoreTest rerunnable

2019-07-01 Thread GitBox
exploy opened a new pull request #5508: [AIRFLOW-4876] Making tests in CoreTest rerunnable URL: https://github.com/apache/airflow/pull/5508 - all related DagRun, TaskInstance and TaskFail objects are properly removed on tear down - replaced "models." importing with "" direct usage -

[GitHub] [airflow] ashb commented on issue #5501: [AIRFLOW-4862] Allow directly using IP address as hostname

2019-07-01 Thread GitBox
ashb commented on issue #5501: [AIRFLOW-4862] Allow directly using IP address as hostname URL: https://github.com/apache/airflow/pull/5501#issuecomment-507325473 Pulled in - RC2 coming out shortly (~30mins - once tests pass)

[jira] [Created] (AIRFLOW-4876) Make CoreTest test cases rerunnable

2019-07-01 Thread JIRA
Jarosław Śmietanka created AIRFLOW-4876: --- Summary: Make CoreTest test cases rerunnable Key: AIRFLOW-4876 URL: https://issues.apache.org/jira/browse/AIRFLOW-4876 Project: Apache Airflow

[GitHub] [airflow] ashb commented on a change in pull request #5503: [AIRFLOW-3360] Make the DAGs search respect other querystring parameters

2019-07-01 Thread GitBox
ashb commented on a change in pull request #5503: [AIRFLOW-3360] Make the DAGs search respect other querystring parameters URL: https://github.com/apache/airflow/pull/5503#discussion_r299111888 ## File path: airflow/www/templates/airflow/dags.html ## @@ -218,8 +218,9 @@

[GitHub] [airflow] ashb commented on a change in pull request #5503: [AIRFLOW-3360] Make the DAGs search respect other querystring parameters

2019-07-01 Thread GitBox
ashb commented on a change in pull request #5503: [AIRFLOW-3360] Make the DAGs search respect other querystring parameters URL: https://github.com/apache/airflow/pull/5503#discussion_r299111337 ## File path: airflow/www/templates/airflow/dags.html ## @@ -36,7 +36,7 @@

[jira] [Resolved] (AIRFLOW-4864) Don't call load_test_configuration multiple times

2019-07-01 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-4864. Resolution: Fixed Fix Version/s: 2.0.0 > Don't call

[jira] [Commented] (AIRFLOW-4576) Rendered Template & email_on_failure displays password variable in clear text

2019-07-01 Thread Raj Sasidharan (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16876290#comment-16876290 ] Raj Sasidharan commented on AIRFLOW-4576: - Hi [~doncode]: # DAG code is below which shows 

[jira] [Updated] (AIRFLOW-4576) Rendered Template & email_on_failure displays password variable in clear text

2019-07-01 Thread Raj Sasidharan (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raj Sasidharan updated AIRFLOW-4576: Attachment: dag_rendered_template.JPG > Rendered Template & email_on_failure displays

[jira] [Commented] (AIRFLOW-4864) Don't call load_test_configuration multiple times

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

[jira] [Commented] (AIRFLOW-4864) Don't call load_test_configuration multiple times

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

[GitHub] [airflow] ashb merged pull request #5502: [AIRFLOW-4864] Remove duplicated calls to load_test_config

2019-07-01 Thread GitBox
ashb merged pull request #5502: [AIRFLOW-4864] Remove duplicated calls to load_test_config URL: https://github.com/apache/airflow/pull/5502 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (AIRFLOW-2602) Show failed attempts in Gantt view

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

[jira] [Commented] (AIRFLOW-4237) Including Try Number of Task in Gantt Chart

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

[jira] [Commented] (AIRFLOW-4591) Tag tasks with default pool

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

[jira] [Commented] (AIRFLOW-4769) BigTable operators does not pass the connection ID to hook

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

[jira] [Commented] (AIRFLOW-4849) Add gcp_conn_id parameter to CloudSqlDatabaseHook class to avaid CloudSqlProxyRunner use the gcp_conn_id by default

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

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

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

[jira] [Created] (AIRFLOW-4875) DAG partial search doesn't work since 1.10.3

2019-07-01 Thread Oleg Korsak (JIRA)
Oleg Korsak created AIRFLOW-4875: Summary: DAG partial search doesn't work since 1.10.3 Key: AIRFLOW-4875 URL: https://issues.apache.org/jira/browse/AIRFLOW-4875 Project: Apache Airflow

  1   2   >