Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge 68e6b81 into 065c004
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdrabek committed Sep 3, 2018
2 parents 065c004 + 68e6b81 commit 9be45cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/SLI_history_dataset.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ resource "google_bigquery_dataset" "SLI_history_dataset" {
project = "${var.SLI_views_destination_project}"
dataset_id = "${var.SLI_history_dataset}"
location = "${var.SLI_views_location}"

labels {"bbq_metadata"=""}
}
2 changes: 2 additions & 0 deletions terraform/SLI_views_for_datastudio_dataset_with_views.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ resource "google_bigquery_dataset" "SLI_views_for_datastudio_legacy_dataset" {
dataset_id = "SLI_views_for_datastudio"
project = "${var.SLI_views_destination_project}"
location = "${var.SLI_views_location}"

labels {"bbq_metadata"=""}
}

resource "google_bigquery_table" "SLI_X_days_view" {
Expand Down
2 changes: 2 additions & 0 deletions terraform/SLI_views_legacy_dataset.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ resource "google_bigquery_dataset" "SLI_views_legacy_dataset" {
dataset_id = "${var.SLI_views_legacy_dataset}"
project = "${var.SLI_views_destination_project}"
location = "${var.SLI_views_location}"

labels {"bbq_metadata"=""}
}
2 changes: 2 additions & 0 deletions terraform/datastore_export_views_legacy_dataset_with_views.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ resource "google_bigquery_dataset" "datastore_export_views_legacy_view" {
dataset_id = "${var.datastore_export_views_dataset}"
project = "${var.datastore_export_project}"
location = "${var.SLI_views_location}"

labels {"bbq_metadata"=""}
}

resource "google_bigquery_table" "last_table_view" {
Expand Down

0 comments on commit 9be45cf

Please sign in to comment.