Returns a lazy Credentials that resolves to the first configured
authentication strategy on first use.
Strategies are tried in this order:
PAT (pat).
OAuth M2M (oauth-m2m).
Databricks CLI (databricks-cli).
When no profile is provided via options.profile, the profile is
resolved on first use from the default config file (~/.databrickscfg)
and environment variables.
Returns a lazy Credentials that resolves to the first configured authentication strategy on first use.
Strategies are tried in this order:
pat).oauth-m2m).databricks-cli).When no profile is provided via
options.profile, the profile is resolved on first use from the default config file (~/.databrickscfg) and environment variables.