Reputation: 2180
Seems like a 1000 table limit happens and we have to start deleting old tables.
Any way we can get an increase?
Upvotes: 3
Views: 1003
Reputation: 3251
There isn't a hard limit on tables in a dataset at present. They can definitely have more than 1000 tables. You may be having problems getting a full list of them.
bq ls -n 2000 <DATASET_ID>
to list 2000 tables, for example.Upvotes: 5