Snowflake cloud data platform Snowpipe REST API抛出HTTP错误500

Snowflake cloud data platform Snowpipe REST API抛出HTTP错误500,snowflake-cloud-data-platform,Snowflake Cloud Data Platform,(代表雪花用户提交…) 我使用Snowpipe REST端点从为GCS(谷歌云存储)创建的外部阶段加载文件。当我试图调用Snowpipe来加载文件时。当通过postman调用时,我得到以下错误响应 <title>Error 500 Internal Server Error</title> </head> <body> <h2>HTTP ERROR 500</h2> <p>Problem accessing /

(代表雪花用户提交…)


我使用Snowpipe REST端点从为GCS(谷歌云存储)创建的外部阶段加载文件。当我试图调用Snowpipe来加载文件时。当通过postman调用时,我得到以下错误响应

<title>Error 500 Internal Server Error</title>
</head>
<body>
<h2>HTTP ERROR 500</h2>
<p>Problem accessing /v1/data/pipes/<pipe>/insertFiles. Reason:

<pre> Internal Server Error</pre>
错误500内部服务器错误
HTTP错误500
访问/v1/data/pipes//insertfile时出现问题。原因:
[main] WARN net.snowflake.ingest.connection.ServiceResponseHandler - Exceptional Status Code found in unmarshallInsert Response - 500
[main] ERROR net.snowflake.ingest.connection.ServiceResponseHandler - Status code 500 found in response from service

HTTP Status: 500
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 500 Internal Server Error</title>
</head>
内部服务器错误
我也在使用java客户机来做同样的事情,它也因为同样的原因失败了

[main]WARN net.snowflake.inset.connection.ServiceResponseHandler-在unmarshallInsert响应-500中找到异常状态代码
[main]错误net.snowflake.ingest.connection.ServiceResponseHandler-在服务响应中找到状态代码500
HTTP状态:500
错误500内部服务器错误
我自己创建表/模式并调用RESTAPI。发现同样的事情适用于和我做同样事情的其他用户。这完全奇怪。你能帮忙吗



有什么建议吗?谢谢

根据一些研究,我建议如下:

  • 查看查询的复制历史报告以了解更多信息,如果可以,请共享此报告
  • 确保用户/角色具有的权限
  • 管道的状态如何 Snowpipe疑难解答参考将有所帮助,但很可能用户角色没有运行查询的权限