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
[
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
[
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
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
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
[
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
> --
[
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
> --
[
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
[
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
[
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
[
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
[
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
[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
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
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
[
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
[
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
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
[
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
[
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
[
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
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
[
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
[
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:
[
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
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
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
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
28 matches
Mail list logo