Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP Credits exhausted just in few BigQuery Queries - Getting list of Dependents #109

Open
rohitcoder opened this issue Oct 9, 2024 · 0 comments

Comments

@rohitcoder
Copy link

I was exploring the BigQuery Dataset, but I noticed I was charged 25,000 INR (the Entire 300$ Credits have been exhausted) just for 3 to 5 queries. I can't even explore GCP now because the credits have been exhausted. May I know why I was charged so much just for 3 to 5 queries?

These were my queries

SELECT *
FROM `bigquery-public-data.deps_dev_v1.Dependents`
WHERE name = "s3transfer" AND DependentIsHighestReleaseWithResolution = true AND MinimumDepth = 1
LIMIT 1000;
SELECT *
FROM `bigquery-public-data.deps_dev_v1.Dependents`
WHERE name = "hawk-scanner"
LIMIT 2;

This is shocking for me, I want to get Dependents list, which is not available via deps.dev API

Can someone please tell me why this happened, and how I could do this properly?

@rohitcoder rohitcoder changed the title GCP Credits exhausted just in few BigQuery Credits - Getting list of Dependents GCP Credits exhausted just in few BQuery Queries - Getting list of Dependents Oct 9, 2024
@rohitcoder rohitcoder changed the title GCP Credits exhausted just in few BQuery Queries - Getting list of Dependents GCP Credits exhausted just in few BigQuery Queries - Getting list of Dependents Oct 9, 2024
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

No branches or pull requests

1 participant