Skip to content

Commit df08b4e

Browse files
authored
Merge branch 'main' into hivanalejandro-migrate-region-step1-390409205
2 parents c49ea89 + 1a7e648 commit df08b4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datacatalog/cloud-client/createEntryGroup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const main = async (
2525
projectId = process.env.GOOGLE_CLOUD_PROJECT,
2626
entryGroupId
2727
) => {
28+
// [START data_catalog_create_entry_group]
2829
// [START datacatalog_create_entry_group_tag]
2930
// -------------------------------
3031
// Import required modules.
@@ -59,6 +60,7 @@ const main = async (
5960

6061
console.log(response);
6162
// [END datacatalog_create_entry_group_tag]
63+
// [END data_catalog_create_entry_group]
6264
};
6365

6466
// node createEntryGroup.js <projectId> <entryGroupId>

0 commit comments

Comments
 (0)