mirror of https://github.com/buster-so/buster.git
schema lint cleanup
This commit is contained in:
parent
9966d96b36
commit
3d1394f591
|
@ -508,7 +508,9 @@ export const datasets = pgTable(
|
||||||
model: text(),
|
model: text(),
|
||||||
ymlFile: text('yml_file'),
|
ymlFile: text('yml_file'),
|
||||||
databaseIdentifier: text('database_identifier'),
|
databaseIdentifier: text('database_identifier'),
|
||||||
metadata: jsonb().$type<DatasetMetadata>().default(sql`'{
|
metadata: jsonb()
|
||||||
|
.$type<DatasetMetadata>()
|
||||||
|
.default(sql`'{
|
||||||
"rowCount": 0,
|
"rowCount": 0,
|
||||||
"sampleSize": 0,
|
"sampleSize": 0,
|
||||||
"samplingMethod": "none",
|
"samplingMethod": "none",
|
||||||
|
|
Loading…
Reference in New Issue