You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SynchronizeDeltaToSnowflakeTask uses RunQuery instead of SnowflakeRunQueryPython in _merge_staging which leads to errors in Spark Connect sessions.
Steps to Reproduce
Initialize SynchronizeDeltaToSnowflakeTask
Run execute
See error
RuntimeError: Your Spark session does not have a JVM and cannot run Snowflake query using RunQuery implementation. Please update your code to use python connector for Snowflake.
Expected behavior
Switch to SnowflakeRunQueryPython
Environment
Spark Connect
The text was updated successfully, but these errors were encountered:
mikita-sakalouski
changed the title
[BUG] SynchronizeDeltaToSnowflakeTask uses RubQuery instead of SnowflakeRunQueryPython in _merge_staging
[BUG] SynchronizeDeltaToSnowflakeTask uses RunQuery instead of SnowflakeRunQueryPython in _merge_staging
Nov 24, 2024
Describe the bug
SynchronizeDeltaToSnowflakeTask
usesRunQuery
instead ofSnowflakeRunQueryPython
in _merge_staging which leads to errors in Spark Connect sessions.Steps to Reproduce
Expected behavior
Switch to
SnowflakeRunQueryPython
Environment
Spark Connect
The text was updated successfully, but these errors were encountered: