Skip to content

Commit

Permalink
fix: (data_catalog) delete deprecated region tag in createtEntryGroup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hivanalejandro authored and iennae committed Jan 18, 2025
1 parent 8c189db commit 0a0fd90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datacatalog/cloud-client/createEntryGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const main = async (
entryGroupId
) => {
// [START data_catalog_create_entry_group]
// [START datacatalog_create_entry_group_tag]
// -------------------------------
// Import required modules.
// -------------------------------
Expand Down Expand Up @@ -59,7 +58,6 @@ const main = async (
const [response] = await datacatalog.createEntryGroup(entryGroupRequest);

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

Expand Down

0 comments on commit 0a0fd90

Please sign in to comment.