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

fix: Correctly generate projects-list.json when calling feast ui and using postgres as a source. #2844

Closed
wants to merge 3 commits into from

Conversation

AlexEijssen
Copy link
Contributor

What this PR does / why we need it:

This PR ensures the projects-list.json is generated correctly when calling feast ui and using Postgres as a data source, by adding name=self.name to to_proto(). It also adds description, tags and owner to the Postgres source which were previously missing.

Which issue(s) this PR fixes:

Fixes #2843

Fix for UI when using PostgreSQLSource. Adding name=self.name to to_proto() causes the projects-list.json to be generated correctly.
@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: AlexEijssen
To complete the pull request process, please assign mavysavydav after the PR has been reviewed.
You can assign the PR to them by writing /assign @mavysavydav in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@AlexEijssen AlexEijssen changed the title fix: correctly generate projects-list.json when calling feast ui and using postgres as a source. fix: Correctly generate projects-list.json when calling feast ui and using postgres as a source. Jun 23, 2022
AlexEijssen and others added 2 commits June 23, 2022 10:55
Fix for UI when using PostgreSQLSource. Adding name=self.name to to_proto() causes the projects-list.json to be generated correctly.

Signed-off-by: alex.eijssen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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