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
Describe the bug
When a cell contains leading zero date e.g. '0001-01-01' , profiler failed with
Exception: Profiler Exception: InterfaceError('(snowflake.connector.errors.InterfaceError) 252005: Failed to convert current row, cause: year 0 is out of
range
To Reproduce
Steps to reproduce the behavior:
create a table
-- models/foo.sql
select '0000-12-30'::date as date_with_zeros
Run profiler.
Expected behavior
Screenshots
Desktop (please complete the following information):
Describe the bug
When a cell contains leading zero date e.g. '0001-01-01' , profiler failed with
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
Mentioned in snowflake-python-connector.
snowflakedb/snowflake-connector-python#1652
The text was updated successfully, but these errors were encountered: