@@ -299,7 +299,7 @@ Bug Fixes
299
299
- BugFix: Show task_id in the Graph View tooltip (#7859)
300
300
- [AIRFLOW-6730] Use total_seconds instead of seconds (#7363)
301
301
- [AIRFLOW-6167] Escape column name in create table in hive (#6741)
302
- - [AIRFLOW-6628] DAG auto-complete now suggests from all acessible DAGs (#7251)
302
+ - [AIRFLOW-6628] DAG auto-complete now suggests from all accessible DAGs (#7251)
303
303
- [AIRFLOW-7113] Fix gantt render error (#7913)
304
304
- [AIRFLOW-6399] Add _access control to validate deserialized DAGs (#7896)
305
305
- [AIRFLOW-6399] Serialization: DAG access_control field should be decorated field in DAG serialization (#7879)
@@ -468,7 +468,7 @@ Doc only changes
468
468
- [AIRFLOW-XXXX] Fix location of kubernetes tests (#7373)
469
469
- [AIRFLOW-XXXX] Remove quotes from domains in Google Oauth (#4226)
470
470
- [AIRFLOW-XXXX] Add explicit info about JIRAs for code-related PRs (#7318)
471
- - [AIRFLOW-XXXX] Fix typo commiter => committer (#7392)
471
+ - [AIRFLOW-XXXX] Fix typo in the word committer (#7392)
472
472
- [AIRFLOW-XXXX] Remove duplicated paragraph in docs (#7662)
473
473
- Fix reference to KubernetesPodOperator (#8100)
474
474
@@ -870,7 +870,7 @@ Improvements
870
870
- [AIRFLOW-5126] Read ``aws_session_token`` in extra_config of the aws hook (#6303)
871
871
- [AIRFLOW-5636] Allow adding or overriding existing Operator Links (#6302)
872
872
- [AIRFLOW-4965] Handle quote exceptions in GCP AI operators (v1.10) (#6304)
873
- - [AIRFLOW-3783] Speed up Redshift to S3 UNload with HEADERs (#6309)
873
+ - [AIRFLOW-3783] Speed up Redshift to S3 unload with HEADERs (#6309)
874
874
- [AIRFLOW-3388] Add support to Array Jobs for AWS Batch Operator (#6153)
875
875
- [AIRFLOW-4574] add option to provide private_key in SSHHook (#6104) (#6163)
876
876
- [AIRFLOW-5530] Fix typo in AWS SQS sensors (#6012)
@@ -3684,7 +3684,7 @@ Airflow 1.7.2
3684
3684
- [AIRFLOW-399] Remove dags/testdruid.py
3685
3685
- [AIRFLOW-400] models.py/DAG.set_dag_runs_state() does not correctly set state
3686
3686
- [AIRFLOW-395] Fix colon/equal signs typo for resources in default config
3687
- - [AIRFLOW-397] Documentation: Fix typo "instatiating" to "instantiating"
3687
+ - [AIRFLOW-397] Documentation: Fix typo in the word "instantiating"
3688
3688
- [AIRFLOW-395] Remove trailing commas from resources in config
3689
3689
- [AIRFLOW-388] Add a new chart for Task_Tries for each DAG
3690
3690
- [AIRFLOW-322] Fix typo in FAQ section
0 commit comments