Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions datacatalog/cloud-client/createFilesetEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const main = async (
entryGroupId,
entryId
) => {
// [START data_catalog_create_fileset_tag]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new region tag should only appear once.

Suggested change
// [START data_catalog_create_fileset_tag]
// [START data_catalog_create_fileset_tag]

// [START datacatalog_create_fileset_tag]
// -------------------------------
// Import required modules.
Expand Down Expand Up @@ -101,6 +102,7 @@ const main = async (

console.log(response);
// [END datacatalog_create_fileset_tag]
// [END data_catalog_create_fileset_tag]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new region tag should only appear once.

Suggested change
// [END data_catalog_create_fileset_tag]
// [END data_catalog_create_fileset_tag]

};

// node createFilesetEntry.js <projectId> <entryGroupId> <entryId>
Expand Down
Loading