Usage and Cost Estimation
daniel-zuckerberg opened this issue · 2 comments
daniel-zuckerberg commented
Usage and costs from CRMint will primarily be driven by BigQuery queries for deployments with large datasets. As such, can you incorporate the query dry run feature so that there is a way to understand the expected usage and costs before recurring jobs are deployed by CRMint?
Reference: https://cloud.google.com/bigquery/docs/dry-run-queries
instant-bqml commented
Dry Run functionality was added to the BQScriptExecutor worker in #364 and is now incorporated in the master branch.
dulacp commented
Thanks @daniel-zuckerberg for the initial feedback.
The PR #364 has been merged as stated above, it's now part of the solution.