admin管理员组

文章数量:1129457

When trying to append to an existing snowflake table via a python stored procedure u using write_pandas, i.e.

session.write_pandas(my_df, table_name=my_table_name, overwrite=True,database='MY_DATABASE',schema='MY_SANDBOX')

I am getting:

snowflake.connector.errors.ProgrammingError: 001003 (42000): SQL compilation error:
syntax error line 1 at position 106 unexpected '@"SNOWPARK_TEMP_STAGE_..."'.
 in function MY_FUNCTION with handler udf_py_...pute

What's going on? Thanks!

本文标签: