GoogleCloudPlatform / marketing-analytics-jumpstart

Marketing Analytics Jumpstart consists of an easy, extensible and automated implementation of an end-to-end solution that enables Marketing Technology teams to store, transform, enrich with 1PD and analyze marketing data, and programmatically send predictive events to Google Analytics 4 to support conversion optimization and remarketing campaigns.
Apache License 2.0
102 stars 35 forks source link

Dataform Execution Fails #181

Open chmstimoteo opened 3 weeks ago

chmstimoteo commented 3 weeks ago

Dataform Execution steps fail due to misconfiguration on the terraform.tfvars file.

In the line https://github.com/GoogleCloudPlatform/marketing-analytics-jumpstart/blob/main/infrastructure/terraform/terraform-sample.tfvars#L34, the project id was added by mistake.

Fix: Remove the project id in that file, and redeploy the solution by running terraform .. apply.