From a114cb70cbfa6d02614d1a76dd3cc2eed7d40df1 Mon Sep 17 00:00:00 2001 From: LiamMcFall <42352079+LiamMcFall@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:58:34 -0400 Subject: [PATCH 1/2] Update connecting_external_data_bigquery.md --- src/cookbooks/operational/connecting_external_data_bigquery.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cookbooks/operational/connecting_external_data_bigquery.md b/src/cookbooks/operational/connecting_external_data_bigquery.md index 19f7b4cc0..dea976698 100644 --- a/src/cookbooks/operational/connecting_external_data_bigquery.md +++ b/src/cookbooks/operational/connecting_external_data_bigquery.md @@ -54,6 +54,7 @@ fields: 7. Go to the spreadsheet, click on "Share" and add the following service account as _Editor_: `jenkins-node-default@moz-fx-data-terraform-admin.iam.gserviceaccount.com` - This is necessary to ensure the correct access permissions get applied to the spreadsheet 8. Open a pull-request against [bigquery-etl](https://github.com/mozilla/bigquery-etl) and tag someone for review. + - Due to the permissions required, it is not possibly to build and QA this table before it is deployed after merging. 9. Once the PR has been reviewed and merged, the table will be available the next day in BigQuery. - If the table should be made available immediately, then go to the [`bqetl_artifact_deployment` Airflow DAG](https://workflow.telemetry.mozilla.org/dags/bqetl_artifact_deployment/grid) and clear the `publish_new_tables` task. This might need to be done by a data engineer or someone who has permissions to trigger and clear tasks in Airflow. The table will be available as soon as the task finishes. From f55cd919ad415d72aa228a462b2c7191e28888b6 Mon Sep 17 00:00:00 2001 From: Anna Scholtz Date: Mon, 14 Jul 2025 08:36:50 -0700 Subject: [PATCH 2/2] Update src/cookbooks/operational/connecting_external_data_bigquery.md --- src/cookbooks/operational/connecting_external_data_bigquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cookbooks/operational/connecting_external_data_bigquery.md b/src/cookbooks/operational/connecting_external_data_bigquery.md index dea976698..01188e114 100644 --- a/src/cookbooks/operational/connecting_external_data_bigquery.md +++ b/src/cookbooks/operational/connecting_external_data_bigquery.md @@ -54,7 +54,7 @@ fields: 7. Go to the spreadsheet, click on "Share" and add the following service account as _Editor_: `jenkins-node-default@moz-fx-data-terraform-admin.iam.gserviceaccount.com` - This is necessary to ensure the correct access permissions get applied to the spreadsheet 8. Open a pull-request against [bigquery-etl](https://github.com/mozilla/bigquery-etl) and tag someone for review. - - Due to the permissions required, it is not possibly to build and QA this table before it is deployed after merging. + - Due to the permissions required, it is not possible to build and QA this table before it is deployed after merging. 9. Once the PR has been reviewed and merged, the table will be available the next day in BigQuery. - If the table should be made available immediately, then go to the [`bqetl_artifact_deployment` Airflow DAG](https://workflow.telemetry.mozilla.org/dags/bqetl_artifact_deployment/grid) and clear the `publish_new_tables` task. This might need to be done by a data engineer or someone who has permissions to trigger and clear tasks in Airflow. The table will be available as soon as the task finishes.