【发布时间】:2021-12-24 16:41:34
【问题描述】:
如何在不使用任何文件格式的情况下将雪花数据卸载到 s3?
为了将数据卸载到特定的扩展中,我们使用雪花文件格式。
例如代码
copy into 's3://mybucket/unload/'
from mytable
storage_integration = myint
file_format = (format_name = my_csv_format);
但我想要的是存储数据而不需要任何扩展。
【问题讨论】:
标签: snowflake-cloud-data-platform file-format