Skip to content

Feast UI breaks with savedDatasets #2996

@eso-exs

Description

@eso-exs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions