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 30cb1d7 commit b23608fCopy full SHA for b23608f
datacatalog/quickstart/createFilesetEntry.js
@@ -30,7 +30,7 @@ const main = async (
30
// -------------------------------
31
// Import required modules.
32
33
- const {DataCatalogClient} = require('@google-cloud/datacatalog').v1;
+ const { DataCatalogClient } = require('@google-cloud/datacatalog').v1;
34
const datacatalog = new DataCatalogClient();
35
36
@@ -72,7 +72,7 @@ const main = async (
72
const entry = {
73
displayName: 'My Fileset',
74
description: 'This fileset consists of ...',
75
- gcsFilesetSpec: {filePatterns: ['gs://my_bucket/*']},
+ gcsFilesetSpec: { filePatterns: ['gs://my_bucket/*'] },
76
schema: {
77
columns: [
78
{
0 commit comments