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.
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
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.