[jira] [Created] (AIRFLOW-1488) Add a sensor operator to wait on DagRuns

2017-08-06 Thread Yati (JIRA)
Yati created AIRFLOW-1488: - Summary: Add a sensor operator to wait on DagRuns Key: AIRFLOW-1488 URL: https://issues.apache.org/jira/browse/AIRFLOW-1488 Project: Apache Airflow Issue Type: New

[jira] [Created] (AIRFLOW-1694) Hive Hooks: Python 3 does not have an `itertools.izip` function

2017-10-09 Thread Yati (JIRA)
Yati created AIRFLOW-1694: - Summary: Hive Hooks: Python 3 does not have an `itertools.izip` function Key: AIRFLOW-1694 URL: https://issues.apache.org/jira/browse/AIRFLOW-1694 Project: Apache Airflow

[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] [Created] (AIRFLOW-2001) Make sensors relinquish their execution slots

2018-01-15 Thread Yati (JIRA)
Yati created AIRFLOW-2001: - Summary: Make sensors relinquish their execution slots Key: AIRFLOW-2001 URL: https://issues.apache.org/jira/browse/AIRFLOW-2001 Project: Apache Airflow Issue Type: Bug

[jira] [Commented] (AIRFLOW-2001) Make sensors relinquish their execution slots

2018-10-05 Thread Yati (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640156#comment-16640156 ] Yati commented on AIRFLOW-2001: --- Thanks! Nice use of non-local returns via an exception. I was wondering