ttzhou commented on code in PR #44264:
URL: https://github.com/apache/airflow/pull/44264#discussion_r1852647831


##########
providers/src/airflow/providers/snowflake/hooks/snowflake.py:
##########
@@ -323,6 +333,9 @@ def get_sqlalchemy_engine(self, engine_kwargs=None):
         if "insecure_mode" in conn_params:
             engine_kwargs.setdefault("connect_args", {})
             engine_kwargs["connect_args"]["insecure_mode"] = True
+        if "json_result_force_utf8_decoding" in conn_params:

Review Comment:
   I thought about lumping this together into the same branch on line 333 
above, but wanted to reduce diff count for now. Happy to make that change as 
well if you prefer, since it's the same type of value.



-- 
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]

Reply via email to