Skip to content

Commit

Permalink
fix: (data_catalog) migrate region tag in createFilesetEntry.js (#3948)
Browse files Browse the repository at this point in the history
* fix: (data_catalog) migrate region tag in createFilesetEntry.js

* fix: (data_catalog) update region tag in createFilesetEntry.js

---------

Co-authored-by: Jennifer Davis <[email protected]>
Co-authored-by: Nim Jayawardena <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent 0a0fd90 commit aa2a1e7
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]
// [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]
};

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

0 comments on commit aa2a1e7

Please sign in to comment.