You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feast UI works correctly
I can see all Data Sources / Feature Views etc
Current Behavior
Nothing is show
Errors in console:
react_devtools_backend.js:4026 ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"featureServices",
0,
"meta",
"createdTimestamp"
],
"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
Steps to reproduce
build feature_store.yaml with SQLRegistry
deploy features to registry via "feast apply"
start webserver with "feast ui"
go to browser and try feast ui
Specifications
Version: 0.22.1
Platform: arm64
Subsystem: macOS
Possible Solution
insert create_timestamp columns into sql registry schema and write code to add it to registry proto
now there is no columns like "created_timestamp" in sql registry
The text was updated successfully, but these errors were encountered:
Expected Behavior
Feast UI works correctly
I can see all Data Sources / Feature Views etc
Current Behavior
Nothing is show
Errors in console:
Steps to reproduce
build feature_store.yaml with SQLRegistry
deploy features to registry via "feast apply"
start webserver with "feast ui"
go to browser and try feast ui
Specifications
Possible Solution
insert create_timestamp columns into sql registry schema and write code to add it to registry proto
now there is no columns like "created_timestamp" in sql registry
The text was updated successfully, but these errors were encountered: