@@ -34,7 +34,7 @@ Common functions for the GA4 Data Import API code samples.
3434def get_project_number (project_id : str )
3535```
3636
37- [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/common.py#L9 )
37+ [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/common.py#L7 )
3838
3939Get the project number from the project id.
4040
@@ -79,7 +79,7 @@ Create a new bucket with the provided name in the provided project.
7979def add_bucket_read_access (bucket_name : str , service_account_email : str )
8080```
8181
82- [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/storage.py#L28 )
82+ [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/storage.py#L31 )
8383
8484Add read access to the bucket for the compute service account.
8585
@@ -102,7 +102,7 @@ Workflow deployment module to configure BigQuery export to Cloud Storage.
102102def deploy_workflow (project_id , region , workflow_id , service_account_email )
103103```
104104
105- [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/workflow.py#L20 )
105+ [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/workflow.py#L15 )
106106
107107Deploy a workflow to the project.
108108
@@ -122,7 +122,7 @@ def deploy_scheduler(project_id, region, scheduler_id, service_account_email,
122122 schedule , workflow_id , query , storage_path )
123123```
124124
125- [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/workflow.py#L90 )
125+ [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/workflow.py#L85 )
126126
127127Deploy a trigger to the project.
128128
@@ -151,7 +151,7 @@ This file contains functions for creating a Compute Engine instance and static a
151151def create_static_address (project_id : str , region : str , instance_name : str )
152152```
153153
154- [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/compute.py#L32 )
154+ [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/compute.py#L23 )
155155
156156Create a static address with the provided name, project id, and region.
157157
@@ -180,7 +180,7 @@ def create_instance(instance_name: str,
180180 service_account_email : str = " " )
181181```
182182
183- [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/compute.py#L66 )
183+ [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/compute.py#L57 )
184184
185185Create a Compute Engine instance with the provided name, project id, zone, and bucket name.
186186
@@ -209,7 +209,7 @@ def add_server_pub_key(project_id: str, zone: str, instance_name: str,
209209 pub_key : str , username : str )
210210```
211211
212- [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/compute.py#L202 )
212+ [[ view_source]] ( https://github.com/max-ostapenko/ga4_data_import/blob/main/ga4_data_import/compute.py#L196 )
213213
214214Add the provided SSH public key to the instance metadata.
215215
0 commit comments