Skip to content

Commit 73b5874

Browse files
authored
Target-based development env in bigquery-etl (#901)
1 parent 1a4137c commit 73b5874

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/cookbooks/scheduling_queries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Also, since the procedure for scheduling a query in this way is submitting a pul
2222

2323
For more information on how to use this approach, see [A quick guide to creating a derived dataset with bigquery-etl](https://mozilla.github.io/bigquery-etl/cookbooks/creating_a_derived_dataset/).
2424

25+
### Testing changes before deploying
26+
27+
bigquery-etl can run a query against real data in a private development environment before a pull request is opened, so a new or changed query can be validated — confirming it runs without errors and returns sensible numbers — without affecting the production tables that power live dashboards and metrics. See [Development workflows](https://mozilla.github.io/bigquery-etl/cookbooks/development_workflows/).
28+
2529
## Scheduling Queries using GCP
2630

2731
Finally, [you can schedule queries using GCP](https://cloud.google.com/bigquery/docs/scheduling-queries). This is generally not recommended, [reach out to the Data team](../concepts/getting_help.md) if you think you need to do this.

0 commit comments

Comments
 (0)