Expected Behavior
${REDIS_CONNECTION_STRING:"0.0.0.0:6379"}
-> when "REDIS_CONNECTION_STRING" is not set, i expect return value is "0.0.0.0:6379"
but not properly working
Current Behavior
only returns "${REDIS_CONNECTION_STRING:"0.0.0.0:6379"}"
Steps to reproduce
type that string is feature_store.yaml
Specifications
- Version: python3.9, feast 0.31.1
- Platform:
- Subsystem:
Possible Solution