christina-abridge

Results 2 comments of christina-abridge

Hi @CorieW, here are my configuration parameters. VIEW_TYPE is "materialized_non_incremental" params = { BIGQUERY_PROJECT_ID = data.google_project.current.project_id DATASET_LOCATION = local.bigquery_dataset_location DATABASE_REGION = local.firestore_database_location COLLECTION_PATH = "provider-conversations/{id}/medication-orders" WILDCARD_IDS = false DATASET_ID =...

Hi @cabljac, are you suggesting if we want to change the latest view from standard view to a materialized view, we need to drop the old view first? It seems...