This commit is contained in:
Shreyas Goenka 2025-03-03 20:09:20 +01:00
parent 406103623d
commit c0d34f7827
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -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)
} }