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."