File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const main = async (
30
30
// -------------------------------
31
31
// Import required modules.
32
32
// -------------------------------
33
- const { DataCatalogClient } = require ( '@google-cloud/datacatalog' ) . v1 ;
33
+ const { DataCatalogClient} = require ( '@google-cloud/datacatalog' ) . v1 ;
34
34
const datacatalog = new DataCatalogClient ( ) ;
35
35
36
36
// Currently, Data Catalog stores metadata in the
@@ -49,7 +49,7 @@ const main = async (
49
49
const entry = {
50
50
displayName : 'My Fileset' ,
51
51
description : 'This fileset consists of ....' ,
52
- gcsFilesetSpec : { filePatterns : [ 'gs://my_bucket/*' ] } ,
52
+ gcsFilesetSpec : { filePatterns : [ 'gs://my_bucket/*' ] } ,
53
53
schema : {
54
54
columns : [
55
55
{
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const main = async (
30
30
// -------------------------------
31
31
// Import required modules.
32
32
// -------------------------------
33
- const { DataCatalogClient } = require ( '@google-cloud/datacatalog' ) . v1 ;
33
+ const { DataCatalogClient} = require ( '@google-cloud/datacatalog' ) . v1 ;
34
34
const datacatalog = new DataCatalogClient ( ) ;
35
35
36
36
// -------------------------------
@@ -72,7 +72,7 @@ const main = async (
72
72
const entry = {
73
73
displayName : 'My Fileset' ,
74
74
description : 'This fileset consists of ...' ,
75
- gcsFilesetSpec : { filePatterns : [ 'gs://my_bucket/*' ] } ,
75
+ gcsFilesetSpec : { filePatterns : [ 'gs://my_bucket/*' ] } ,
76
76
schema : {
77
77
columns : [
78
78
{
You can’t perform that action at this time.
0 commit comments