This is an automated email from the ASF dual-hosted git repository.
xddeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new d479b99388 Fix typo in redshift sql hook get_ui_field_behaviour
(#27533)
d479b99388 is described below
commit d479b9938884eaeb23f230ad11371243b40eb84e
Author: Pankaj Singh <[email protected]>
AuthorDate: Mon Nov 7 09:56:32 2022 +0530
Fix typo in redshift sql hook get_ui_field_behaviour (#27533)
---
airflow/providers/amazon/aws/hooks/redshift_sql.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/providers/amazon/aws/hooks/redshift_sql.py
b/airflow/providers/amazon/aws/hooks/redshift_sql.py
index c856a402f2..120ce190cc 100644
--- a/airflow/providers/amazon/aws/hooks/redshift_sql.py
+++ b/airflow/providers/amazon/aws/hooks/redshift_sql.py
@@ -45,7 +45,7 @@ class RedshiftSQLHook(DbApiHook):
supports_autocommit = True
@staticmethod
- def get_ui_field_behavior() -> dict:
+ def get_ui_field_behaviour() -> dict:
"""Returns custom field behavior"""
return {
"hidden_fields": [],