potiuk commented on a change in pull request #17448:
URL: https://github.com/apache/airflow/pull/17448#discussion_r702396133
##########
File path: airflow/providers/amazon/aws/secrets/secrets_manager.py
##########
@@ -81,6 +105,7 @@ def __init__(
profile_name: Optional[str] = None,
sep: str = "/",
full_url_mode: bool = True,
+ extra_conn_words: Optional[dict] = {},
Review comment:
Oh. YEAH. That one is so non-obvious, but so dangerous. I think that was
about the only really useful Pylint check that we miss now. But I just checked
that we could use https://pypi.org/project/flake8-mutable/ extension.
--
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]