Hello,
I've encountered an issue with my Python notebook where app.list() is failing in some serverless compute clusters but works fine in others. After investigating further, I noticed the following version differences:
This version discrepancy might be the root cause, though I couldn't find explicit documentation confirming this.
My Questions:
How can I definitively verify if the SDK version is causing this issue?
What's the recommended way to update the SDK version in serverless compute? (I assumed serverless would use the same SDK version across all clusters since it's managed by Databricks.)
Any guidance would be appreciated.