Hi @Nidhig,This isn’t expected behavior,it usually happens when the app's service principal lacks permissions to access the SQL warehouse, Genie Space, or underlying Unity Catalog tables.Try these fixes:--> SQL Warehouse: Go to Compute -> SQL Warehou...
Hi @Hansjoerg,Apologies for the confusion earlier. You are right Bundles doesn't allow pinning to specific patch versions like 15.4.24.Your best option is to skip Bundles for now and use the regular Databricks Jobs setup (via UI or Jobs API) where yo...
Hi @szymon_dybczak ,thanks for sharing the OAuth mount example,that is exactly the right configFrom the error message (`UnknownHostException: <account>.dfs.core.windows.net`), it looks like the cluster can’t even find the storage account’s addressTha...
Hi @SuMiT1 ,The error you are seeing:Cannot resolve hostname: stas.dfs.core.windows.netjava.net.UnknownHostExceptionindicates that your Databricks cluster is unable to resolve or reach the ADLS Gen2 endpoint.This is a network/DNS connectivity issue, ...
yes, exactly, Changing from 15.4.x-scala2.12 to 15.4.24-scala2.12 will pin your cluster to the 15.4.24 patch and prevent it from auto-upgrading to the problematic 15.4.25 version.