Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 552 Bytes

TODO.md

File metadata and controls

25 lines (20 loc) · 552 Bytes

TODO

UI

  • Backfill wizard

unittests

  • Increase coverage, now 85ish%

Command line

  • airflow task_state dag_id task_id YYYY-MM-DD

More Operators!

  • BaseDataTransferOperator
  • File2MySqlOperator
  • PIG

Backend

  • Make authentication universal
  • Callbacks
  • Master auto dag refresh at time intervals
  • Prevent timezone chagne on import
  • Add decorator to timeout imports on master process lib

Wishlist

  • Support for cron like synthax (0 * * * ) using croniter library