Skip to content

Commit

Permalink
feat: Add a note to the dataset and table descriptions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ricalo committed Feb 1, 2024
1 parent fbd5ec2 commit 9ff5ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion datasets/google_cloud_release_notes/pipelines/dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 9ff5ffe

Please sign in to comment.