From 5bb5fea2c9117b6ae5a9395d215a030e7e06e3a6 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 18 Mar 2024 17:10:23 +0000 Subject: [PATCH] OPS: Add cloud function and update bigquery table in terraform config --- terraform/bigquery.tf | 42 ++++++++++++++++++++++++++++++------------ terraform/functions.tf | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 12 deletions(-) create mode 100644 terraform/functions.tf diff --git a/terraform/bigquery.tf b/terraform/bigquery.tf index 448594fce..d48391221 100644 --- a/terraform/bigquery.tf +++ b/terraform/bigquery.tf @@ -1,6 +1,6 @@ resource "google_bigquery_dataset" "test_dataset" { dataset_id = "octue_sdk_python_test_dataset" - description = "A dataset for testing BigQuery subscriptions for the Octue SDK." + description = "A dataset for testing storing events for the Octue SDK." location = "EU" labels = { @@ -19,31 +19,49 @@ resource "google_bigquery_table" "test_table" { schema = <