Skip to content

[FAQ Bot] NEW: How can I estimate the cost of executed queries in BigQuery within a spe#149

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
faq-bot/issue-148
Closed

[FAQ Bot] NEW: How can I estimate the cost of executed queries in BigQuery within a spe#149
github-actions[bot] wants to merge 1 commit intomainfrom
faq-bot/issue-148

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2026

✨ FAQ NEW

Course: machine-learning-zoomcamp
Section: general (Addresses a general operational question about monitoring and cost visibility in BigQuery; does not fit ML-specific modules, so place under General/Misc.)
Related Issue: #148

Question

How can I estimate the cost of executed queries in BigQuery within a specific time window, and identify which users ran them and when?

Decision Rationale

No existing FAQ covers estimating BigQuery query costs over a time window or identifying which users ran those queries. This provides a practical, reusable method.

Placement Details

  • Section ID: general
  • Sort Order: End of section
  • Filename Slug: bigquery-cost-estimate-queries

⚠️ Warnings

  • Ensure you have access to the INFORMATION_SCHEMA.JOBS_BY_PROJECT view for your project/region.
  • The query itself may incur costs if scanning large datasets; apply a reasonable time window and scope.
  • Replace the project-id and region placeholders with your actual values.

🤖 Generated by FAQ Bot

Closes #148

@alexeygrigorev
Copy link
Member

wrong course

@alexeygrigorev alexeygrigorev deleted the faq-bot/issue-148 branch February 7, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to estimate query execution costs in Bigquery?

1 participant