dstandish commented on code in PR #26764:
URL: https://github.com/apache/airflow/pull/26764#discussion_r984830181
##########
airflow/providers/snowflake/hooks/snowflake.py:
##########
@@ -41,6 +42,18 @@ def _try_to_boolean(value: Any):
return value
+def _maybe_add_prefix(val):
+ """
+ From Airflow 2.3 onward, there is no longer a need to add the
`extra__<conn type>__`
Review Comment:
when do you think we will bump the min version? will there be time to add
this after bumping and before release?
--
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]