简体   繁体   中英

Getting error while querying to get tables partition metadata in bigquery

BigQuery project has one dataset and around 1005 tables.I am running query to get partition metadata for tables.

Query is SELECT count(*) FROM bq-tf-test-500-298.unravelFr8ks4.INFORMATION_SCHEMA.PARTITIONS;

Following error getting INFORMATION_SCHEMA.PARTITIONS query attempted to read too many tables. Please add more restrictive filters INFORMATION_SCHEMA.PARTITIONS query attempted to read too many tables. Please add more restrictive filters Attaching Query screenshot

Partitions view is currently at Preview state at the moment. It is possible that it tables it can read are limited. As the message suggests, a workaround of adding more filters could run your query.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM