fix: Fixed project_description to set in registry and UI by ntkathole · Pull Request #5602 · feast-dev/feast
What this PR does / why we need it:
Setting project_description in feature_store.yaml should set project description and visible in UI. This fix reads project description from repo config and set it in registry, also UI reads this project description if available and set it instead of default message.
Which issue(s) this PR fixes:
Fixes #4508
