You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found iceberg-rust always raise 429 Too Many Requests while calling Snowflake's Polaris catalog:
1107=>
Iceberg catalog load failed:ReadTableDataError.Code:1107,Text = Iceberg catalog load failed:Unexpected => Failed to parse response from rest catalog server!
Context:
json:
code:429TooManyRequestsSource:EOFwhile parsing a value at line 1 column 0.
<Backtrace disabled by default.Please use RUST_BACKTRACE=1 to enable>
The text was updated successfully, but these errors were encountered:
1107=>
Iceberg catalog load failed: ReadTableDataError. Code: 1107, Text = Iceberg catalog load failed: Unexpected => Failed to parse response from rest catalog server!
Context:
code: 429 Too Many Requests
operation: auth
url: https://xxx.us-east-2.aws.snowflakecomputing.com/polaris/api/catalog/v1/oauth/tokens
json:
Source: EOF while parsing a value at line 1 column 0
.
<Backtrace disabled by default. Please use RUST_BACKTRACE=1 to enable>
I found iceberg-rust always raise
429 Too Many Requests
while calling Snowflake's Polaris catalog:The text was updated successfully, but these errors were encountered: