Hi @rajg ,
Based on the link you shared, it looks to me like you have an external embedding situation? If so, this is a feature that is not currently available, but it is a commonly requested feature. External dashboard embedding is currently in Publ...
Hi @Chiran-Gajula ,
Thanks for raising this. There are a few complementary controls that can put in place across models, inference traffic, files, and observability.
Is there currently any mechanism in place within Databricks to track and verify the ...
Hi @VaDim ,
Thanks for the detailed context — you’ve run into a common gotcha with how Python code is serialized and executed for stateful streaming on Databricks.
Your sys.path.append only modifies the Python path on the driver node, but transformWi...
Hi @Oumeima ,
One potential way around this is to upload the wheel file into a Unity Catalog volume or workspace file.
For the volume route, reference it directly in your app’s requirements.txt using an absolute /Volumes/<catalog>/<schema>/<volume>/....
Hi @JingXie,
This is a classic authentication token issue, but it's happening in a different place than you might think. The Invalid Token error is not coming from your Streamlit App's call to your chatbot_poc endpoint.
It's coming from inside your c...