Skip to content

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

@AlexEijssen

Description

@AlexEijssen

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.

Metadata

Metadata

Assignees

No one assigned

    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