-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I'm encountering an issue with Feast UI which stops working after I create a Dataset in Snowflake. This is the console error that I am seeing:
query.js:356 ZodError: [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"savedDatasets",
0,
"spec",
"storage",
"fileStorage"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"savedDatasets",
0,
"spec",
"featureService"
],
"message": "Required"
}
]
at yk (index.mjs:449:23)
at n.value (index.mjs:561:16)
at n.value (index.mjs:541:29)
at useLoadRegistry.ts:35:47
Metadata
Metadata
Assignees
Labels
No labels