Skip to content

Commit 37eec28

Browse files
hivanalejandroiennae
authored andcommitted
fix: (data_catalog) delete deprecated region tag in lookupEntry.js
1 parent 9b9d8f0 commit 37eec28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datacatalog/cloud-client/lookupEntry.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424
const main = async (projectId, datasetId) => {
2525
// [START data_catalog_lookup_dataset]
26-
// [START datacatalog_lookup_dataset]
2726
// -------------------------------
2827
// Import required modules.
2928
// -------------------------------
@@ -42,7 +41,6 @@ const main = async (projectId, datasetId) => {
4241

4342
const response = await lookup();
4443
console.log(response);
45-
// [END datacatalog_lookup_dataset]
4644
// [END data_catalog_lookup_dataset]
4745
};
4846

0 commit comments

Comments
 (0)