We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Correct generation of the projects-list.json when running feast ui.
The generated projects-list.json does not contain a name in the dataSources field, causing the parser to fail.
Setup feast with PostgreSQL as a data source.
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: