Skip to content

Commit

Permalink
Merge branch 'main' into hivanalejandro-migrate-region-step1-389810838
Browse files Browse the repository at this point in the history
  • Loading branch information
iennae authored Jan 16, 2025
2 parents dbdab85 + 1a7e648 commit dc0396f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datacatalog/cloud-client/createEntryGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const main = async (
projectId = process.env.GOOGLE_CLOUD_PROJECT,
entryGroupId
) => {
// [START data_catalog_create_entry_group]
// [START datacatalog_create_entry_group_tag]
// -------------------------------
// Import required modules.
Expand Down Expand Up @@ -59,6 +60,7 @@ const main = async (

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

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

0 comments on commit dc0396f

Please sign in to comment.