From 9ff5ffed3aa18b9a1c4dbc46105c399d6b0e5835 Mon Sep 17 00:00:00 2001 From: Ricardo Loo Foronda Date: Thu, 1 Feb 2024 10:22:47 -0500 Subject: [PATCH] feat: Add a note to the dataset and table descriptions The note explains that there is a delay from the time the release notes are published in the HTML versions until they are available in the `google_cloud_release_notes` dataset. --- .../infra/google_cloud_release_notes_dataset.tf | 2 +- datasets/google_cloud_release_notes/pipelines/dataset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datasets/google_cloud_release_notes/infra/google_cloud_release_notes_dataset.tf b/datasets/google_cloud_release_notes/infra/google_cloud_release_notes_dataset.tf index e6fe47f3e..d5412c3f0 100644 --- a/datasets/google_cloud_release_notes/infra/google_cloud_release_notes_dataset.tf +++ b/datasets/google_cloud_release_notes/infra/google_cloud_release_notes_dataset.tf @@ -18,7 +18,7 @@ resource "google_bigquery_dataset" "google_cloud_release_notes" { dataset_id = "google_cloud_release_notes" project = var.project_id - description = "This dataset contains release notes for the majority of generally available Google Cloud products found on cloud.google.com. You can use this BigQuery public dataset to consume release notes programmatically across all products. HTML versions of release notes are available within each product\u0027s documentation and also in a filterable format at https://console.cloud.google.com/release-notes." + description = "This dataset contains release notes for the majority of generally available Google Cloud products found on cloud.google.com. You can use this BigQuery public dataset to consume release notes programmatically across all products. HTML versions of release notes are available within each product\u0027s documentation and also in a filterable format at https://console.cloud.google.com/release-notes. Note: The release notes in this dataset are delayed a few days compared to the HTML versions." } output "bigquery_dataset-google_cloud_release_notes-dataset_id" { diff --git a/datasets/google_cloud_release_notes/pipelines/dataset.yaml b/datasets/google_cloud_release_notes/pipelines/dataset.yaml index 7a20e6c14..98c3738f2 100644 --- a/datasets/google_cloud_release_notes/pipelines/dataset.yaml +++ b/datasets/google_cloud_release_notes/pipelines/dataset.yaml @@ -22,4 +22,4 @@ dataset: resources: - type: bigquery_dataset dataset_id: google_cloud_release_notes - description: "This dataset contains release notes for the majority of generally available Google Cloud products found on cloud.google.com. You can use this BigQuery public dataset to consume release notes programmatically across all products. HTML versions of release notes are available within each product's documentation and also in a filterable format at https://console.cloud.google.com/release-notes." + description: "This dataset contains release notes for the majority of generally available Google Cloud products found on cloud.google.com. You can use this BigQuery public dataset to consume release notes programmatically across all products. HTML versions of release notes are available within each product's documentation and also in a filterable format at https://console.cloud.google.com/release-notes. Note: The release notes in this dataset are delayed a few days compared to the HTML versions."