We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13438a2 commit f74cf1dCopy full SHA for f74cf1d
bigfunctions/load/saas/load_pinterest_report.yaml
@@ -28,14 +28,14 @@ output:
28
name: result
29
type: string
30
examples:
31
- - description: |
32
- Download daily google trends comparing bigquery and snowflake
33
-
34
- { width=600 }
+ - description: ""
35
arguments:
36
- "your_project.dataset.table"
37
- - ['bigquery', 'snowflake']
38
- - "2024-01"
+ - 12345
+ - 678910
+ - '123445666'
+ - ENCRYPTED_SECRET(kdoekdswlxzapdldpzlfpfd)
+ - ENCRYPTED_SECRET(sqdksdoxlkwcmll;d;smgre)
39
code: | #sql
40
declare query string;
41
declare destination_dataset string;
0 commit comments