8000 [DABs] Selective Key override for referencing complex variables · Issue #2985 · databricks/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[DABs] Selective Key override for referencing complex variables #2985
Open
@Stefano-Jang

Description

@Stefano-Jang

We defines the type primarily used in job clusters as a complex variable and manages its definition and distribution through DABs. However, we want to modify only certain variables of the complex variable based on the size or nature of the job, which is currently unsupported. As a result, they need to define each job cluster separately.
Their request is as follow. (override example of num_of_workers)

resources: 
   jobs: 
      aa:
         ...
         job_clusters:
         - job_cluster_key: default
            new_cluster: ${var.legacy-multi-node-job}
               num_workers: 1
      bb: ...
         job_clusters:
         - job_cluster_key: default
            new_cluster: ${var.legacy-multi-node-job}
               num_workers: 7

     ... # many jobs with different num of workers

Metadata

Metadata

Assignees

No one assigned

    Labels

    DABsDABs related issuesEnhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0