Skip to content

Commit 8a0a195

Browse files
author
paul.marcombes
committed
create_ga4_views function updated
1 parent 9761df9 commit 8a0a195

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

bigfunctions/ga4/create_ga4_views.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ arguments:
1010
type: string
1111
- name: destination_dataset
1212
type: string
13-
examples: []
13+
examples:
14+
- description: ""
15+
arguments:
16+
- "'your-project.your_ga4_dataset'"
17+
- "'your-project.your_destination_dataset'"
18+
output: "success"
1419
code: |
1520
create or replace temp table code as
1621
@@ -72,4 +77,4 @@ code: |
7277
execute immediate record.code;
7378
exception when error then
7479
end;
75-
end for;
80+
end for;

0 commit comments

Comments
 (0)