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

Bug in version 0.39.0: Custom project description, which is specified in the project_description variable, is not displayed #4508

Open
dejavu284 opened this issue Sep 10, 2024 · 0 comments

Comments

@dejavu284
Copy link

On the main page of feast ui, it says:
feast_ui_main
"Note: We encourage you to replace this welcome message with more suitable content for your team. You can do so by specifying a project_description in your feature_store.yaml file.". This doesn't work.

Expected Behavior: The description specified in the project_description variable is displayed on the feast ui home page.

Current Behavior: Currently, if you try to replace the default project description by adding your own description to the project_description field, the description on the main page remains default.

Steps to reproduce

  • Create new conda env: conda create -n feast-mvp
  • Install python: conda install python==3.9.13
  • Install feast: pip install feast==0.39.0
  • Create a feature_store.yaml file:
    "
    project: feature_store_DEV
    project_description: Check if the project description is displayed
    ...
    "
  • Open feast ui: feast -f feature_store.yaml ui --port 8080

Specifications

  • Version: 0.39.0
  • Platform: windows
  • Subsystem: wsl ubuntu

Possible Solution: Implement in the code to replace the base description with the description from the project_description field

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

No branches or pull requests

1 participant