[jira] [Updated] (AIRFLOW-1780) Long Unicode Characters In BashOperator Output Cause Task Hang

2017-11-02 Thread Dan Davydov (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Davydov updated AIRFLOW-1780: - Summary: Long Unicode Characters In BashOperator Output Cause Task Hang (was: Long Unicode

[jira] [Created] (AIRFLOW-1780) Long Unicode Characters Cause Logging

2017-11-02 Thread Dan Davydov (JIRA)
Dan Davydov created AIRFLOW-1780: Summary: Long Unicode Characters Cause Logging Key: AIRFLOW-1780 URL: https://issues.apache.org/jira/browse/AIRFLOW-1780 Project: Apache Airflow Issue Type:

[jira] [Commented] (AIRFLOW-811) Bash_operator dont read multiline output

2017-11-02 Thread Jayesh (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16236594#comment-16236594 ] Jayesh commented on AIRFLOW-811: this turn out to be more changes than simply taking care of bug in for

[jira] [Updated] (AIRFLOW-1669) Fix Docker import in Master

2017-11-02 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-1669: Fix Version/s: (was: 1.8.3) > Fix Docker import in Master >

[jira] [Resolved] (AIRFLOW-71) docker_operator - pulling from private repositories

2017-11-02 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-71. --- Resolution: Fixed Fix Version/s: 1.9.0 > docker_operator - pulling from private

[2/2] incubator-airflow git commit: [AIRFLOW-1669] Fix Docker and pin Moto to 1.1.19

2017-11-02 Thread bolke
[AIRFLOW-1669] Fix Docker and pin Moto to 1.1.19 https://github.com/spulec/moto/pull/1048 introduced `docker` as a dependency in Moto, causing a conflict as Airflow uses `docker-py`. As both packages don't work together, Moto is pinned to the version prior to that change. (cherry picked from

[jira] [Commented] (AIRFLOW-1669) Fix Docker import in Master

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

[jira] [Commented] (AIRFLOW-71) docker_operator - pulling from private repositories

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

[1/2] incubator-airflow git commit: [AIRFLOW-71] Add support for private Docker images

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test d2f9d189c -> f7f2a8cdd [AIRFLOW-71] Add support for private Docker images Pulling images from private Docker registries requires authentication, so additional parameters are added in order to perform the login step. (cherry

[jira] [Commented] (AIRFLOW-1669) Fix Docker import in Master

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

[1/3] incubator-airflow git commit: [AIRFLOW-71] Add support for private Docker images

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 776527847 -> 3fde1043f [AIRFLOW-71] Add support for private Docker images Pulling images from private Docker registries requires authentication, so additional parameters are added in order to perform the login step. Project:

[2/3] incubator-airflow git commit: [AIRFLOW-1669] Fix Docker and pin Moto to 1.1.19

2017-11-02 Thread bolke
[AIRFLOW-1669] Fix Docker and pin Moto to 1.1.19 https://github.com/spulec/moto/pull/1048 introduced `docker` as a dependency in Moto, causing a conflict as Airflow uses `docker-py`. As both packages don't work together, Moto is pinned to the version prior to that change. Project:

[jira] [Resolved] (AIRFLOW-387) Dropped postgres connections

2017-11-02 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-387. Resolution: Fixed Fix Version/s: 1.9.1 > Dropped postgres connections >

incubator-airflow git commit: [AIRFLOW-387] Close SQLAlchemy sessions properly

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 1bde78338 -> 776527847 [AIRFLOW-387] Close SQLAlchemy sessions properly This commit adopts the `provide_session` helper in almost the entire codebase. This ensures session are handled and closed consistently. In particular,

[jira] [Commented] (AIRFLOW-387) Dropped postgres connections

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

[jira] [Commented] (AIRFLOW-1779) Add keepalive packets to ssh hook

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

[jira] [Commented] (AIRFLOW-1779) Add keepalive packets to ssh hook

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

[jira] [Resolved] (AIRFLOW-1779) Add keepalive packets to ssh hook

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

incubator-airflow git commit: [AIRFLOW-1779] Add keepalive packets to ssh hook

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 2fef9152b -> 1bde78338 [AIRFLOW-1779] Add keepalive packets to ssh hook Make use of paramiko's set_keepalive method to send keepalive packets every keepalive_interval seconds. This will prevent long running queries with no

incubator-airflow git commit: [AIRFLOW-1779] Add keepalive packets to ssh hook

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 431d8ea6f -> d2f9d189c [AIRFLOW-1779] Add keepalive packets to ssh hook Make use of paramiko's set_keepalive method to send keepalive packets every keepalive_interval seconds. This will prevent long running queries with no

[jira] [Created] (AIRFLOW-1779) Add keepalive packets to ssh hook

2017-11-02 Thread Rob Keevil (JIRA)
Rob Keevil created AIRFLOW-1779: --- Summary: Add keepalive packets to ssh hook Key: AIRFLOW-1779 URL: https://issues.apache.org/jira/browse/AIRFLOW-1779 Project: Apache Airflow Issue Type:

[jira] [Created] (AIRFLOW-1778) Task_instance and Dag_run recycle

2017-11-02 Thread Alessio Palma (JIRA)
Alessio Palma created AIRFLOW-1778: -- Summary: Task_instance and Dag_run recycle Key: AIRFLOW-1778 URL: https://issues.apache.org/jira/browse/AIRFLOW-1778 Project: Apache Airflow Issue Type:

[jira] [Work stopped] (AIRFLOW-1773) [Mark Success] not work in UI

2017-11-02 Thread Winty (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-1773 stopped by Winty. -- > [Mark Success] not work in UI > - > > Key:

[jira] [Work started] (AIRFLOW-1773) [Mark Success] not work in UI

2017-11-02 Thread Winty (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-1773 started by Winty. -- > [Mark Success] not work in UI > - > > Key:

incubator-airflow git commit: [AIRFLOW-XXX] Give a clue what the 'ds' variable is

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 61ec5cf91 -> 431d8ea6f [AIRFLOW-XXX] Give a clue what the 'ds' variable is It's not explained anywhere else in the tutorial... Closes #2679 from tgs/patch-1 (cherry picked from commit

incubator-airflow git commit: [AIRFLOW-XXX] Give a clue what the 'ds' variable is

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 54f1b77f9 -> 2fef9152b [AIRFLOW-XXX] Give a clue what the 'ds' variable is It's not explained anywhere else in the tutorial... Closes #2679 from tgs/patch-1 Project:

[jira] [Comment Edited] (AIRFLOW-1773) [Mark Success] not work in UI

2017-11-02 Thread Winty (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16235614#comment-16235614 ] Winty edited comment on AIRFLOW-1773 at 11/2/17 11:57 AM: -- I solve problem.

[jira] [Commented] (AIRFLOW-1773) [Mark Success] not work in UI

2017-11-02 Thread Winty (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16235614#comment-16235614 ] Winty commented on AIRFLOW-1773: I solve problem. jut airflow / api / common / experimental /

incubator-airflow git commit: [AIRFLOW-XXX] Correct typos in the faq docs page

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 017f18b9c -> 61ec5cf91 [AIRFLOW-XXX] Correct typos in the faq docs page Closes #2735 from aaronmyatt/correct-typos-in-faq- page (cherry picked from commit 54f1b77f99f49f75a415e015432f5e6fefde143d) Signed-off-by: Bolke de

incubator-airflow git commit: [AIRFLOW-XXX] Correct typos in the faq docs page

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master cc01b7df3 -> 54f1b77f9 [AIRFLOW-XXX] Correct typos in the faq docs page Closes #2735 from aaronmyatt/correct-typos-in-faq- page Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-1571) Add AWS Lambda Hook for invoking Lambda Function

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

[jira] [Commented] (AIRFLOW-1571) Add AWS Lambda Hook for invoking Lambda Function

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

incubator-airflow git commit: [AIRFLOW-1571] Add AWS Lambda Hook

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test f1238123e -> 017f18b9c [AIRFLOW-1571] Add AWS Lambda Hook Closes #2718 from sid88in/feature/aws_lambda_hook2 (cherry picked from commit cc01b7df3d3d5d2784b5e72aa282e957c9cf63ad) Signed-off-by: Bolke de Bruin

[jira] [Commented] (AIRFLOW-1571) Add AWS Lambda Hook for invoking Lambda Function

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

incubator-airflow git commit: [AIRFLOW-1571] Add AWS Lambda Hook

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master a5f51cc4a -> cc01b7df3 [AIRFLOW-1571] Add AWS Lambda Hook Closes #2718 from sid88in/feature/aws_lambda_hook2 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-1675) Fix API docstrings to be properly rendered

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

[jira] [Commented] (AIRFLOW-1675) Fix API docstrings to be properly rendered

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

[jira] [Commented] (AIRFLOW-1675) Fix API docstrings to be properly rendered

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

incubator-airflow git commit: [AIRFLOW-1675] Fix docstrings for API docs

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 2a6c44196 -> f1238123e [AIRFLOW-1675] Fix docstrings for API docs Some docstrings were missing spaces, causing them to render strangely in documentation. This corrects the issue by adding in the spaces. Closes #2667 from

incubator-airflow git commit: [AIRFLOW-1675] Fix docstrings for API docs

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 0ba6ab6e5 -> a5f51cc4a [AIRFLOW-1675] Fix docstrings for API docs Some docstrings were missing spaces, causing them to render strangely in documentation. This corrects the issue by adding in the spaces. Closes #2667 from

[jira] [Commented] (AIRFLOW-1330) Connection.parse_from_uri doesn't work for google_cloud_platform and so on

2017-11-02 Thread Cedrik Neumann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16235496#comment-16235496 ] Cedrik Neumann commented on AIRFLOW-1330: - I just wanted to add that option (2) also provides

[jira] [Commented] (AIRFLOW-1712) Log SSHOperator output

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

[jira] [Resolved] (AIRFLOW-1712) Log SSHOperator output

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

[jira] [Commented] (AIRFLOW-756) Refactor ssh_hook and ssh_operator

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

incubator-airflow git commit: [AIRFLOW-1712][AIRFLOW-756][AIRFLOW-751] Log SSHOperator output

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 590d9fef7 -> 2a6c44196 [AIRFLOW-1712][AIRFLOW-756][AIRFLOW-751] Log SSHOperator output SSHOperator does now write stdout to log, just like SSHExecutorOperator did in the past Closes #2686 from

[jira] [Commented] (AIRFLOW-751) SFTP file transfer functionality

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

[jira] [Commented] (AIRFLOW-756) Refactor ssh_hook and ssh_operator

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

incubator-airflow git commit: [AIRFLOW-1712][AIRFLOW-756][AIRFLOW-751] Log SSHOperator output

2017-11-02 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 5b06b -> 0ba6ab6e5 [AIRFLOW-1712][AIRFLOW-756][AIRFLOW-751] Log SSHOperator output SSHOperator does now write stdout to log, just like SSHExecutorOperator did in the past Closes #2686 from OpringaoDoTurno/bring-ssh-logs-

[jira] [Commented] (AIRFLOW-1712) Log SSHOperator output

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