Skip to content

Commit 558a588

Browse files
hivanalejandroiennae
authored andcommitted
fix: (data_catalog) delete deprecated region tag in cloud-client/createFilesettEntry.js
1 parent b23608f commit 558a588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datacatalog/cloud-client/createFilesetEntry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const main = async (
3030
// -------------------------------
3131
// Import required modules.
3232
// -------------------------------
33-
const {DataCatalogClient} = require('@google-cloud/datacatalog').v1;
33+
const { DataCatalogClient } = require('@google-cloud/datacatalog').v1;
3434
const datacatalog = new DataCatalogClient();
3535

3636
// Currently, Data Catalog stores metadata in the
@@ -49,7 +49,7 @@ const main = async (
4949
const entry = {
5050
displayName: 'My Fileset',
5151
description: 'This fileset consists of ....',
52-
gcsFilesetSpec: {filePatterns: ['gs://my_bucket/*']},
52+
gcsFilesetSpec: { filePatterns: ['gs://my_bucket/*'] },
5353
schema: {
5454
columns: [
5555
{

0 commit comments

Comments
 (0)