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 8c189db commit 0a0fd90Copy full SHA for 0a0fd90
datacatalog/cloud-client/createEntryGroup.js
@@ -26,7 +26,6 @@ const main = async (
26
entryGroupId
27
) => {
28
// [START data_catalog_create_entry_group]
29
- // [START datacatalog_create_entry_group_tag]
30
// -------------------------------
31
// Import required modules.
32
@@ -59,7 +58,6 @@ const main = async (
59
58
const [response] = await datacatalog.createEntryGroup(entryGroupRequest);
60
61
console.log(response);
62
- // [END datacatalog_create_entry_group_tag]
63
// [END data_catalog_create_entry_group]
64
};
65
0 commit comments