2016-01-06 05:09:37 +03:00
|
|
|
#### Roadmap items
|
2018-08-01 10:50:23 +03:00
|
|
|
|
2016-01-13 21:41:46 +03:00
|
|
|
* UI page answering "Why isn't this task instance running?"
|
|
|
|
* Attempt removing DagBag caching for the web server
|
2016-01-06 05:09:37 +03:00
|
|
|
* Distributed scheduler (supervisors)
|
2018-08-01 10:50:23 +03:00
|
|
|
* Get the supervisors to run sensors (as opposed to each sensor taking a slot)
|
|
|
|
* Improve DagBag differential refresh
|
|
|
|
* Pickle all the THINGS! supervisors maintains fresh, versioned pickles in the database as they monitor for change
|
2016-01-06 05:09:37 +03:00
|
|
|
* Pre-prod running off of master
|
|
|
|
* Containment / YarnExecutor / Docker?
|
|
|
|
* Get s3 logs
|
|
|
|
* Test and migrate to use beeline instead of the Hive CLI
|
|
|
|
* Run Hive / Hadoop / HDFS tests in Travis-CI
|
|
|
|
|
2014-10-07 02:08:35 +04:00
|
|
|
#### UI
|
2018-08-01 10:50:23 +03:00
|
|
|
|
2015-06-03 02:47:46 +03:00
|
|
|
* Backfill form
|
2015-07-11 18:16:37 +03:00
|
|
|
* Better task filtering int duration and landing time charts (operator toggle, task regex, uncheck all button)
|
2015-04-24 17:35:54 +03:00
|
|
|
* Add templating to adhoc queries
|
2014-10-11 23:57:43 +04:00
|
|
|
|
2014-10-07 02:08:35 +04:00
|
|
|
#### Backend
|
2018-08-01 10:50:23 +03:00
|
|
|
|
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-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
|
2014-10-07 02:08:35 +04:00
|
|
|
|
|
|
|
#### Wishlist
|
2018-08-01 10:50:23 +03:00
|
|
|
|
2015-04-06 18:36:55 +03:00
|
|
|
* Pause flag at the task level
|
2015-04-24 17:35:54 +03:00
|
|
|
* Increase unit test coverage
|
2016-01-07 00:00:17 +03:00
|
|
|
* Stats logging interface with support for stats and sqlalchemy to collect detailed information from the scheduler and dag processing times
|
2015-10-01 02:52:13 +03:00
|
|
|
|
2015-11-14 03:29:00 +03:00
|
|
|
#### Other
|
2018-08-01 10:50:23 +03:00
|
|
|
|
|
|
|
* Deprecate TimeSensor
|