Skip to content

Instantly share code, notes, and snippets.

@WouterNieuwerth
Created August 24, 2023 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WouterNieuwerth/1de2eab56328575175767ef321c70375 to your computer and use it in GitHub Desktop.
Save WouterNieuwerth/1de2eab56328575175767ef321c70375 to your computer and use it in GitHub Desktop.
GA4_TABLE variable for dataform.json
{
"defaultSchema": "dataform",
"assertionSchema": "dataform_assertions",
"warehouse": "bigquery",
"defaultDatabase": "your-database",
"defaultLocation": "EU",
"vars": {
"GA4_TABLE": "events_*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment