Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feast UI breaks with savedDatasets #2996

Closed
eso-exs opened this issue Aug 2, 2022 · 1 comment · Fixed by #3124
Closed

Feast UI breaks with savedDatasets #2996

eso-exs opened this issue Aug 2, 2022 · 1 comment · Fixed by #3124

Comments

@eso-exs
Copy link

eso-exs commented Aug 2, 2022

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
@AlexEijssen
Copy link
Contributor

Hi, I'm experiencing the same issue when testing my implementation of Postgres. If you look at the zod parser it expects the values you're missing here: https://github.com/feast-dev/feast/blob/master/ui/src/parsers/feastSavedDataset.ts
I tested it locally making those values optional and it works, but it will take me some time to submit my PR for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants