Skip to content

gary-beautypie/dbt-google-analytics-360

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBT Google Analytics 360

DBT package for Google Analytics 360 data based on the ingestion schema from Stitch data.
This package is currently intended for Snowflake use, other databases to follow.

Installation

  1. Add the following to your packages.yml file
- package: beautypie/google_analytics_360
  version: 0.1.0
  1. By default this will look into the google_analytics_360 schema of your profile database.
    If this is not where your data is, please add the following to your dbt_project.yml:
vars:
  google_analytics_database: your_google_analytics_database
  google_analytics_schema: your_google_analytics_schema
  1. (Optional) It's possible that your ingestion is run outside of Stitch and the table names don't match, in this case you can provide them as follows.
vars:
  google_analytics_sessions: SESSIONS
  google_analytics_hits: HITS
  1. Run dbt deps

About

DBT package for Google Analytics 360 data export

Resources

License

Stars

Watchers

Forks

Packages

No packages published