OptionalconfigPath to the databrickscfg file. If not set, reads DATABRICKS_CONFIG_FILE from the environment, falling back to ~/.databrickscfg.
OptionaldisableDisable overlaying DATABRICKS_* environment variables.
OptionalnoDisable reading the config file. Cannot be combined with ProfileOptions.profile or ProfileOptions.configFile, which would have nothing to read.
OptionalprofileProfile name (INI section) to load. If not set, resolves from the DATABRICKS_CONFIG_PROFILE environment variable, then the default_profile key in the settings section, then falls back to the DEFAULT section.
Configures how a profile is resolved by resolve.
Resolution is enabled by default: with no options, resolve reads the config file and overlays DATABRICKS_* environment variables on top. Each source can be disabled independently with ProfileOptions.noProfile and ProfileOptions.disableEnv.