[jira] [Created] (AIRFLOW-2017) Allow PostgresOperator to publish output to the Airflow task logs

2018-01-19 Thread Ace Haidrey (JIRA)
Ace Haidrey created AIRFLOW-2017: Summary: Allow PostgresOperator to publish output to the Airflow task logs Key: AIRFLOW-2017 URL: https://issues.apache.org/jira/browse/AIRFLOW-2017 Project: Apache A

[jira] [Commented] (AIRFLOW-1296) DAGs using operators involving cascading skipped tasks fail prematurely

2018-01-19 Thread David Stuck (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333074#comment-16333074 ] David Stuck commented on AIRFLOW-1296: -- I'm running into an issue where skipped sta

[jira] [Commented] (AIRFLOW-1153) params in HiveOperator constructor can't be passed into Hive execution context

2018-01-19 Thread Ace Haidrey (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333071#comment-16333071 ] Ace Haidrey commented on AIRFLOW-1153: -- The HiveOperator was updated recently: [ht

[jira] [Created] (AIRFLOW-2016) Add support for Dataproc Workflow Templates

2018-01-19 Thread Dan Sedov (JIRA)
Dan Sedov created AIRFLOW-2016: -- Summary: Add support for Dataproc Workflow Templates Key: AIRFLOW-2016 URL: https://issues.apache.org/jira/browse/AIRFLOW-2016 Project: Apache Airflow Issue Type

[jira] [Created] (AIRFLOW-2015) Add an --interactive switch to `airflow run`

2018-01-19 Thread Yati (JIRA)
Yati created AIRFLOW-2015: - Summary: Add an --interactive switch to `airflow run` Key: AIRFLOW-2015 URL: https://issues.apache.org/jira/browse/AIRFLOW-2015 Project: Apache Airflow Issue Type: Bug

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

2018-01-19 Thread Daniel Huang (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Huang closed AIRFLOW-1798. - Resolution: Done resolved by AIRFLOW-1840 > Include celery ssl configs in default template > --

[jira] [Closed] (AIRFLOW-1735) Log files do not show up for unscheduled dags

2018-01-19 Thread Ace Haidrey (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ace Haidrey closed AIRFLOW-1735. Resolution: Won't Fix > Log files do not show up for unscheduled dags > --

[jira] [Commented] (AIRFLOW-1735) Log files do not show up for unscheduled dags

2018-01-19 Thread Ace Haidrey (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332748#comment-16332748 ] Ace Haidrey commented on AIRFLOW-1735: -- Closing the PR because I believe it's now o

[jira] [Commented] (AIRFLOW-2014) Task Instance batch update errors with sqlalchemy No row was found for one()

2018-01-19 Thread Emmet Murphy (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332666#comment-16332666 ] Emmet Murphy commented on AIRFLOW-2014: --- The underlying cause of this error for us

[jira] [Resolved] (AIRFLOW-1889) Move the sensors to a separate package

2018-01-19 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1889. - Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #2875 [htt

[jira] [Commented] (AIRFLOW-1889) Move the sensors to a separate package

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

[jira] [Commented] (AIRFLOW-1889) Move the sensors to a separate package

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

[3/3] incubator-airflow git commit: [AIRFLOW-1889] Split sensors into separate files

2018-01-19 Thread bolke
[AIRFLOW-1889] Split sensors into separate files Moving the sensors to seperate files increases readability of the code. Also this reduces the code in the big core.py file. Closes #2875 from Fokko/AIRFLOW-1889-move-sensors- to-separate-package Project: http://git-wip-us.apache.org/repos/asf/inc

[1/3] incubator-airflow git commit: [AIRFLOW-1889] Split sensors into separate files

2018-01-19 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master e7c118da2 -> 33c720421 http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/33c72042/tests/sensors/test_http_sensor.py -- diff --git a/tests/sensors/tes

[2/3] incubator-airflow git commit: [AIRFLOW-1889] Split sensors into separate files

2018-01-19 Thread bolke
http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/33c72042/airflow/sensors/s3_prefix_sensor.py -- diff --git a/airflow/sensors/s3_prefix_sensor.py b/airflow/sensors/s3_prefix_sensor.py new file mode 100644 index 00

[jira] [Commented] (AIRFLOW-1950) Make xcom_pull's task_ids parameter optional

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

[jira] [Resolved] (AIRFLOW-1950) Make xcom_pull's task_ids parameter optional

2018-01-19 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1950. - Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #2902 [htt

incubator-airflow git commit: [AIRFLOW-1950] Optionally pass xcom_pull task_ids

2018-01-19 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 1e36b37b6 -> e7c118da2 [AIRFLOW-1950] Optionally pass xcom_pull task_ids Changes the `task_ids` parameter of xcom_pull from required to optional. This parameter has always allowed None to be passed, but since it's a required pa

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

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

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

2018-01-19 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1755. - Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #2952 [htt

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

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

incubator-airflow git commit: [AIRFLOW-1755] Allow mount below root

2018-01-19 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master c3c4a8fdc -> 1e36b37b6 [AIRFLOW-1755] Allow mount below root This enables Airflow and Celery Flower to live below root. Draws on the work of Geatan Semet (@Stibbons). This closes #2723 and closes #2818 Closes #2952 from bolked

[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2018-01-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332642#comment-16332642 ] ASF subversion and git services commented on AIRFLOW-511: - Commit

[jira] [Resolved] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2018-01-19 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-511. Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #2934 [https:

[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2018-01-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332641#comment-16332641 ] ASF subversion and git services commented on AIRFLOW-511: - Commit

incubator-airflow git commit: [AIRFLOW-511][Airflow 511] add success/failure callbacks on dag level

2018-01-19 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master dd2bc8cb9 -> c3c4a8fdc [AIRFLOW-511][Airflow 511] add success/failure callbacks on dag level Closes #2934 from Acehaidrey/AIRFLOW-511 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wi

[jira] [Created] (AIRFLOW-2014) Task Instance batch update errors with sqlalchemy No row was found for one()

2018-01-19 Thread Emmet Murphy (JIRA)
Emmet Murphy created AIRFLOW-2014: - Summary: Task Instance batch update errors with sqlalchemy No row was found for one() Key: AIRFLOW-2014 URL: https://issues.apache.org/jira/browse/AIRFLOW-2014 Proj

[jira] [Created] (AIRFLOW-2013) initdb problem on airflow - python 2.7 - centos

2018-01-19 Thread giacomo veneri (JIRA)
giacomo veneri created AIRFLOW-2013: --- Summary: initdb problem on airflow - python 2.7 - centos Key: AIRFLOW-2013 URL: https://issues.apache.org/jira/browse/AIRFLOW-2013 Project: Apache Airflow