@@ -24,6 +24,7 @@ Improvements:
24
24
[AIRFLOW-2622] Add "confirm=False" option to SFTPOperator
25
25
[AIRFLOW-2662] support affinity & nodeSelector policies for kubernetes executor/operator
26
26
[AIRFLOW-2709] Improve error handling in Databricks hook
27
+ [AIRFLOW-2723] Update lxml dependancy to >= 4.0.
27
28
[AIRFLOW-2763] No precheck mechanism in place during worker initialisation for the connection to metadata database
28
29
[AIRFLOW-2789] Add ability to create single node cluster to DataprocClusterCreateOperator
29
30
[AIRFLOW-2797] Add ability to create Google Dataproc cluster with custom image
@@ -42,6 +43,7 @@ Improvements:
42
43
[AIRFLOW-3025] Allow to specify dns and dns-search parameters for DockerOperator
43
44
[AIRFLOW-3067] (www_rbac) Flask flash messages are not displayed properly (no background color)
44
45
[AIRFLOW-3069] Decode output of S3 file transform operator
46
+ [AIRFLOW-3072] Assign permission get_logs_with_metadata to viewer role
45
47
[AIRFLOW-3090] INFO logs are too verbose
46
48
[AIRFLOW-3103] Update Flask-Login
47
49
[AIRFLOW-3112] Align SFTP hook with SSH hook
@@ -66,6 +68,8 @@ Doc-only changes:
66
68
[AIRFLOW-3030] Command Line docs incorrect subdir
67
69
[AIRFLOW-2990] Docstrings for Hooks/Operators are in incorrect format
68
70
[AIRFLOW-3127] Celery SSL Documentation is out-dated
71
+ [AIRFLOW-2779] Add license headers to doc files
72
+ [AIRFLOW-2779] Add project version to license
69
73
70
74
Bug fixes:
71
75
0 commit comments