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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
boto2's layer1 list_tables (db.py, maybe health.py?) as well as boto3's list_tables (our lambda script in maintenance.py) return paginated results. We're incorrectly assuming we'll get back all tables in one shot.
Luckily this hasn't bitten us on staging/prod (yet) but it's hit me on our dev env.
The text was updated successfully, but these errors were encountered:
boto2's layer1 list_tables (db.py, maybe health.py?) as well as boto3's list_tables (our lambda script in maintenance.py) return paginated results. We're incorrectly assuming we'll get back all tables in one shot.
Luckily this hasn't bitten us on staging/prod (yet) but it's hit me on our dev env.
The text was updated successfully, but these errors were encountered: