Taragolis commented on code in PR #25416:
URL: https://github.com/apache/airflow/pull/25416#discussion_r937037521
##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -582,6 +582,34 @@ def decorator_f(self, *args, **kwargs):
return retry_decorator
+ @staticmethod
+ def get_ui_field_behaviour() -> Dict[str, Any]:
+ """Returns custom UI field behaviour for AWS Connection."""
+ return {
Review Comment:
Good point. I'm forget that `black` in airflow configure with
`skip-string-normalization = true`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]