Skip to content

Commit

Permalink
fix: (data_catalog) update region tag in lookuptEntry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hivanalejandro authored and iennae committed Jan 16, 2025
1 parent 1a7e648 commit 5bb54cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datacatalog/cloud-client/lookupEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* documentation at https://cloud.google.com/data-catalog/docs.
*/
const main = async (projectId, datasetId) => {
// [START data_catalog_lookup_dataset]
// [START datacatalog_lookup_dataset]
// -------------------------------
// Import required modules.
Expand All @@ -42,6 +43,7 @@ const main = async (projectId, datasetId) => {
const response = await lookup();
console.log(response);
// [END datacatalog_lookup_dataset]
// [END data_catalog_lookup_dataset]
};

// node lookupEntry.js <projectId> <datasetID>
Expand Down

0 comments on commit 5bb54cc

Please sign in to comment.