Skip to content
Merged
Changes from all commits
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/quickstart/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_quickstart]
// [START datacatalog_create_fileset_quickstart_tag]
Copy link

Choose a reason for hiding this comment

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

medium

Duplicated region tag, remove this line.

// -------------------------------
// Import required modules.
Expand Down Expand Up @@ -125,6 +126,7 @@ const main = async (
console.log(response);
};
// [END datacatalog_create_fileset_quickstart_tag]
Comment on lines 127 to 128
Copy link

Choose a reason for hiding this comment

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

medium

The checklist should be updated before requesting this PR to be merged.

// [END data_catalog_create_fileset_quickstart]

// node createFilesetEntry.js <projectId> <entryGroupId> <entryId>
main(...process.argv.slice(2));
Loading