- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 05:34 AM
Hello I would like to find a way to pass a variable from my Azure variables to my databricks yml file.
For example I would like to pass the variable BUNDLE_TARGET to the location in this databricks.yml file
Is there a way to do something like this?
Thank you very much for reading!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 05:52 AM - edited 08-02-2024 06:11 AM
Hi @TheManOfSteele ,
Here are the examples of how to achieve that. I think the simplest way would be to set environment variables.
azure devops - How can I pass parameters to databricks.yml in Databricks Asset Bundles? - Stack Over...
Databricks Asset Bundles Azure DevOps Project | by Hrushi Medhe | Medium
Databricks Asset Bundle configurations - Azure Databricks | Microsoft Learn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 05:52 AM - edited 08-02-2024 06:11 AM
Hi @TheManOfSteele ,
Here are the examples of how to achieve that. I think the simplest way would be to set environment variables.
azure devops - How can I pass parameters to databricks.yml in Databricks Asset Bundles? - Stack Over...
Databricks Asset Bundles Azure DevOps Project | by Hrushi Medhe | Medium
Databricks Asset Bundle configurations - Azure Databricks | Microsoft Learn