mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
406103623d
commit
c0d34f7827
|
@ -62,7 +62,7 @@ Example usage:
|
||||||
//
|
//
|
||||||
// This is only useful for when the Databricks CLI is the child command,
|
// This is only useful for when the Databricks CLI is the child command,
|
||||||
// since if we do not explicitly pass the profile, the CLI will use the
|
// since if we do not explicitly pass the profile, the CLI will use the
|
||||||
// profile configured in the bundle YAML configuration (if any).We don't propagate the exit code as is because exit codes
|
// profile configured in the bundle YAML configuration (if any).
|
||||||
if b.Config.Workspace.Profile != "" {
|
if b.Config.Workspace.Profile != "" {
|
||||||
env = append(env, "DATABRICKS_CONFIG_PROFILE="+b.Config.Workspace.Profile)
|
env = append(env, "DATABRICKS_CONFIG_PROFILE="+b.Config.Workspace.Profile)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue