【发布时间】:2022-12-10 10:35:37
【问题描述】:
我正在尝试将雪花数据卸载到 S3,我有相同的存储集成设置。我可以使用 SQL 查询卸载,但想使用 snowpark python 来卸载。
DataFrameWriter.copy_into_location - 这个 snowpark 方法没有任何 storage_integration 参数,这让我对如何使用 snowpark 完成这个卸载工作一无所知!
对此的任何帮助将不胜感激!
尝试使用现有的 copy_into_location 方法,使用 storage_integration='SI_NAME',内部 SQL 查询抛出错误 -
Invalid value ''SI_NAME'' for property 'STORAGE_INTEGRATION'. String literal identifier is unsupported for this property. Please use an unquoted or double-quoted identifier.
【问题讨论】:
标签: python amazon-s3 snowflake-cloud-data-platform snowpark