- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 08:51 AM
I am attempting to parameterize a databricks yaml so I can deploy it to multiple databricks accounts via Gitlab CICD, and have ran into a snag when parameterizing the workpace host value.
My variable block looks like this:
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 10:46 AM - edited 09-26-2024 10:46 AM
Hi @jasont41 ,
Your assumption is correct. You can't use variable for host mapping. You can find information about it in the following documentation entry:
https://docs.databricks.com/en/dev-tools/bundles/settings.html#other-workspace-mappings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 10:46 AM - edited 09-26-2024 10:46 AM
Hi @jasont41 ,
Your assumption is correct. You can't use variable for host mapping. You can find information about it in the following documentation entry:
https://docs.databricks.com/en/dev-tools/bundles/settings.html#other-workspace-mappings

