incubator-airflow/TODO.md

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

2014-10-07 02:08:35 +04:00
TODO
-----
#### UI
* Backfill wizard
2014-10-11 23:57:43 +04:00
2015-02-17 00:03:09 +03:00
#### unittests
* Increase coverage, now 85ish%
2014-10-11 23:57:43 +04:00
2015-01-08 22:26:49 +03:00
#### Command line
* `airflow task_state dag_id task_id YYYY-MM-DD`
2014-10-07 02:08:35 +04:00
#### More Operators!
* BaseDataTransferOperator
* File2MySqlOperator
* PIG
2014-10-11 23:57:43 +04:00
2014-10-07 02:08:35 +04:00
#### Backend
* Make authentication universal
2015-02-07 20:43:59 +03:00
* Callbacks
2015-03-02 00:40:53 +03:00
* Master auto dag refresh at time intervals
2015-02-07 20:43:59 +03:00
* Prevent timezone chagne on import
2015-01-13 19:29:47 +03:00
* Add decorator to timeout imports on master process [lib](https://github.com/pnpnpn/timeout-decorator)
2014-10-07 02:08:35 +04:00
#### Wishlist
* Support for cron like synthax (0 * * * ) using croniter library