Asset bundle yml factorization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 10:38 PM
Hello,
I have a project using asset bundle in which I have several jobs using roughly the same job definition (tags and job clusters definitions are always the same)
Is there a way to put everything in common in a yml file and reuse that in each individual yml file of each job ?
Thank you !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 11:38 PM
Hello @Retired_mod
I want to use complex variables but I would like to define all my variables in a separate file, I do not want to have them declared in the databricks.yml.
Is there a way to do that ? Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 12:43 AM
What might work, I actually never tried it by myself so far, is this:
Define your complex variables in a separate yaml file (complex variables are supported since v0.222.0), import this file using include, and reference these variables accordingly.

