gpt4 book ai didi

snowflake-cloud-data-platform - "File format does not exist or not authorized"更改雪花阶段时出错

转载 作者:行者123 更新时间:2023-12-05 01:12:28 24 4
gpt4 key购买 nike

我正在创建一个 Snowflake 文件格式,如下所示:

create or replace file format "db_name"."schema_name".my_csv_unload_format
type = 'CSV'
field_delimiter = ',';

然后我尝试将其添加到现有阶段:

alter stage "db_name"."schema_name".my_unloads set
file_format = (format_name = 'my_csv_unload_format');

但是在运行这个查询时我得到一个错误:

SQL compilation error: File format 'MY_CSV_UNLOAD_FORMAT' does not exist or not authorized.

我看不出我做错了什么。我需要在某处对文件格式添加一些权限吗?

最佳答案

解决了,你还需要在格式名称中指定数据库和模式:

alter stage "db_name"."schema_name".my_unloads set
file_format = (format_name = '"db_name"."schema_name".my_csv_unload_format');

关于snowflake-cloud-data-platform - "File format does not exist or not authorized"更改雪花阶段时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61917423/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com