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

Incorrect projects-list.json generated by feast ui when using Postgres as a data source. #2843

Closed
AlexEijssen opened this issue Jun 23, 2022 · 0 comments · Fixed by #2845
Closed

Comments

@AlexEijssen
Copy link
Contributor

Expected Behavior

Correct generation of the projects-list.json when running feast ui.

Current Behavior

The generated projects-list.json does not contain a name in the dataSources field, causing the parser to fail.

Steps to reproduce

Setup feast with PostgreSQL as a data source.

Specifications

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

Adding name=self.name to to_proto() in postgres_source.py. And in general making the postgres_source.py file more similar to e.g., file_source.py.

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