[jira] [Assigned] (AIRFLOW-1561) Scheduler doesn't pick up example dags unless there is atleast 1 dag in dags folder

2018-06-17 Thread Chao-Han Tsai (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao-Han Tsai reassigned AIRFLOW-1561: -- Assignee: Chao-Han Tsai > Scheduler doesn't pick up example dags unless there is atl

[jira] [Closed] (AIRFLOW-2623) Makes executors less verbose

2018-06-17 Thread Chao-Han Tsai (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao-Han Tsai closed AIRFLOW-2623. -- Resolution: Won't Fix > Makes executors less verbose > > >

[jira] [Resolved] (AIRFLOW-1786) Upstream Sensor skipped but whole DAG fails

2018-06-17 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-1786. --- Resolution: Fixed Fix Version/s: 2.0.0 1.10.0 > Upstream

incubator-airflow git commit: [AIRFLOW-1786] Enforce correct behavior for soft-fail sensors

2018-06-17 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 2090011bb -> eaa03dbc7 [AIRFLOW-1786] Enforce correct behavior for soft-fail sensors Soft-fail sensor failure causes skip of all downstream tasks. It also enables ability to set up non-blocking and soft-fail sensors in the same

[jira] [Assigned] (AIRFLOW-2604) dag_id, task_id, execution_date in dag_fail should be indexed

2018-06-17 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann reassigned AIRFLOW-2604: Assignee: Stefan Seelmann > dag_id, task_id, execution_date in dag_fail should b

[jira] [Resolved] (AIRFLOW-2355) Airflow trigger tag parameters in subdag

2018-06-17 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2355. - Resolution: Fixed Fix Version/s: (was: 1.9.0) 2.0.0

incubator-airflow git commit: [AIRFLOW-2355] Airflow trigger tag parameters in subdag

2018-06-17 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/master dc38b2f46 -> 2090011bb [AIRFLOW-2355] Airflow trigger tag parameters in subdag Parameters passed through airflow trigger_dag -c '{"text": "blah"}' can be accessed through {{ dag_run.conf.text }} in subdag. Closes #3460 from mil

incubator-airflow git commit: [AIRFLOW-2613] Fix Airflow searching .zip bug

2018-06-17 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/master 4d153ad4e -> dc38b2f46 [AIRFLOW-2613] Fix Airflow searching .zip bug When Airflow was populating a DagBag from a .zip file, if a single file in the root directory did not contain the strings 'airflow' and 'DAG' it would ignore t

[jira] [Resolved] (AIRFLOW-2613) DagBag stops reading DAGs and zipfiles if it does not encounter 'DAG' or 'airflow' in content

2018-06-17 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2613. - Resolution: Fixed Fix Version/s: 2.0.0 1.10.0 Issue resolved by pull

[jira] [Resolved] (AIRFLOW-2627) Add a sensor for Cassandra

2018-06-17 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2627. - Resolution: Fixed Fix Version/s: 2.0.0 1.10.0 Issue resolved by pull

incubator-airflow git commit: [AIRFLOW-2627] Add a sensor for Cassandra

2018-06-17 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/master b9cb54f87 -> 4d153ad4e [AIRFLOW-2627] Add a sensor for Cassandra Closes #3510 from sekikn/AIRFLOW-2627 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incub

[jira] [Updated] (AIRFLOW-2618) Improve UI by add "Next Run" column

2018-06-17 Thread jack (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jack updated AIRFLOW-2618: -- Priority: Minor (was: Trivial) > Improve UI by add "Next Run" column > --- >

[jira] [Commented] (AIRFLOW-2606) Test needed to ensure database schema always match SQLAlchemy model types

2018-06-17 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515066#comment-16515066 ] Stefan Seelmann commented on AIRFLOW-2606: -- PR: https://github.com/apache/incu

[jira] [Closed] (AIRFLOW-2620) New property called "RetainSameConnection"

2018-06-17 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor closed AIRFLOW-2620. -- Resolution: Won't Fix This is not as simple a change as it sounds - each Airflow oper

[jira] [Commented] (AIRFLOW-2613) DagBag stops reading DAGs and zipfiles if it does not encounter 'DAG' or 'airflow' in content

2018-06-17 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515059#comment-16515059 ] Ash Berlin-Taylor commented on AIRFLOW-2613: Stopping walking the Zipfile s

[jira] [Commented] (AIRFLOW-2614) Airflow trigger_run API is very slow

2018-06-17 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515058#comment-16515058 ] Ash Berlin-Taylor commented on AIRFLOW-2614: I'm not sure how possible it i

[jira] [Commented] (AIRFLOW-2600) airflow excessively logging about libs in a dag directory not containing dags

2018-06-17 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515057#comment-16515057 ] Ash Berlin-Taylor commented on AIRFLOW-2600: This can probably be fixed by

[jira] [Commented] (AIRFLOW-2598) Migrate Airflow to ReactJS

2018-06-17 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515054#comment-16515054 ] Ash Berlin-Taylor commented on AIRFLOW-2598: I'm quite strongly against Rea

[jira] [Updated] (AIRFLOW-2619) UI is inconsistent with actual data - each refresh shows diffrent data

2018-06-17 Thread jack (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jack updated AIRFLOW-2619: -- Component/s: ui core > UI is inconsistent with actual data - each refresh shows diffrent dat

[jira] [Updated] (AIRFLOW-2618) Improve UI by add "Next Run" column

2018-06-17 Thread jack (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jack updated AIRFLOW-2618: -- Component/s: ui > Improve UI by add "Next Run" column > --- > >

[jira] [Assigned] (AIRFLOW-2606) Test needed to ensure database schema always match SQLAlchemy model types

2018-06-17 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann reassigned AIRFLOW-2606: Assignee: Stefan Seelmann > Test needed to ensure database schema always match S