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
Creating a temp table on the snowflake backend fails if any column of the passed table data contains a whitespace.
What version of ibis are you using?
9.5.0
What backend(s) are you using, if any?
Snowflake
Relevant log output
Traceback (most recent call last):
File "/.venv/lib/python3.11/site-packages/ibis/backends/snowflake/__init__.py", line 844, in create_table
self._run_pre_execute_hooks(table)
File "/.venv/lib/python3.11/site-packages/ibis/backends/__init__.py", line 1144, in _run_pre_execute_hooks
self._register_in_memory_tables(expr)
File "/.venv/lib/python3.11/site-packages/ibis/backends/__init__.py", line 1119, in _register_in_memory_tables
self._register_in_memory_table(memtable)
File "/.venv/lib/python3.11/site-packages/ibis/backends/snowflake/__init__.py", line 677, in _register_in_memory_table
self.read_parquet(path, table_name=name)
File "/.venv/lib/python3.11/site-packages/ibis/backends/snowflake/__init__.py", line 1161, in read_parquet
cur.execute(copy_query)
File "/.venv/lib/python3.11/site-packages/snowflake/connector/cursor.py", line 1097, in execute
Error.errorhandler_wrapper(self.connection, self, error_class, errvalue)
File "/.venv/lib/python3.11/site-packages/snowflake/connector/errors.py", line 284, in errorhandler_wrapper
handed_over = Error.hand_to_other_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/.venv/lib/python3.11/site-packages/snowflake/connector/errors.py", line 339, in hand_to_other_handler
cursor.errorhandler(connection, cursor, error_class, error_value)
File "/.venv/lib/python3.11/site-packages/snowflake/connector/errors.py", line 215, in default_errorhandler
raise error_class(
snowflake.connector.errors.ProgrammingError: 001851 (22023): Invalid extraction path 'col 1': invalid token at position 4
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Creating a temp table on the snowflake backend fails if any column of the passed table data contains a whitespace.
What version of ibis are you using?
9.5.0
What backend(s) are you using, if any?
Snowflake
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: