Last active
January 10, 2020 22:03
-
-
Save konosp/de953a70519239bf6e5f22f090817d09 to your computer and use it in GitHub Desktop.
Adobe Analytics Clickstream & dbt Models
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adobe-clickstream-bigquery: | |
| target: local-dev | |
| outputs: | |
| local-dev: | |
| type: bigquery | |
| method: oauth | |
| project: <project name> | |
| dataset: adobe_analytics_dbt_posts | |
| threads: 1 | |
| timeout_seconds: 300 | |
| location: EU | |
| priority: interactive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adobe-clickstream-bigquery: | |
| target: local-dev | |
| outputs: | |
| local-dev: | |
| type: bigquery | |
| method: oauth | |
| project: <project name> | |
| dataset: adobe_analytics_dbt_posts # You can also use "schema" here | |
| threads: 1 | |
| timeout_seconds: 300 | |
| location: EU # Optional, one of US or EU | |
| priority: interactive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment