Hi @Alberto_Umana 

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.
AnaMocanu_0-1734389590650.png

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?