Skip to content

Commit

Permalink
fix: (data_catalog) migrate region tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hivanalejandro committed Jan 14, 2025
1 parent 24cf623 commit b3ad982
Showing 1 changed file with 2 additions and 0 deletions.
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_tag]
// [START datacatalog_create_fileset_quickstart_tag]
// -------------------------------
// Import required modules.
Expand Down Expand Up @@ -125,6 +126,7 @@ const main = async (
console.log(response);
};
// [END datacatalog_create_fileset_quickstart_tag]
// [END data_catalog_create_fileset_quickstart_tag]

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

0 comments on commit b3ad982

Please sign in to comment.