Skip to content

Commit

Permalink
Update the GA4 data location for Views & Navigation
Browse files Browse the repository at this point in the history
The location was changed as a knock on effect of improving the
code space in Google's BigQuery Studio. The code is updated via a
trigger, and the location of the outputs needed a restructure as a
result of this.
  • Loading branch information
deborahchua committed Feb 8, 2024
1 parent 8882550 commit 3225574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/domain/etl/ga/views_and_navigation_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def fetch_data(date:)
query = <<~SQL
WITH CTE1 AS (
SELECT *
FROM `govuk-content-data.dataform.GA4 dataform`
FROM `govuk-content-data.ga4.GA4 dataform`
WHERE the_date = @date
)
SELECT
Expand Down

0 comments on commit 3225574

Please sign in to comment.