[jira] [Commented] (AIRFLOW-6731) kubernetes pod_generator: SIDECAR_CONTAINER image name should be configurable

2020-03-04 Thread thierry accart (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051006#comment-17051006 ] thierry accart commented on AIRFLOW-6731: - Thanks! :)  I'll have a look at that. > kubernetes

[GitHub] [airflow] sbrandtb commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

2020-03-04 Thread GitBox
sbrandtb commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error URL: https://github.com/apache/airflow/pull/6643#issuecomment-594388553 @pvcnt No, this MR does nothing in order to catch the inevitable request timeout exception. It only fiddles around with

[GitHub] [airflow] sbrandtb commented on issue #7616: [AIRFLOW-6040] ReadTimeoutError should not raise exception

2020-03-04 Thread GitBox
sbrandtb commented on issue #7616: [AIRFLOW-6040] ReadTimeoutError should not raise exception URL: https://github.com/apache/airflow/pull/7616#issuecomment-594388945 @dimberman I do not fully agree with making this a warning. Warnings often confuse people and this read timeout is totally

[GitHub] [airflow] Khrol opened a new pull request #7622: [AIRFLOW-6983] Configure connection pool disabling in CLI

2020-03-04 Thread GitBox
Khrol opened a new pull request #7622: [AIRFLOW-6983] Configure connection pool disabling in CLI URL: https://github.com/apache/airflow/pull/7622 Tasks are executed in CLI mode when connection pool to the database is disabled. `settings.configure_orm(disable_connection_pool=True)`

[jira] [Commented] (AIRFLOW-6983) Disabled connection pool in CLI might be harmful

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051174#comment-17051174 ] ASF GitHub Bot commented on AIRFLOW-6983: - Khrol commented on pull request #7622:

[GitHub] [airflow] potiuk commented on issue #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-04 Thread GitBox
potiuk commented on issue #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619#issuecomment-594514397 Yeah - cool. That would be great. I will create a channel for that. I think it should be ok to proceed with that one without system tests

[jira] [Commented] (AIRFLOW-6481) SalesforceHook attempts to use .str accessor on object dtype

2020-03-04 Thread dephusluke (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051347#comment-17051347 ] dephusluke commented on AIRFLOW-6481: - [~teddyhartanto] I'd be interested in this being fixed. Can

[GitHub] [airflow] baolsen commented on issue #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-04 Thread GitBox
baolsen commented on issue #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619#issuecomment-594509306 Hey @potiuk . Sure, I'd be willing to give it a try :) Probably best to create a Slack channel... It is blocked at my work, but I can use

[jira] [Comment Edited] (AIRFLOW-5575) Cannot use the mark future success/failure feature in the UI

2020-03-04 Thread Christopher Hyatt (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16947191#comment-16947191 ] Christopher Hyatt edited comment on AIRFLOW-5575 at 3/4/20, 1:47 PM:

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387691301 ## File path: airflow/providers/mysql/hooks/mysql.py ## @@ -16,10

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387690189 ## File path: airflow/providers/mysql/hooks/mysql.py ## @@ -113,8

[GitHub] [airflow] baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#discussion_r387623564 ## File path: tests/providers/amazon/aws/sensors/test_sqs.py ## @@ -18,7 +18,7 @@ import

[jira] [Created] (AIRFLOW-6983) Disabled connection pool in CLI might be harmful

2020-03-04 Thread Igor Khrol (Jira)
Igor Khrol created AIRFLOW-6983: --- Summary: Disabled connection pool in CLI might be harmful Key: AIRFLOW-6983 URL: https://issues.apache.org/jira/browse/AIRFLOW-6983 Project: Apache Airflow

[jira] [Assigned] (AIRFLOW-5647) Airflow UI should also display dag_concurrency reached

2020-03-04 Thread Akbar Habeeb B (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akbar Habeeb B reassigned AIRFLOW-5647: --- Assignee: Akbar Habeeb B > Airflow UI should also display dag_concurrency reached

[GitHub] [airflow] baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#discussion_r387621500 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -232,6 +261,38 @@ def

[GitHub] [airflow] baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#discussion_r387621654 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -232,6 +261,38 @@ def

[jira] [Comment Edited] (AIRFLOW-5647) Airflow UI should also display dag_concurrency reached

2020-03-04 Thread Akbar Habeeb B (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051242#comment-17051242 ] Akbar Habeeb B edited comment on AIRFLOW-5647 at 3/4/20, 2:06 PM: -- Hi

[GitHub] [airflow] baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#discussion_r387620707 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -232,6 +261,38 @@ def

[GitHub] [airflow] baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#discussion_r387620707 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -232,6 +261,38 @@ def

[GitHub] [airflow] michalslowikowski00 commented on issue #7612: [AIRFLOW-6977] Fix BigQuery DTS example DAG

2020-03-04 Thread GitBox
michalslowikowski00 commented on issue #7612: [AIRFLOW-6977] Fix BigQuery DTS example DAG URL: https://github.com/apache/airflow/pull/7612#issuecomment-594490571 Much better. :) This is an automated message from the Apache

[jira] [Commented] (AIRFLOW-6973) Make GCSCreateBucketOperator idempotent

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051181#comment-17051181 ] ASF GitHub Bot commented on AIRFLOW-6973: - potiuk commented on pull request #7609:

[jira] [Resolved] (AIRFLOW-6973) Make GCSCreateBucketOperator idempotent

2020-03-04 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6973. --- Fix Version/s: 2.0.0 Resolution: Fixed > Make GCSCreateBucketOperator idempotent >

[GitHub] [airflow] potiuk merged pull request #7609: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent

2020-03-04 Thread GitBox
potiuk merged pull request #7609: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent URL: https://github.com/apache/airflow/pull/7609 This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (AIRFLOW-6973) Make GCSCreateBucketOperator idempotent

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

[jira] [Commented] (AIRFLOW-6977) Fix BigQuery DTS example DAG

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

[jira] [Resolved] (AIRFLOW-6977) Fix BigQuery DTS example DAG

2020-03-04 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6977. --- Fix Version/s: 2.0.0 Resolution: Fixed > Fix BigQuery DTS example DAG >

[GitHub] [airflow] baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#discussion_r387642551 ## File path: airflow/providers/amazon/aws/hooks/datasync.py ## @@ -29,10 +29,13 @@ class

[jira] [Commented] (AIRFLOW-6977) Fix BigQuery DTS example DAG

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051178#comment-17051178 ] ASF GitHub Bot commented on AIRFLOW-6977: - potiuk commented on pull request #7612:

[GitHub] [airflow] potiuk merged pull request #7612: [AIRFLOW-6977] Fix BigQuery DTS example DAG

2020-03-04 Thread GitBox
potiuk merged pull request #7612: [AIRFLOW-6977] Fix BigQuery DTS example DAG URL: https://github.com/apache/airflow/pull/7612 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387690189 ## File path: airflow/providers/mysql/hooks/mysql.py ## @@ -113,8

[GitHub] [airflow] baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client URL: https://github.com/apache/airflow/pull/7541#discussion_r387622963 ## File path: airflow/providers/amazon/aws/hooks/datasync.py ## @@ -29,10 +29,13 @@ class

[jira] [Resolved] (AIRFLOW-6872) Git Version is always Not Available in UI

2020-03-04 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6872. - Fix Version/s: (was: 2.0.0) Resolution: Fixed > Git Version is always Not Available

[jira] [Commented] (AIRFLOW-6040) Airflow scheduler with kubernetes executor fails :- Unknown error in KubernetesJobWatcher

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

[jira] [Commented] (AIRFLOW-5647) Airflow UI should also display dag_concurrency reached

2020-03-04 Thread Akbar Habeeb B (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051242#comment-17051242 ] Akbar Habeeb B commented on AIRFLOW-5647: - Hi Mentors, By tracking the dag_concurrency count

[jira] [Created] (AIRFLOW-6985) Airflow should handle the rediss:// protocol for TLS-enable Redis

2020-03-04 Thread Jira
Noël BARDELOT created AIRFLOW-6985: -- Summary: Airflow should handle the rediss:// protocol for TLS-enable Redis Key: AIRFLOW-6985 URL: https://issues.apache.org/jira/browse/AIRFLOW-6985 Project:

[GitHub] [airflow] mik-laj commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop

2020-03-04 Thread GitBox
mik-laj commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop URL: https://github.com/apache/airflow/pull/7597#discussion_r387844631 ## File path: airflow/jobs/scheduler_job.py ## @@ -752,37 +758,35 @@ def

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387849537 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[GitHub] [airflow] feluelle commented on issue #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on issue #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#issuecomment-594726422 > > > Should we also change how to operator section in our docs?

[GitHub] [airflow] kaxil commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop

2020-03-04 Thread GitBox
kaxil commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop URL: https://github.com/apache/airflow/pull/7597#discussion_r387811869 ## File path: airflow/jobs/scheduler_job.py ## @@ -752,37 +758,35 @@ def

[jira] [Updated] (AIRFLOW-5801) CloudSqlProxyRunner always assumes GCP credentials are passed via file instead of JSON blob

2020-03-04 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-5801: Labels: gsoc (was: ) > CloudSqlProxyRunner always assumes GCP credentials are passed via file

[jira] [Updated] (AIRFLOW-6914) Add a default robots.txt to deny all search engines

2020-03-04 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-6914: Labels: gsoc (was: ) > Add a default robots.txt to deny all search engines >

[GitHub] [airflow] kaxil commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop

2020-03-04 Thread GitBox
kaxil commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop URL: https://github.com/apache/airflow/pull/7597#discussion_r387810889 ## File path: airflow/jobs/scheduler_job.py ## @@ -752,37 +758,35 @@ def

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387850309 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[GitHub] [airflow] nuclearpinguin commented on issue #7623: [AIRFLOW-6984] Improve setup/teardown in SFTP-GCS system tests

2020-03-04 Thread GitBox
nuclearpinguin commented on issue #7623: [AIRFLOW-6984] Improve setup/teardown in SFTP-GCS system tests URL: https://github.com/apache/airflow/pull/7623#issuecomment-594669412 > Are you sure it works? `sftp` is a client only. It's not the server. True, fixed.

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387850309 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387850309 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[jira] [Updated] (AIRFLOW-6985) Airflow should handle the rediss:// protocol for TLS-enable Redis

2020-03-04 Thread Jira
[ https://issues.apache.org/jira/browse/AIRFLOW-6985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noël BARDELOT updated AIRFLOW-6985: --- Description: Please see the following issue for Flower:

[GitHub] [airflow] nuclearpinguin opened a new pull request #7624: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix)

2020-03-04 Thread GitBox
nuclearpinguin opened a new pull request #7624: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) URL: https://github.com/apache/airflow/pull/7624 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387850309 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[GitHub] [airflow] nuclearpinguin opened a new pull request #7623: [AIRFLOW-6984] Improve setup/teardown in SFTP-GCS system tests

2020-03-04 Thread GitBox
nuclearpinguin opened a new pull request #7623: [AIRFLOW-6984] Improve setup/teardown in SFTP-GCS system tests URL: https://github.com/apache/airflow/pull/7623 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes

[jira] [Commented] (AIRFLOW-6984) Improve setup/teardown in SFTP-GCS system tests

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051391#comment-17051391 ] ASF GitHub Bot commented on AIRFLOW-6984: - nuclearpinguin commented on pull request #7623:

[GitHub] [airflow] nuclearpinguin commented on issue #7623: [AIRFLOW-6984] Improve setup/teardown in SFTP-GCS system tests

2020-03-04 Thread GitBox
nuclearpinguin commented on issue #7623: [AIRFLOW-6984] Improve setup/teardown in SFTP-GCS system tests URL: https://github.com/apache/airflow/pull/7623#issuecomment-594644872 @TobKed FYI This is an automated message from

[GitHub] [airflow] zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387787212 ## File path: airflow/providers/mysql/hooks/mysql.py ## @@

[GitHub] [airflow] kaxil commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop

2020-03-04 Thread GitBox
kaxil commented on a change in pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop URL: https://github.com/apache/airflow/pull/7597#discussion_r387810889 ## File path: airflow/jobs/scheduler_job.py ## @@ -752,37 +758,35 @@ def

[GitHub] [airflow] feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
feluelle commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387850309 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[jira] [Created] (AIRFLOW-6984) Improve setup/teardown in SFTP-GCS system tests

2020-03-04 Thread Tomasz Urbaszek (Jira)
Tomasz Urbaszek created AIRFLOW-6984: Summary: Improve setup/teardown in SFTP-GCS system tests Key: AIRFLOW-6984 URL: https://issues.apache.org/jira/browse/AIRFLOW-6984 Project: Apache Airflow

[GitHub] [airflow] zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387801943 ## File path: airflow/providers/mysql/hooks/mysql.py ## @@

[GitHub] [airflow] zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r387796243 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[jira] [Commented] (AIRFLOW-6973) Make GCSCreateBucketOperator idempotent

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051477#comment-17051477 ] ASF GitHub Bot commented on AIRFLOW-6973: - nuclearpinguin commented on pull request #7624:

[GitHub] [airflow] mik-laj opened a new pull request #7625: [AIRFLOW-XXXX] Add guide for Travis CI and IDE setup

2020-03-04 Thread GitBox
mik-laj opened a new pull request #7625: [AIRFLOW-] Add guide for Travis CI and IDE setup URL: https://github.com/apache/airflow/pull/7625 Life is brutal. Sometimes problems only occur on Travis CI. --- Issue link: WILL BE INSERTED BY

[GitHub] [airflow] retornam commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception

2020-03-04 Thread GitBox
retornam commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception URL: https://github.com/apache/airflow/pull/7620#discussion_r388026254 ## File path: tests/contrib/operators/test_ssh_operator.py ## @@ -70,6 +70,23 @@ def

[GitHub] [airflow] zhongjiajie commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception

2020-03-04 Thread GitBox
zhongjiajie commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception URL: https://github.com/apache/airflow/pull/7620#discussion_r388047164 ## File path: tests/contrib/operators/test_ssh_operator.py ## @@ -70,6 +70,23 @@ def

[GitHub] [airflow] maxirus commented on issue #7616: [AIRFLOW-6040] ReadTimeoutError should not raise exception

2020-03-04 Thread GitBox
maxirus commented on issue #7616: [AIRFLOW-6040] ReadTimeoutError should not raise exception URL: https://github.com/apache/airflow/pull/7616#issuecomment-595013767 I don't think this is the right approach for fixing AIRFLOW-6040. The Watcher isn't being ran in its own thread so it must

[GitHub] [airflow] zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r388043634 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[GitHub] [airflow] retornam opened a new pull request #7628: [AIRFLOW-4363] Fix JSON encoding error

2020-03-04 Thread GitBox
retornam opened a new pull request #7628: [AIRFLOW-4363] Fix JSON encoding error URL: https://github.com/apache/airflow/pull/7628 From the docker-py code comments for APIClient pull, the decode parameter should be set to True, when the stream parameter is also set to True. This will

[jira] [Commented] (AIRFLOW-4363) Encounter JSON Decode Error when using docker operator

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051787#comment-17051787 ] ASF GitHub Bot commented on AIRFLOW-4363: - retornam commented on pull request #7628:

[GitHub] [airflow] baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619#discussion_r388081420 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -206,6 +212,104 @@ def

[GitHub] [airflow] baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619#discussion_r388081436 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -206,6 +212,104 @@ def

[GitHub] [airflow] baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619#discussion_r388081255 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -206,6 +212,104 @@ def

[jira] [Updated] (AIRFLOW-6986) Need a new task trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Description: Hi Team,   I'm looking for a new task trigger rule which will be triggered all

[jira] [Created] (AIRFLOW-6986) Need a new task trigger rule

2020-03-04 Thread Naresh Edla (Jira)
Naresh Edla created AIRFLOW-6986: Summary: Need a new task trigger rule Key: AIRFLOW-6986 URL: https://issues.apache.org/jira/browse/AIRFLOW-6986 Project: Apache Airflow Issue Type: New

[GitHub] [airflow] kaxil opened a new pull request #7627: [AIRFLOW-XXXX] Add docs to add Dag Tags

2020-03-04 Thread GitBox
kaxil opened a new pull request #7627: [AIRFLOW-] Add docs to add Dag Tags URL: https://github.com/apache/airflow/pull/7627 Currently, we don't have proper docs on Adding Dag Tags --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg)

[GitHub] [airflow] zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r388042920 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[GitHub] [airflow] zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook

2020-03-04 Thread GitBox
zhongjiajie commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r388042560 ## File path: setup.py ## @@ -286,6 +286,7 @@ def

[jira] [Commented] (AIRFLOW-6747) UI - Show count of tasks in each dag on the main dags page

2020-03-04 Thread Ebrima Jallow (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051769#comment-17051769 ] Ebrima Jallow commented on AIRFLOW-6747: okay, noted.  > UI - Show count of tasks in each dag

[GitHub] [airflow] maxirus commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error

2020-03-04 Thread GitBox
maxirus commented on issue #6643: [AIRFLOW-6040] Fix KubernetesJobWatcher Read time out error URL: https://github.com/apache/airflow/pull/6643#issuecomment-595017078 @sbrandtb You shouldn't catch (and subsequently ignore) a connection/response timeout error. `_request_timeout` is setting

[GitHub] [airflow] baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-04 Thread GitBox
baolsen commented on a change in pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619#discussion_r388081377 ## File path: airflow/providers/amazon/aws/hooks/base_aws.py ## @@ -206,6 +212,104 @@ def

[GitHub] [airflow] baolsen commented on issue #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-04 Thread GitBox
baolsen commented on issue #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619#issuecomment-595032626 Build can be restarted - test timed out :) This is an automated message

[jira] [Updated] (AIRFLOW-6986) Add a new task trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Description: Hi Team,   I'm looking for a new task trigger rule which will be triggered all

[GitHub] [airflow] stale[bot] closed pull request #7079: [AIRFLOW-6487] Romove unnecessary for-loop

2020-03-04 Thread GitBox
stale[bot] closed pull request #7079: [AIRFLOW-6487] Romove unnecessary for-loop URL: https://github.com/apache/airflow/pull/7079 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (AIRFLOW-6487) Romove unnecessary for loop

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051816#comment-17051816 ] ASF GitHub Bot commented on AIRFLOW-6487: - stale[bot] commented on pull request #7079:

[GitHub] [airflow] mik-laj commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception

2020-03-04 Thread GitBox
mik-laj commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception URL: https://github.com/apache/airflow/pull/7620#discussion_r388021143 ## File path: tests/contrib/operators/test_ssh_operator.py ## @@ -70,6 +70,23 @@ def

[GitHub] [airflow] retornam commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception

2020-03-04 Thread GitBox
retornam commented on a change in pull request #7620: [AIRFLOW-6402] Fix SSH Operator Exception URL: https://github.com/apache/airflow/pull/7620#discussion_r388054212 ## File path: tests/contrib/operators/test_ssh_operator.py ## @@ -70,6 +70,23 @@ def

[jira] [Updated] (AIRFLOW-6986) Need a new task trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Issue Type: Wish (was: New Feature) > Need a new task trigger rule >

[jira] [Updated] (AIRFLOW-6986) Add a new task trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Summary: Add a new task trigger rule (was: Need a new task trigger rule ) > Add a new task

[GitHub] [airflow] boring-cyborg[bot] commented on issue #7626: [AIRFLOW-5575] Cannot use the mark future success/failure feature in the UI

2020-03-04 Thread GitBox
boring-cyborg[bot] commented on issue #7626: [AIRFLOW-5575] Cannot use the mark future success/failure feature in the UI URL: https://github.com/apache/airflow/pull/7626#issuecomment-594820136 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you

[GitHub] [airflow] crhyatt opened a new pull request #7626: [AIRFLOW-5575] Cannot use the mark future success/failure feature in the UI

2020-03-04 Thread GitBox
crhyatt opened a new pull request #7626: [AIRFLOW-5575] Cannot use the mark future success/failure feature in the UI URL: https://github.com/apache/airflow/pull/7626 There is a bug the version of pendulum that Airflow is dependent on. This PR updates pendulum to the latest stable

[jira] [Commented] (AIRFLOW-6463) Mock Cassandra in tests

2020-03-04 Thread Roop Sai Surampudi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051666#comment-17051666 ] Roop Sai Surampudi commented on AIRFLOW-6463: - I like to work on this topic as  part of

[GitHub] [airflow] retornam commented on issue #7620: [AIRFLOW-6402] Fix SSH Operator Exception

2020-03-04 Thread GitBox
retornam commented on issue #7620: [AIRFLOW-6402] Fix SSH Operator Exception URL: https://github.com/apache/airflow/pull/7620#issuecomment-594918024 @potiuk added the tests This is an automated message from the Apache Git

[GitHub] [airflow] mik-laj commented on a change in pull request #7621: [AIRFLOW-6982] add native python exasol support

2020-03-04 Thread GitBox
mik-laj commented on a change in pull request #7621: [AIRFLOW-6982] add native python exasol support URL: https://github.com/apache/airflow/pull/7621#discussion_r387915297 ## File path: setup.py ## @@ -541,6 +544,7 @@ def do_setup(): 'docker': docker,

[GitHub] [airflow] potiuk commented on a change in pull request #7624: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix)

2020-03-04 Thread GitBox
potiuk commented on a change in pull request #7624: [AIRFLOW-6973] Make GCSCreateBucketOperator idempotent (fix) URL: https://github.com/apache/airflow/pull/7624#discussion_r387906481 ## File path: airflow/providers/google/cloud/hooks/gcs.py ## @@ -450,7 +450,6 @@ def

[jira] [Commented] (AIRFLOW-5575) Cannot use the mark future success/failure feature in the UI

2020-03-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051600#comment-17051600 ] ASF GitHub Bot commented on AIRFLOW-5575: - crhyatt commented on pull request #7626:

[jira] [Updated] (AIRFLOW-6986) Update NONE_FAILED TR and add a new TR

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Summary: Update NONE_FAILED TR and add a new TR (was: Add a new task trigger rule ) > Update

[jira] [Updated] (AIRFLOW-6986) Update NONE_FAILED and add a new trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Summary: Update NONE_FAILED and add a new trigger rule (was: Add a new trigger rule) >

[jira] [Updated] (AIRFLOW-6986) Update NONE_FAILED and add a new trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Issue Type: Bug (was: Wish) > Update NONE_FAILED and add a new trigger rule >

[jira] [Updated] (AIRFLOW-6986) Update NONE_FAILED and add a new trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Description: Hi Team,  I think any task with trigger rule as NONE_FAILED should not be

[jira] [Updated] (AIRFLOW-6986) Add a new trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Summary: Add a new trigger rule (was: Update NONE_FAILED TR and add a new TR) > Add a new

[jira] [Updated] (AIRFLOW-6986) Update NONE_FAILED and add a new trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Description: Hi Team,  I think any task with trigger rule as NONE_FAILED should not skip if

[jira] [Updated] (AIRFLOW-6986) Update NONE_FAILED and add a new trigger rule

2020-03-04 Thread Naresh Edla (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naresh Edla updated AIRFLOW-6986: - Description: Hi Team,  I think any task with trigger rule as NONE_FAILED should not skip if

[GitHub] [airflow] potiuk commented on a change in pull request #7613: [AIRFLOW-6978] Add PubSubPullOperator

2020-03-04 Thread GitBox
potiuk commented on a change in pull request #7613: [AIRFLOW-6978] Add PubSubPullOperator URL: https://github.com/apache/airflow/pull/7613#discussion_r387646253 ## File path: airflow/providers/google/cloud/hooks/pubsub.py ## @@ -545,8 +549,20 @@ def acknowledge(

  1   2   >