2014-10-07 02:08:35 +04:00
|
|
|
TODO
|
|
|
|
-----
|
|
|
|
#### UI
|
2015-06-03 02:47:46 +03:00
|
|
|
* Backfill form
|
2015-04-24 17:35:54 +03:00
|
|
|
* Add templating to adhoc queries
|
|
|
|
* Charts: better error handling
|
2014-10-11 23:57:43 +04:00
|
|
|
|
2015-01-08 22:26:49 +03:00
|
|
|
#### Command line
|
2015-05-20 23:14:35 +03:00
|
|
|
* Backfill, better logging, prompt with details about what tasks are about to run
|
2015-01-08 22:26:49 +03:00
|
|
|
|
2014-10-07 02:08:35 +04:00
|
|
|
#### More Operators!
|
|
|
|
* PIG
|
2015-04-24 17:35:54 +03:00
|
|
|
* MR
|
|
|
|
* Merge Cascading
|
2014-10-11 23:57:43 +04:00
|
|
|
|
2014-10-07 02:08:35 +04:00
|
|
|
#### Backend
|
2015-05-15 02:33:13 +03:00
|
|
|
* Add a run_only_latest flag to BaseOperator, runs only most recent task instance where deps are met
|
2015-04-24 17:35:54 +03:00
|
|
|
* Pickle all the THINGS!
|
2015-05-10 01:30:40 +03:00
|
|
|
* Distributed scheduler
|
2015-05-27 16:28:53 +03:00
|
|
|
* Raise errors when setting dependencies on task in foreign DAGs
|
2015-06-04 06:28:56 +03:00
|
|
|
* Add an is_test flag to the run context
|
2015-06-05 03:52:34 +03:00
|
|
|
* Add operator to task_instance table
|
|
|
|
* Add owner to task_instance table
|
|
|
|
* Add queued_dttm to task_instance table
|
2014-10-07 02:08:35 +04:00
|
|
|
|
|
|
|
#### Wishlist
|
2015-06-05 20:41:36 +03:00
|
|
|
* Support for cron like syntax (0 * * * ) using croniter library
|
2015-04-06 18:36:55 +03:00
|
|
|
* Pause flag at the task level
|
2015-04-24 17:35:54 +03:00
|
|
|
* Task callbacks as tasks?
|
|
|
|
* Increase unit test coverage
|