Change to DATABRICKS_CLUSTER_ID

This commit is contained in:
Lennart Kats 2023-06-22 14:29:36 +02:00
parent 567d76db82
commit 30667d4196
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func deploy(cmd *cobra.Command, b *bundle.Bundle) error {
b.Config.Bundle.Lock.Force = forceDeploy
if computeID == "" {
computeID = os.Getenv("DATABRICKS_COMPUTE_ID")
computeID = os.Getenv("DATABRICKS_CLUSTER_ID")
}
return bundle.Apply(cmd.Context(), b, bundle.Seq(