Skip to content

Commit 1770fb1

Browse files
author
paul.marcombes
committed
create_ga4_views function updated
1 parent 8a0a195 commit 1770fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigfunctions/ga4/create_ga4_views.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ code: |
2424
lax_string(file.path) as path,
2525
from unnest(
2626
json_query_array(
27-
bigfunctions.eu.get_json('https://api.github.com/repos/aliasoblomov/Bigquery-GA4-Queries/git/trees/main?recursive=true', null),
27+
{BIGFUNCTIONS_DATASET}.get_json('https://api.github.com/repos/aliasoblomov/Bigquery-GA4-Queries/git/trees/main?recursive=true', null),
2828
'$.tree'
2929
)
3030
) as file
@@ -43,7 +43,7 @@ code: |
4343
'.sql', ''),
4444
r'[\(\)\&]', ''
4545
) as name,
46-
bigfunctions.eu.get(
46+
{BIGFUNCTIONS_DATASET}.get(
4747
format(
4848
'https://raw.githubusercontent.com/aliasoblomov/Bigquery-GA4-Queries/refs/heads/main/%s',
4949
replace(path, ' ', '%20')

0 commit comments

Comments
 (0)