Alberto_Umana
Databricks Employee
Databricks Employee

Hi @saniok,

 

  • In databricks.yml file you can include version information in this file to manage different versions of your bundles.
  • Example:
    bundle:
      name: my-bundle
      version: 1.0.0
      resources:
        jobs:
          my-job:
            name: my-job
            tasks:
              - task_key: my-task
                existing_cluster_id: 1234-567890-abcde123
                notebook_task:
                  notebook_path: ./my_notebook.py