SNOW-1473500: Ability to interpolate variables within config.toml
#1971
Labels
enhancement
The issue is a request for improvement or a new feature
feature
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
Description
When the snow cli creates the
config.toml
it does not interpolate the variables within the attribute values except for~
.e.g.
The
$KEYS_DIR
never gets interpolated while reading the key path.It will be nice to add variable interpolation support for all attribute values with in the
config.toml
.Context
No response
What is the desired behavior?
Expecting the parsing on
config.toml
expands the variables as needed.How would this improve
snowflake-connector-python
?It will improve the DevX and helps in automation where the automation tools can define their set of ENV variables to be used.
References and other background
No response
The text was updated successfully, but these errors were encountered: