uranusjr commented on code in PR #58062: URL: https://github.com/apache/airflow/pull/58062#discussion_r2532279678
########## airflow-core/src/airflow/models/connection.py: ########## @@ -27,6 +27,7 @@ from typing import Any from urllib.parse import parse_qsl, quote, unquote, urlencode, urlsplit +from cryptography.fernet import InvalidToken Review Comment: Put this in _safe_decrypt instead. This import can be slow. -- 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]
