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
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"}"
maybe that function developed via (0433459)
could you tell me the code how can get default value with parsing?
Steps to reproduce
type that string is feature_store.yaml
Specifications
Possible Solution