Skip to content

Commit

Permalink
fix: (data_catalog) migrate region tag in createFilesetEntry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hivanalejandro committed Jan 14, 2025
1 parent 24cf623 commit d75cdaa
Showing 1 changed file with 2 additions and 0 deletions.
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]
// [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]
};

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

0 comments on commit d75cdaa

Please sign in to comment.