Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 02:53 PM
Thanks for your reply!
DATABRICKS_WAREHOUSE_ID is set up in yaml file like this:
env:
- name: "DATABRICKS_WAREHOUSE_ID"
valueFrom: "sql-warehouse"
When the app is running on Databricks, I can see a Service principal in app resources that has the value set up.

Your suggestion is how I hack it at the moment, I'm setting up the id manually, but I don't want to do it like that, cause I'm using a serverless warehouse and that value could change?