Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2025 07:27 AM
Hi @saniok,
- In
databricks.ymlfile 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