cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

lewissolarin
by New Contributor
  • 464 Views
  • 3 replies
  • 0 kudos

Databricks app calling Genie API has empty data array

I have a Databricks app that makes calls to Genie API, it successfully returns a response containing the text response and the generated SQL query. However, the actual result of the SQL query is missing, in the result object, there is the metadata fo...

  • 464 Views
  • 3 replies
  • 0 kudos
Latest Reply
SteveOstrowski
Databricks Employee
  • 0 kudos

Hi @lewissolarin,The behavior you are seeing, where data_array is None and external_links is empty, is expected at a certain stage of the Genie API workflow. The Genie API uses the EXTERNAL_LINKS disposition for returning query results, which means d...

  • 0 kudos
2 More Replies
snarayan
by New Contributor III
  • 1730 Views
  • 2 replies
  • 2 kudos

How to Increase HTTP Request Timeout for Databricks App Beyond 120 Seconds?

I’ve built a Databricks App using Gradio that leverages predict_stream to get streaming responses from a multi-agent supervisor. The app coordinates reasoning across four knowledge agents, so the model uses a long chain-of-thought process before retu...

  • 1730 Views
  • 2 replies
  • 2 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 2 kudos

Hi @snarayan ,I think you might be hitting timeout from model serving endpoint:Debug model serving timeouts - Azure Databricks | Microsoft LearnYou can try to increase timeout using environment variables using the Serving UI or programmatically using...

  • 2 kudos
1 More Replies
avinashk
by New Contributor III
  • 783 Views
  • 1 replies
  • 1 kudos

NPM ERROR Deploying Databricks app

Hello everyone. I have developed a node.js application and trying to deploy it in databricks. But I am seeing the following error 2025-08-14 10:43:09SYSTEM npm error This is an error with npm itself. Please report this error at:2025-08-14 10:43:09SYS...

  • 783 Views
  • 1 replies
  • 1 kudos
Latest Reply
SP_6721
Honored Contributor II
  • 1 kudos

Hi @avinashk ,Try downgrading your Node.js version, as certain versions can cause this issue. Also, clearing the npm cache and reinstalling your dependencies may resolve this issue.

  • 1 kudos