Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encountering 429 Too Many Requests error every time when accessing Snowflake's Polaris catalog #791

Closed
Xuanwo opened this issue Dec 13, 2024 · 1 comment · Fixed by #801

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Dec 13, 2024

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: 429 Too Many Requests

Source: EOF while parsing a value at line 1 column 0
.

<Backtrace disabled by default. Please use RUST_BACKTRACE=1 to enable> 
@Xuanwo
Copy link
Member Author

Xuanwo commented Dec 13, 2024

More detailed error message after test with #793

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> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant