question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting error ResourceNumberLimitExceededException) when calling the UpdateTable operation: Number of TABLE_VERSION resources exceeds the limit 100000 per TABLE

See original GitHub issue

P.S. Don’t attach file. Please, prefer add code snippets directly in the message body. I have the following code: wr.s3.to_parquet(df=df, path=destination_path, dtype=types, dataset=True, database=DATABASE, table=TABLE, mode="append", catalog_versioning=False, partition_cols=['env','year','month','day','hour']) I am executing this on S3 event when data file created in s3. At some point I got error “(ResourceNumberLimitExceededException) when calling the UpdateTable operation: Number of TABLE_VERSION resources exceeds the limit 100000 per TABLE” . Is there any way not to update table version? The table stay the same, only partitions are added with new data.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
janpiocommented, Jun 11, 2022

For anyone else finding this issue years later:

This error message is related to a limit in AWS Glue called Max table versions per table. It doesn’t seem to be documented anywhere, but fortunately is listed on the Service Quotas page and you can request an increase: https://us-east-1.console.aws.amazon.com/servicequotas/home/services/glue/quotas/L-071ABE08 (Make sure to select the correct Region in the top right dropdown!) It seems to be one of those quotas that can easily increased 10x in seconds 👍

2reactions
edvorkincommented, Aug 3, 2020

@igorborgest I am using pip install awswrangler without specifying any version. I see in the path it is awswrangler-1.7.0.dist-info.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting error ResourceNumberLimitExceededException ...
Getting error ResourceNumberLimitExceededException ) when calling the UpdateTable operation: Number of TABLE_VERSION resources exceeds the limit 100000 per ...
Read more >
How to fix ResourceNumberLimitExceededException when ...
By default you are allowed only 25 jobs. Please verify if you reached the limit. If you need to create more jobs, you...
Read more >
UpdateTable - AWS Glue
A resource was not ready for a transaction. HTTP Status Code: 400. ResourceNumberLimitExceededException. A resource numerical limit was exceeded. HTTP Status ...
Read more >
What's really meaning of AWS Glue Error
Hi everyone, Recently, I faced the error `ERROR - Failed to run aws glue job, error: An error occurred (ResourceNumberLimitExceededException) when calling ......
Read more >
Table API - Amazon Glue - 亚马逊云科技
The Table API describes data types and operations associated with tables. Data types. Table structure. TableInput structure. Column structure. StorageDescriptor ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found