doitintl / bigquery-optimization-queries

Queries to assist with BigQuery cost and performance.
MIT License
72 stars 31 forks source link

information_schema/top_billed_queries.sql - order by cost #19

Open renato-doit opened 2 weeks ago

renato-doit commented 2 weeks ago

in the file mentioned in the title, line 51 is throwing an error reading: "Query error: Unrecognized name: cost at [51:3]"

Changing it to "on_demand_cost" solves it.