Skip to content

Commit dde85c9

Browse files
committed
docs rebuild
1 parent 2f579a5 commit dde85c9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Common functions for the GA4 Data Import API code samples.
3434
def 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

3939
Get the project number from the project id.
4040

@@ -79,7 +79,7 @@ Create a new bucket with the provided name in the provided project.
7979
def 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

8484
Add 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.
102102
def 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

107107
Deploy 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

127127
Deploy a trigger to the project.
128128

@@ -151,7 +151,7 @@ This file contains functions for creating a Compute Engine instance and static a
151151
def 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

156156
Create 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

185185
Create 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

214214
Add the provided SSH public key to the instance metadata.
215215

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ga4_data_import"
3-
version = "0.1.61"
3+
version = "0.1.65"
44
description = "Google Analytics 4 Data Import pipeline"
55
readme = "README.md"
66
requires-python = ">=3.7"

0 commit comments

Comments
 (0)