forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
28 lines (27 loc) · 1.13 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
AIRFLOW 1.7.0, 2016-03-28
-------------------------
- Add MySQL->GCS, GCS->BQ operators
- Support pause/unpause DAGs in CLI
- SLA_miss_callbacks
- Pause newly minted DAGs by default if configured to do so
- Fixes related to solving the "infinite retry problem"
- Handle SKIPPED tasks as SUCCESS when depends_on_past=True
- Pass JSON task params via the airflow testCLI command
- Extend FERNET key encryption to VARIABLES and to the connections's OTHER field
- Add GCSHook for Google Cloud Storage
- Parameterize DagBag import timeouts
- Add startup scripts for upstart based systems
- Add template support in QBol operator
- Add SudDag documentation and examples
- Improve kerberos integration for hdfs hook
- Add SSL support for SMTP
- Add BigQuery and Google Cloud Storage operators
- Set effective user of (web)hdfs hook
- Add support for three-legged OAuth for Google connections
- Add Docker operator
- Add "search_scope" as a configuration variable for LDAP
- Add super user and profiler to ldap
- Disable concurrent executors for sqllite backend
- Implement GitHub Enterprise Authentication
- Fix invalid syntax in SSHHook
- Upgrade flask admin