Skip to content

Instantly share code, notes, and snippets.

@konosp
Last active January 10, 2020 22:03
Show Gist options
  • Select an option

  • Save konosp/de953a70519239bf6e5f22f090817d09 to your computer and use it in GitHub Desktop.

Select an option

Save konosp/de953a70519239bf6e5f22f090817d09 to your computer and use it in GitHub Desktop.
Adobe Analytics Clickstream & dbt Models
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
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