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
I am importing a sheet with ~50k records into snowflake and get the following error.
[2020-12-23 08:07:01,419] {bash_operator.py:128} INFO - snowflake.connector.errors.ProgrammingError: 001795 (42601): SQL compilation error: error line 3 at position 5 [2020-12-23 08:07:01,419] {bash_operator.py:128} INFO - maximum number of expressions in a list exceeded, expected at most 16,384, got 43,835
I am importing a sheet with ~50k records into snowflake and get the following error.
[2020-12-23 08:07:01,419] {bash_operator.py:128} INFO - snowflake.connector.errors.ProgrammingError: 001795 (42601): SQL compilation error: error line 3 at position 5 [2020-12-23 08:07:01,419] {bash_operator.py:128} INFO - maximum number of expressions in a list exceeded, expected at most 16,384, got 43,835
Relevant issue is discussed here
The text was updated successfully, but these errors were encountered: