# Functions
All returns environment variables that are defined in both os.Environ and this package.
Get key from the context or the environment.
Lookup key in the context or the the environment.
NewConfigLoader creates Databricks SDK Config loader that is aware of env.Set variables:
ctx = env.Set(ctx, "DATABRICKS_WAREHOUSE_ID", "...")
Usage:
&config.Config{ Loaders: []config.Loader{ env.NewConfigLoader(ctx), config.ConfigAttributes, config.ConfigFile, }, }.
Set key on the context.
No description provided by the author
No description provided by the author
# Variables
ErrNoHOME indicates the absence of $HOME env variable.