Skip to content

Commit

Permalink
Update export-procedures.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Dec 9, 2024
1 parent 5dec332 commit 3b98a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resource "google_bigquery_routine" "export_churn_propensity_procedure" {
routine_id = "export_churn_propensity_predictions"
routine_type = "PROCEDURE"
language = "SQL"
definition_body = data.template_file.purchase_propensity_csv_export_query.rendered
definition_body = data.template_file.churn_propensity_csv_export_query.rendered
description = "Export purchase propensity predictions as CSV for GA4 User Data Import"
arguments {
name = "prediction_table_name"
Expand Down

0 comments on commit 3b98a4b

Please sign in to comment.