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 9b9d8f0 commit 37eec28Copy full SHA for 37eec28
datacatalog/cloud-client/lookupEntry.js
@@ -23,7 +23,6 @@
23
*/
24
const main = async (projectId, datasetId) => {
25
// [START data_catalog_lookup_dataset]
26
- // [START datacatalog_lookup_dataset]
27
// -------------------------------
28
// Import required modules.
29
@@ -42,7 +41,6 @@ const main = async (projectId, datasetId) => {
42
41
43
const response = await lookup();
44
console.log(response);
45
- // [END datacatalog_lookup_dataset]
46
// [END data_catalog_lookup_dataset]
47
};
48
0 commit comments