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 b23608f commit 558a588Copy full SHA for 558a588
datacatalog/cloud-client/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
// Currently, Data Catalog stores metadata in the
@@ -49,7 +49,7 @@ const main = async (
49
const entry = {
50
displayName: 'My Fileset',
51
description: 'This fileset consists of ....',
52
- gcsFilesetSpec: {filePatterns: ['gs://my_bucket/*']},
+ gcsFilesetSpec: { filePatterns: ['gs://my_bucket/*'] },
53
schema: {
54
columns: [
55
{
0 commit comments