[jira] [Created] (AIRFLOW-1797) Cannot write task logs to S3 with Python3

2017-11-09 Thread Ash Berlin-Taylor (JIRA)
Ash Berlin-Taylor created AIRFLOW-1797: -- Summary: Cannot write task logs to S3 with Python3 Key: AIRFLOW-1797 URL: https://issues.apache.org/jira/browse/AIRFLOW-1797 Project: Apache Airflow

[jira] [Created] (AIRFLOW-1796) Badly configured logging config can thwo exception in WWW logs view

2017-11-09 Thread Ash Berlin-Taylor (JIRA)
Ash Berlin-Taylor created AIRFLOW-1796: -- Summary: Badly configured logging config can thwo exception in WWW logs view Key: AIRFLOW-1796 URL: https://issues.apache.org/jira/browse/AIRFLOW-1796

[jira] [Created] (AIRFLOW-1795) S3Hook no longer accepts s3_conn_id breaking build in ops/sensors and back-compat

2017-11-09 Thread Ash Berlin-Taylor (JIRA)
Ash Berlin-Taylor created AIRFLOW-1795: -- Summary: S3Hook no longer accepts s3_conn_id breaking build in ops/sensors and back-compat Key: AIRFLOW-1795 URL: https://issues.apache.org/jira/browse/AIRFLOW-1795

[jira] [Updated] (AIRFLOW-1797) Cannot write task logs to S3 with Python3

2017-11-09 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-1797: --- External issue URL: https://github.com/apache/incubator-airflow/pull/2771 > Cannot

[jira] [Resolved] (AIRFLOW-1790) AWS Batch Operator Suppport

2017-11-09 Thread Hugo Prudente (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hugo Prudente resolved AIRFLOW-1790. Resolution: Implemented Pull request submitted:

[jira] [Work started] (AIRFLOW-1790) AWS Batch Operator Suppport

2017-11-09 Thread Hugo Prudente (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-1790 started by Hugo Prudente. -- > AWS Batch Operator Suppport > --- > >

incubator-airflow git commit: [AIRFLOW-646] Add docutils to setup_requires

2017-11-09 Thread criccomini
Repository: incubator-airflow Updated Branches: refs/heads/master 3eb2dd86b -> 9425d359b [AIRFLOW-646] Add docutils to setup_requires python-daemon declares its docutils dependency in a setup_requires clause, and 'python setup.py install' fails since it misses that dependency. Closes #2765

[jira] [Commented] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245860#comment-16245860 ] Ash Berlin-Taylor commented on AIRFLOW-1756: PR to fix underlying issue and expand tests

[jira] [Commented] (AIRFLOW-646) setup.py install fails

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246082#comment-16246082 ] ASF subversion and git services commented on AIRFLOW-646: - Commit

[jira] [Work started] (AIRFLOW-1798) Include celery ssl configs in default template

2017-11-09 Thread Daniel Huang (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-1798 started by Daniel Huang. - > Include celery ssl configs in default template >

incubator-airflow git commit: [AIRFLOW-1797] S3Hook.load_string didn't work on Python3

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 8dea4a64e -> d592f891e [AIRFLOW-1797] S3Hook.load_string didn't work on Python3 With the switch to Boto3 we now need the content to be bytes, not a string. On Python2 there is no difference, but for Python3 this matters.

[jira] [Resolved] (AIRFLOW-1797) Cannot write task logs to S3 with Python3

2017-11-09 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1797. - Resolution: Fixed Fix Version/s: 1.9.1 Issue resolved by pull request #2771

[jira] [Commented] (AIRFLOW-1797) Cannot write task logs to S3 with Python3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246391#comment-16246391 ] ASF subversion and git services commented on AIRFLOW-1797: -- Commit

[jira] [Commented] (AIRFLOW-1797) Cannot write task logs to S3 with Python3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246388#comment-16246388 ] ASF subversion and git services commented on AIRFLOW-1797: -- Commit

[jira] [Commented] (AIRFLOW-1797) Cannot write task logs to S3 with Python3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246392#comment-16246392 ] ASF subversion and git services commented on AIRFLOW-1797: -- Commit

[jira] [Commented] (AIRFLOW-1797) Cannot write task logs to S3 with Python3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246385#comment-16246385 ] ASF subversion and git services commented on AIRFLOW-1797: -- Commit

incubator-airflow git commit: [AIRFLOW-1756] Fix S3TaskHandler to work with Boto3-based S3Hook

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test d592f891e -> 1f417efc8 [AIRFLOW-1756] Fix S3TaskHandler to work with Boto3-based S3Hook The change from boto2 to boto3 in S3Hook caused this to break (the return type of `hook.get_key()` changed. There's a better method

[jira] [Created] (AIRFLOW-1799) models.py raising exception with TypeError: not all arguments converted during string formatting

2017-11-09 Thread Ryan (JIRA)
Ryan created AIRFLOW-1799: - Summary: models.py raising exception with TypeError: not all arguments converted during string formatting Key: AIRFLOW-1799 URL: https://issues.apache.org/jira/browse/AIRFLOW-1799

[jira] [Assigned] (AIRFLOW-1793) DockerOperator doesn't work with docker_conn_id

2017-11-09 Thread Cedrik Neumann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cedrik Neumann reassigned AIRFLOW-1793: --- Assignee: Cedrik Neumann > DockerOperator doesn't work with docker_conn_id >

[jira] [Commented] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246512#comment-16246512 ] ASF subversion and git services commented on AIRFLOW-1756: -- Commit

incubator-airflow git commit: [AIRFLOW-1756] Fix S3TaskHandler to work with Boto3-based S3Hook

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-stable 6b7c17d17 -> f7afd5a98 [AIRFLOW-1756] Fix S3TaskHandler to work with Boto3-based S3Hook The change from boto2 to boto3 in S3Hook caused this to break (the return type of `hook.get_key()` changed. There's a better method

[jira] [Updated] (AIRFLOW-1793) DockerOperator doesn't work with docker_conn_id

2017-11-09 Thread Cedrik Neumann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cedrik Neumann updated AIRFLOW-1793: Affects Version/s: (was: 1.9.0) > DockerOperator doesn't work with docker_conn_id >

[jira] [Updated] (AIRFLOW-1799) models.py raising exception with TypeError: not all arguments converted during string formatting

2017-11-09 Thread Ryan (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan updated AIRFLOW-1799: -- Description: My airflow install has been logging the message {code:java} Logged from file models.py, line

[jira] [Commented] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246498#comment-16246498 ] ASF subversion and git services commented on AIRFLOW-1756: -- Commit

incubator-airflow git commit: [AIRFLOW-1756] Fix S3TaskHandler to work with Boto3-based S3Hook

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 28411b1e7 -> 715602ce6 [AIRFLOW-1756] Fix S3TaskHandler to work with Boto3-based S3Hook The change from boto2 to boto3 in S3Hook caused this to break (the return type of `hook.get_key()` changed. There's a better method

[jira] [Commented] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246497#comment-16246497 ] ASF subversion and git services commented on AIRFLOW-1756: -- Commit

[jira] [Commented] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246509#comment-16246509 ] ASF subversion and git services commented on AIRFLOW-1756: -- Commit

[jira] [Commented] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246513#comment-16246513 ] ASF subversion and git services commented on AIRFLOW-1756: -- Commit

[jira] [Commented] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16246508#comment-16246508 ] ASF subversion and git services commented on AIRFLOW-1756: -- Commit

[jira] [Resolved] (AIRFLOW-1756) S3 Task Handler Cannot Read Logs With New S3Hook

2017-11-09 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1756. - Resolution: Fixed Issue resolved by pull request #2773

[jira] [Updated] (AIRFLOW-1755) URL Prefix for both Flower and Web admin

2017-11-09 Thread Semet (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semet updated AIRFLOW-1755: --- Description: Similar to AIRFLOW-339. Should also fix AIRFLOW-964. I propose in this change 2 new settings

[jira] [Comment Edited] (AIRFLOW-1021) Double logging required for new users with LDAP

2017-11-09 Thread Alan Ma (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238542#comment-16238542 ] Alan Ma edited comment on AIRFLOW-1021 at 11/10/17 12:03 AM: - Submitted a PR

incubator-airflow git commit: [AIRFLOW-1102] Upgrade Gunicorn >=19.4.0

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 715602ce6 -> cbb00d405 [AIRFLOW-1102] Upgrade Gunicorn >=19.4.0 Closes #2775 from briancharous/upgrade-gunicorn Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Commented] (AIRFLOW-1102) 'airflow webserver' doesn't work with gunicorn 19.4+

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247132#comment-16247132 ] ASF subversion and git services commented on AIRFLOW-1102: -- Commit

[jira] [Commented] (AIRFLOW-1102) 'airflow webserver' doesn't work with gunicorn 19.4+

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247131#comment-16247131 ] ASF subversion and git services commented on AIRFLOW-1102: -- Commit

[jira] [Commented] (AIRFLOW-1102) 'airflow webserver' doesn't work with gunicorn 19.4+

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247130#comment-16247130 ] ASF subversion and git services commented on AIRFLOW-1102: -- Commit

incubator-airflow git commit: [AIRFLOW-1102] Upgrade Gunicorn >=19.4.0

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-stable f7afd5a98 -> 40c9c6584 [AIRFLOW-1102] Upgrade Gunicorn >=19.4.0 Closes #2775 from briancharous/upgrade-gunicorn (cherry picked from commit cbb00d4055839d8b0bb3473a9ab3942480a373f5) Signed-off-by: Bolke de Bruin

incubator-airflow git commit: [AIRFLOW-1799] Fix logging line which raises errors

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master cbb00d405 -> f14f8558b [AIRFLOW-1799] Fix logging line which raises errors Closes #2777 from ryancbuckley/log-syntax-fix Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-1102) 'airflow webserver' doesn't work with gunicorn 19.4+

2017-11-09 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1102. - Resolution: Fixed Fix Version/s: 1.9.0 Issue resolved by pull request #2775

incubator-airflow git commit: [AIRFLOW-1799] Fix logging line which raises errors

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 9fd765dc0 -> a8f3efa99 [AIRFLOW-1799] Fix logging line which raises errors Closes #2777 from ryancbuckley/log-syntax-fix (cherry picked from commit f14f8558be08b8175c0f88f8cf02be3e7583151f) Signed-off-by: Bolke de Bruin

[jira] [Commented] (AIRFLOW-1799) models.py raising exception with TypeError: not all arguments converted during string formatting

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247138#comment-16247138 ] ASF subversion and git services commented on AIRFLOW-1799: -- Commit

incubator-airflow git commit: [AIRFLOW-1799] Fix logging line which raises errors

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-stable 40c9c6584 -> 1f8898e4e [AIRFLOW-1799] Fix logging line which raises errors Closes #2777 from ryancbuckley/log-syntax-fix (cherry picked from commit f14f8558be08b8175c0f88f8cf02be3e7583151f) Signed-off-by: Bolke de Bruin

[jira] [Commented] (AIRFLOW-1799) models.py raising exception with TypeError: not all arguments converted during string formatting

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247137#comment-16247137 ] ASF subversion and git services commented on AIRFLOW-1799: -- Commit

[jira] [Commented] (AIRFLOW-1799) models.py raising exception with TypeError: not all arguments converted during string formatting

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247139#comment-16247139 ] ASF subversion and git services commented on AIRFLOW-1799: -- Commit

[jira] [Resolved] (AIRFLOW-1799) models.py raising exception with TypeError: not all arguments converted during string formatting

2017-11-09 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1799. - Resolution: Fixed Fix Version/s: 1.9.0 Issue resolved by pull request #2777

incubator-airflow git commit: [AIRFLOW-1794] Remove uses of Exception.message for Python 3

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test a8f3efa99 -> 3bc0b7d33 [AIRFLOW-1794] Remove uses of Exception.message for Python 3 Closes #2766 from dhuang/AIRFLOW-1794 (cherry picked from commit f5f7701258f858698562579cbfb4e1934056e009) Signed-off-by: Bolke de Bruin

[jira] [Commented] (AIRFLOW-1794) No Exception.message in Python 3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247146#comment-16247146 ] ASF subversion and git services commented on AIRFLOW-1794: -- Commit

[jira] [Commented] (AIRFLOW-1794) No Exception.message in Python 3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247148#comment-16247148 ] ASF subversion and git services commented on AIRFLOW-1794: -- Commit

incubator-airflow git commit: [AIRFLOW-1794] Remove uses of Exception.message for Python 3

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master f14f8558b -> f5f770125 [AIRFLOW-1794] Remove uses of Exception.message for Python 3 Closes #2766 from dhuang/AIRFLOW-1794 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Commented] (AIRFLOW-1794) No Exception.message in Python 3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247149#comment-16247149 ] ASF subversion and git services commented on AIRFLOW-1794: -- Commit

[jira] [Commented] (AIRFLOW-1794) No Exception.message in Python 3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247147#comment-16247147 ] ASF subversion and git services commented on AIRFLOW-1794: -- Commit

[jira] [Commented] (AIRFLOW-1794) No Exception.message in Python 3

2017-11-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16247145#comment-16247145 ] ASF subversion and git services commented on AIRFLOW-1794: -- Commit

incubator-airflow git commit: [AIRFLOW-1794] Remove uses of Exception.message for Python 3

2017-11-09 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-stable 1f8898e4e -> e2d49f3c8 [AIRFLOW-1794] Remove uses of Exception.message for Python 3 Closes #2766 from dhuang/AIRFLOW-1794 (cherry picked from commit f5f7701258f858698562579cbfb4e1934056e009) Signed-off-by: Bolke de Bruin