Skip to content

Commit 26afab8

Browse files
hivanalejandroiennae
authored andcommitted
fix: (data_catalog) migrate region tag
1 parent 24cf623 commit 26afab8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datacatalog/cloud-client/createEntryGroup.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ const main = async (
2525
projectId = process.env.GOOGLE_CLOUD_PROJECT,
2626
entryGroupId
2727
) => {
28+
// [START data_catalog_create_entry_group_tag]
2829
// [START datacatalog_create_entry_group_tag]
2930
// -------------------------------
3031
// Import required modules.
3132
// -------------------------------
32-
const {DataCatalogClient} = require('@google-cloud/datacatalog').v1;
33+
const { DataCatalogClient } = require('@google-cloud/datacatalog').v1;
3334
const datacatalog = new DataCatalogClient();
3435

3536
// Currently, Data Catalog stores metadata in the
@@ -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_tag]
6264
};
6365

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

0 commit comments

Comments
 (0)