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.
1 parent 24cf623 commit b3ad982Copy full SHA for b3ad982
datacatalog/quickstart/createFilesetEntry.js
@@ -26,6 +26,7 @@ const main = async (
26
entryGroupId,
27
entryId
28
) => {
29
+ // [START data_catalog_create_fileset_quickstart_tag]
30
// [START datacatalog_create_fileset_quickstart_tag]
31
// -------------------------------
32
// Import required modules.
@@ -125,6 +126,7 @@ const main = async (
125
126
console.log(response);
127
};
128
// [END datacatalog_create_fileset_quickstart_tag]
129
+// [END data_catalog_create_fileset_quickstart_tag]
130
131
// node createFilesetEntry.js <projectId> <entryGroupId> <entryId>
132
main(...process.argv.slice(2));
0 commit comments