Skip to content

Commit

Permalink
fix: (data_catalog) update region tag in deleteFilesetEntry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hivanalejandro authored and NimJay committed Jan 16, 2025
1 parent eb8d3c1 commit fb12269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datacatalog/quickstart/deleteFilesetEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const main = async (
entryGroupId,
entryId
) => {
// [START data_catalog_delete_fileset_quickstart_tag]
// [START data_catalog_delete_fileset_quickstart]
// [START datacatalog_delete_fileset_quickstart_tag]
// -------------------------------
// Import required modules.
Expand Down Expand Up @@ -73,7 +73,7 @@ const main = async (
}
};
// [END datacatalog_delete_fileset_quickstart_tag]
// [END data_catalog_delete_fileset_quickstart_tag]
// [END data_catalog_delete_fileset_quickstart]

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

0 comments on commit fb12269

Please sign in to comment.