Skip to content

Commit f05232c

Browse files
committed
Improve metadata error messages
1 parent 161155b commit f05232c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/test_metadata/invalid_graphs.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,13 @@
125125
"table path": "TableName",
126126
"unique properties": ["key"],
127127
"properties": [
128-
{"name": "property"}
128+
{
129+
"name": "column_name",
130+
"type": "table column",
131+
"column name": "column_name",
132+
"data type": "string",
133+
"description": "column description"
134+
}
129135
]
130136
}
131137
],

0 commit comments

Comments
 (0)