将文件从本地上传到雪花表阶段时出现问题
Posted
技术标签:
【中文标题】将文件从本地上传到雪花表阶段时出现问题【英文标题】:Issue while uploading file from local to Snowflake table stage 【发布时间】:2021-07-09 07:28:57 【问题描述】:我是 Snowflake 的新手,在将文件从本地上传到 Snowflake 表阶段时遇到问题。我在 20 分钟的培训中关注 Snowflake 并停留在文件上传部分,任何帮助/指针将不胜感激。我在这篇文章中添加了错误的屏幕截图,下面是错误消息之一。
错误信息:
|来源 |目标 |源大小 |目标尺寸 |源压缩 |目标压缩 |状态 |留言
|
|-----------------+--------------------+-------- ------+-------------+--------+-------- ------------+--------+---------------- ---
---------------------------------------| |员工01.csv | employees01.csv.gz | 370 | 0 |无 |压缩包 |错误 |上传文件时出现未知错误:C:\Users\xxxx\AppData\Local\Temp\tmpj5iva8r7\employees01.csv_c.gz#y89s9rn7, file=c:\Temp\employees01.csv, real file=C:\Users\xxxx \AppData\本地 \Temp\tmpj5iva8r7\employees01.csv_c.gz |
非常感谢! 巴拉特
enter image description here
【问题讨论】:
【参考方案1】:可以试试put file://c:\Temp\employees*.csv @%emp_basic;
详情:https://docs.snowflake.com/en/user-guide/data-load-local-file-system-stage.html
【讨论】:
以上是关于将文件从本地上传到雪花表阶段时出现问题的主要内容,如果未能解决你的问题,请参考以下文章
将数据从本地复制到 S3 到 Redshift 表时出现问题
将 WordPress 从 WAMP 上传到 GoDaddy 时出现数据库错误(无法在本地访问站点)
通过 GSUTIL 将文件从 Windows 10 文件夹上传到 Gcloud 存储桶时出现问题