incubator-airflow/TODO.md

29 строки
842 B
Markdown
Исходник Обычный вид История

2014-10-07 02:08:35 +04:00
TODO
-----
#### UI
2015-05-15 02:33:13 +03:00
* Run button / backfill wizard
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!
* Add priority_weight(Int) to BaseOperator, +@property subtree_priority
* Distributed scheduler
2015-01-13 19:29:47 +03:00
* Add decorator to timeout imports on master process [lib](https://github.com/pnpnpn/timeout-decorator)
2015-05-27 16:28:53 +03:00
* Raise errors when setting dependencies on task in foreign DAGs
2014-10-07 02:08:35 +04:00
#### Wishlist
* Support for cron like synthax (0 * * * ) using croniter library
* Pause flag at the task level
2015-04-24 17:35:54 +03:00
* Task callbacks as tasks?
* Increase unit test coverage