forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- airbnb_prod.1.6.2.10
- airbnb_prod.1.6.2.9
- airbnb_prod.1.6.2.8
- airbnb_prod.1.6.2.7
- airbnb_prod.1.6.2.6
- airbnb_prod.1.6.2.5
- airbnb_prod.1.6.2.4
- airbnb_prod.1.6.2.3
- airbnb_prod.1.6.2.2
- airbnb_prod.1.6.2.1
- airbnb_prod.1.6.1.8
- airbnb_prod.1.6.1.7
- airbnb_prod.1.6.1.6
- airbnb_prod.1.6.1.5
- airbnb_prod.1.6.1.4
- airbnb_prod.1.6.1.3
- airbnb_prod.1.6.1.2
- airbnb_prod.1.6.1.1
- airbnb_prod.1.6.1.0
- 1.7.0rc1
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.11
- 0.5.0
- 0.4.6
- 0.4.5
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4
- 0.3.2
- 0.3.1
- 0.3
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2
- 0.1
1 parent
1047940
commit 46579d3
Showing
2 changed files
with
50 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
TODO | ||
----- | ||
#### UI | ||
* Tree view: remove dummy root node | ||
* Graph view add tooltip | ||
* Backfill wizard | ||
* Fix datepicker | ||
|
||
#### Command line | ||
* Add support for including upstream and downstream | ||
#### Write unittests | ||
* For each existing operator | ||
#### More Operators! | ||
* HIVE | ||
* BaseDataTransferOperator | ||
* File2MySqlOperator | ||
* PythonOperator | ||
* DagTaskSensor for cross dag dependencies | ||
* PIG | ||
#### Macros | ||
* Hive latest partition | ||
* Previous execution timestamp | ||
* ... | ||
#### Backend | ||
* LocalExecutor, ctrl-c should result in error state instead of forever running | ||
* CeleryExecutor | ||
* Clear should kill running jobs | ||
#### Misc | ||
* BaseJob | ||
* DagBackfillJob | ||
* TaskIntanceJob | ||
* ClearJob? | ||
* Write an hypervisor, looks for dead jobs without a heartbeat and kills | ||
* Authentication with Flask-Login and Flask-Principal | ||
* email_on_retry | ||
|
||
#### Testing required | ||
* result queue with remove descendants | ||
|
||
#### Wishlist | ||
* Jobs can send pickles of local version to remote executors? | ||
* Support for cron like synthax (0 * * * ) using croniter library |