Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025 10:27 AM
Found that this is an implementation in progress on the Databricks CLI. https://github.com/databricks/cli/issues/3679
I have a databricks app that works well with hardcoded values on the app.yml file. However when i specify a variable on this file, it does not get resolved to the value from target variable. I dont see an example for doing this. I was ab...