Skip to content

Commit

Permalink
fix: (data_catalog) delete deprecated region tag in deleteFilesettEnt…
Browse files Browse the repository at this point in the history
…ry.js
  • Loading branch information
hivanalejandro authored and iennae committed Jan 18, 2025
1 parent fb12269 commit 8c189db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datacatalog/quickstart/deleteFilesetEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const main = async (
entryId
) => {
// [START data_catalog_delete_fileset_quickstart]
// [START datacatalog_delete_fileset_quickstart_tag]
// -------------------------------
// Import required modules.
// -------------------------------
Expand Down Expand Up @@ -72,7 +71,6 @@ const main = async (
console.log('Entry Group does not exist or is not empty.');
}
};
// [END datacatalog_delete_fileset_quickstart_tag]
// [END data_catalog_delete_fileset_quickstart]

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

0 comments on commit 8c189db

Please sign in to comment.