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 18, 2025
2 parents d080e91 + 0a0fd90 commit 4b7657c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 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
2 changes: 0 additions & 2 deletions datacatalog/quickstart/deleteFilesetEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const main = async (
entryId
) => {
// [START data_catalog_delete_fileset_quickstart]
// [START datacatalog_delete_fileset_quickstart_tag]
// -------------------------------
// Import required modules.
// -------------------------------
Expand Down Expand Up @@ -72,7 +71,6 @@ const main = async (
console.log('Entry Group does not exist or is not empty.');
}
};
// [END datacatalog_delete_fileset_quickstart_tag]
// [END data_catalog_delete_fileset_quickstart]

// node deleteFilesetEntry.js <projectId> <entryGroupId> <entryId>
Expand Down

0 comments on commit 4b7657c

Please sign in to comment.