I can see metadata details of tables in BigQuery, but for project estimations I'm hoping to see metadata of the entire dataset.
SELECT * From 'dataset'._TABLES_SUMMARY_WHERE size_bytes>0 isn't working for me.
SELECT SUM(size_bytes) AS bytes
FROM [yourdataset.__TABLES__]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With