Creates a Profile from a databrickscfg file and/or environment variables.
Both sources are read by default: the config file is loaded and DATABRICKS_* environment variables are overlaid on top (env takes precedence). This holds whether or not a specific ProfileOptions.profile or ProfileOptions.configFile is given. Disable the config file with ProfileOptions.noProfile and the environment overlay with ProfileOptions.disableEnv.
Optional
Creates a Profile from a databrickscfg file and/or environment variables.
Both sources are read by default: the config file is loaded and DATABRICKS_* environment variables are overlaid on top (env takes precedence). This holds whether or not a specific ProfileOptions.profile or ProfileOptions.configFile is given. Disable the config file with ProfileOptions.noProfile and the environment overlay with ProfileOptions.disableEnv.