We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3576d64 + 8c189db commit 1bfd4f7Copy full SHA for 1bfd4f7
datacatalog/quickstart/deleteFilesetEntry.js
@@ -27,7 +27,6 @@ const main = async (
27
entryId
28
) => {
29
// [START data_catalog_delete_fileset_quickstart]
30
- // [START datacatalog_delete_fileset_quickstart_tag]
31
// -------------------------------
32
// Import required modules.
33
@@ -72,7 +71,6 @@ const main = async (
72
71
console.log('Entry Group does not exist or is not empty.');
73
}
74
};
75
-// [END datacatalog_delete_fileset_quickstart_tag]
76
// [END data_catalog_delete_fileset_quickstart]
77
78
// node deleteFilesetEntry.js <projectId> <entryGroupId> <entryId>
0 commit comments