Skip to content

Commit

Permalink
fix: (data_catalog) update region tag in createEntryGroup.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 23ee1d7 commit 1a7e648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datacatalog/cloud-client/createEntryGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const main = async (
projectId = process.env.GOOGLE_CLOUD_PROJECT,
entryGroupId
) => {
// [START data_catalog_create_entry_group_tag]
// [START data_catalog_create_entry_group]
// [START datacatalog_create_entry_group_tag]
// -------------------------------
// Import required modules.
Expand Down Expand Up @@ -60,7 +60,7 @@ const main = async (

console.log(response);
// [END datacatalog_create_entry_group_tag]
// [END data_catalog_create_entry_group_tag]
// [END data_catalog_create_entry_group]
};

// node createEntryGroup.js <projectId> <entryGroupId>
Expand Down

0 comments on commit 1a7e648

Please sign in to comment.