cancel
Showing results for 
Search instead for 
Did you mean: 
JoaoPigozzo
New Contributor III
since ‎05-23-2025
a month ago

User Stats

  • 8 Posts
  • 0 Solutions
  • 4 Kudos given
  • 2 Kudos received

User Activity

I am using Databricks Model Serving as a proxy to connect Claude Code. I established the connection through Integrate coding agents (Connect coding agents to Databricks) by generating the environment configuration:  { "env": { "ANTHROPIC_MODEL": "dat...
Hello everyone,We are currently designing our Unity Catalog structure and would like feedback on whether our approach makes sense and how it could be improved.Context:We use a single Databricks workspace shared by Data Engineering and Data Science/ML...
Hi everyone,I’m designing the CI/CD process for our environment environment focused on machine learning and data science projects, and I’d like to understand what the best practices are regarding workspace organization—especially when using Unity Cat...
I’ve deployed OpenAI’s Whisper model as a serving endpoint in Databricks and I’m trying to transcribe an audio file.import whisper model = whisper.load_model("small") transcript = model.transcribe( word_timestamps=True, audio="path/to/audio...
Kudos from