[jira] [Assigned] (AIRFLOW-2106) Cannot pass sandbox argument to sales_force hook preventing sandbox connection

2018-03-07 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Feng reassigned AIRFLOW-2106: - Assignee: Tao Feng > Cannot pass sandbox argument to sales_force hook preventing sandbox connec

[jira] [Updated] (AIRFLOW-2193) R Language Operator

2018-03-07 Thread Brian Connelly (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Connelly updated AIRFLOW-2193: Description: Implement an operator that allows tasks to be completed usingĀ  [R|https://www

[jira] [Updated] (AIRFLOW-2193) R Language Operator

2018-03-07 Thread Brian Connelly (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Connelly updated AIRFLOW-2193: Description: Implement an operator that allows tasks to be completed usingĀ  [R|https://www

[jira] [Created] (AIRFLOW-2193) R Language Operator

2018-03-07 Thread Brian Connelly (JIRA)
Brian Connelly created AIRFLOW-2193: --- Summary: R Language Operator Key: AIRFLOW-2193 URL: https://issues.apache.org/jira/browse/AIRFLOW-2193 Project: Apache Airflow Issue Type: New Feature

[jira] [Commented] (AIRFLOW-2191) Scheduler logging is too verbose on INFO

2018-03-07 Thread John Arnold (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390569#comment-16390569 ] John Arnold commented on AIRFLOW-2191: -- https://github.com/apache/incubator-airflow

[jira] [Commented] (AIRFLOW-2150) Use get_partition_names() instead of get_partitions() in HiveMetastoreHook().max_partition()

2018-03-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390489#comment-16390489 ] ASF subversion and git services commented on AIRFLOW-2150: -- Com

incubator-airflow git commit: [AIRFLOW-2150] Use lighter call in HiveMetastoreHook().max_partition()

2018-03-07 Thread davydov
Repository: incubator-airflow Updated Branches: refs/heads/master 0f9f4605f -> b8c2cea36 [AIRFLOW-2150] Use lighter call in HiveMetastoreHook().max_partition() Call self.metastore.get_partition_names() instead of self.metastore.get_partitions(), which is extremely expensive for large tables, i

[jira] [Updated] (AIRFLOW-2192) Don't authenticate on Google Authentication

2018-03-07 Thread Fernando Ike (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando Ike updated AIRFLOW-2192: -- Attachment: airflow.log > Don't authenticate on Google Authentication > --

[jira] [Created] (AIRFLOW-2192) Don't authenticate on Google Authentication

2018-03-07 Thread Fernando Ike (JIRA)
Fernando Ike created AIRFLOW-2192: - Summary: Don't authenticate on Google Authentication Key: AIRFLOW-2192 URL: https://issues.apache.org/jira/browse/AIRFLOW-2192 Project: Apache Airflow Issu

[jira] [Created] (AIRFLOW-2191) Scheduler logging is too verbose on INFO

2018-03-07 Thread John Arnold (JIRA)
John Arnold created AIRFLOW-2191: Summary: Scheduler logging is too verbose on INFO Key: AIRFLOW-2191 URL: https://issues.apache.org/jira/browse/AIRFLOW-2191 Project: Apache Airflow Issue Typ

[jira] [Commented] (AIRFLOW-2190) base_url with a subpath generates TypeError

2018-03-07 Thread John Arnold (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390244#comment-16390244 ] John Arnold commented on AIRFLOW-2190: -- It seems like some of the redirects don't w

[jira] [Comment Edited] (AIRFLOW-2190) base_url with a subpath generates TypeError

2018-03-07 Thread John Arnold (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390225#comment-16390225 ] John Arnold edited comment on AIRFLOW-2190 at 3/7/18 9:04 PM:

[jira] [Commented] (AIRFLOW-2190) base_url with a subpath generates TypeError

2018-03-07 Thread John Arnold (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390225#comment-16390225 ] John Arnold commented on AIRFLOW-2190: -- I got the subpath working... the docs are w

[jira] [Commented] (AIRFLOW-2190) base_url with a subpath generates TypeError

2018-03-07 Thread John Arnold (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390180#comment-16390180 ] John Arnold commented on AIRFLOW-2190: -- This code is bugged: [https://github.com/ap

[jira] [Created] (AIRFLOW-2190) base_url with a subpath generates TypeError

2018-03-07 Thread John Arnold (JIRA)
John Arnold created AIRFLOW-2190: Summary: base_url with a subpath generates TypeError Key: AIRFLOW-2190 URL: https://issues.apache.org/jira/browse/AIRFLOW-2190 Project: Apache Airflow Issue

[jira] [Updated] (AIRFLOW-2189) Scheduler under systemd doesn't work in parallel

2018-03-07 Thread Kamil Szkoda (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Szkoda updated AIRFLOW-2189: -- Description: I'm using scheduler under system V. In this case all dags can run parallel. I ju

[jira] [Created] (AIRFLOW-2189) Scheduler under systemd doesn't work in parrarel

2018-03-07 Thread Kamil Szkoda (JIRA)
Kamil Szkoda created AIRFLOW-2189: - Summary: Scheduler under systemd doesn't work in parrarel Key: AIRFLOW-2189 URL: https://issues.apache.org/jira/browse/AIRFLOW-2189 Project: Apache Airflow

[jira] [Updated] (AIRFLOW-2189) Scheduler under systemd doesn't work in parallel

2018-03-07 Thread Kamil Szkoda (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Szkoda updated AIRFLOW-2189: -- Summary: Scheduler under systemd doesn't work in parallel (was: Scheduler under systemd doesn

[jira] [Commented] (AIRFLOW-2140) Add Kubernetes Scheduler to Spark Submit Operator

2018-03-07 Thread Rob Keevil (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16389598#comment-16389598 ] Rob Keevil commented on AIRFLOW-2140: - on_kill code is written, but is currently nev

[jira] [Closed] (AIRFLOW-2188) Airflow DAG not running on scheduler

2018-03-07 Thread Gabriele Angeletti (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriele Angeletti closed AIRFLOW-2188. --- Resolution: Fixed > Airflow DAG not running on scheduler > -

[jira] [Updated] (AIRFLOW-1557) backfill ignores configured number of slots in a pool

2018-03-07 Thread Egor Mateshuk (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Egor Mateshuk updated AIRFLOW-1557: --- Attachment: (was: photo_2018-03-07_16-31-23.jpg) > backfill ignores configured number of

[jira] [Commented] (AIRFLOW-1557) backfill ignores configured number of slots in a pool

2018-03-07 Thread Egor Mateshuk (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16389558#comment-16389558 ] Egor Mateshuk commented on AIRFLOW-1557: Confirm it's still there Airflow versi

[jira] [Updated] (AIRFLOW-1557) backfill ignores configured number of slots in a pool

2018-03-07 Thread Egor Mateshuk (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Egor Mateshuk updated AIRFLOW-1557: --- Attachment: Backfill_bug_1.8.2.jpg > backfill ignores configured number of slots in a pool >

[jira] [Updated] (AIRFLOW-1557) backfill ignores configured number of slots in a pool

2018-03-07 Thread Egor Mateshuk (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Egor Mateshuk updated AIRFLOW-1557: --- Attachment: photo_2018-03-07_16-31-23.jpg > backfill ignores configured number of slots in a

[jira] [Updated] (AIRFLOW-2188) Airflow DAG not running on scheduler

2018-03-07 Thread Gabriele Angeletti (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriele Angeletti updated AIRFLOW-2188: Description: I have an Airflow system (1.9.0) with the scheduler and the web servi

[jira] [Updated] (AIRFLOW-2188) Airflow DAG not running on scheduler

2018-03-07 Thread Gabriele Angeletti (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriele Angeletti updated AIRFLOW-2188: Description: I have an Airflow system (1.9.0) with the scheduler and the web servi

[jira] [Created] (AIRFLOW-2188) Airflow DAG not running on scheduler

2018-03-07 Thread Gabriele Angeletti (JIRA)
Gabriele Angeletti created AIRFLOW-2188: --- Summary: Airflow DAG not running on scheduler Key: AIRFLOW-2188 URL: https://issues.apache.org/jira/browse/AIRFLOW-2188 Project: Apache Airflow

[jira] [Resolved] (AIRFLOW-2186) Change the way logging is carried out in operators

2018-03-07 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2186. --- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3106 [

incubator-airflow git commit: [AIRFLOW-2186] Change the way logging is carried out in few ops

2018-03-07 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 7cba8 -> 0f9f4605f [AIRFLOW-2186] Change the way logging is carried out in few ops - Changed the way logging is implemented in `PostgresToGoogleCloudStorageOperator` and `HiveToDynamoDBTransferOperator`. Changed `logging.in

[jira] [Resolved] (AIRFLOW-2181) Convert DOS formatted files to UNIX

2018-03-07 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2181. --- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3102 [

incubator-airflow git commit: [AIRFLOW-2181] Convert password_auth and test_password_endpoints from DOS to UNIX

2018-03-07 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master b6f9ba9cc -> 7cba8 [AIRFLOW-2181] Convert password_auth and test_password_endpoints from DOS to UNIX Closes #3102 from dan-sf/AIRFLOW-2181 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: htt