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 1a7e648 commit 5bb54ccCopy full SHA for 5bb54cc
datacatalog/cloud-client/lookupEntry.js
@@ -22,6 +22,7 @@
22
* documentation at https://cloud.google.com/data-catalog/docs.
23
*/
24
const main = async (projectId, datasetId) => {
25
+ // [START data_catalog_lookup_dataset]
26
// [START datacatalog_lookup_dataset]
27
// -------------------------------
28
// Import required modules.
@@ -42,6 +43,7 @@ const main = async (projectId, datasetId) => {
42
43
const response = await lookup();
44
console.log(response);
45
// [END datacatalog_lookup_dataset]
46
+ // [END data_catalog_lookup_dataset]
47
};
48
49
// node lookupEntry.js <projectId> <datasetID>
0 commit comments