cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Andreyai
by New Contributor
  • 81 Views
  • 1 replies
  • 0 kudos

Passing a list of images on AI_Query

HiI would like to know how can I pass a list of images to ai_query on the same call, It will be helpful to extract some metadata information on a multipage document, where I want to know if different images to see if it belongs to the same document.T...

  • 81 Views
  • 1 replies
  • 0 kudos
Latest Reply
Khaja_Zaffer
Contributor
  • 0 kudos

Hello @Andreyai  Has your issue got resolved?

  • 0 kudos
cotrariello
by New Contributor III
  • 2796 Views
  • 11 replies
  • 2 kudos

Issue with Non-Bulk Inserts Using JDBC on Databricks Runtime 14.1

Hello team,I am experiencing an issue with insert operations on Databricks using the JDBC driver. In my SAS Viya system, the DatabricksJDBC42.jar driver version 2.6.40 is configured. I’ve noticed that, up to Databricks Runtime version 13.1, insert op...

cotrariello_3-1731582128580.png cotrariello_2-1731582087923.png
  • 2796 Views
  • 11 replies
  • 2 kudos
Latest Reply
akreit
Visitor
  • 2 kudos

The PR looks closed for now, any news on this? Also, I was wondering if there's a code snippet available on using this functionality

  • 2 kudos
10 More Replies
Devanshu
by New Contributor III
  • 139 Views
  • 3 replies
  • 3 kudos

Resolved! Help to get the swags for the event.

Hello Team,I am hosting my first event on 13th September. The date is final, but the venue is something that I am working on, due to I am not creating the event. I'll be able to create it within a day or two.  Can you please help me understand how I ...

  • 139 Views
  • 3 replies
  • 3 kudos
Latest Reply
Rishabh_Tiwari
Databricks Employee
  • 3 kudos

Thank you for tagging @BS_THE_ANALYST !Hi @Devanshu ,Thanks for reaching out. I’ve sent you a DM with the swag request details, please share your response so we can move forward and support you better. ThanksRishabh

  • 3 kudos
2 More Replies
MohsenJ
by Contributor
  • 4344 Views
  • 1 replies
  • 0 kudos

the inference table table doesn't get updated

I setup a model serving endpoint and created a monitoring dashboard to monitor its performance. The problem is my inference table doesn't get updated by model serving endpoints. To test the endpoint I use the following codeimport random import time ...

  • 4344 Views
  • 1 replies
  • 0 kudos
Latest Reply
Amruth_Ashok
Databricks Employee
  • 0 kudos

If the inference table is renamed, schema changed, deleted, or if the creator loses data access/the permissions are missing or have recently changed (for the endpoint creator), inference tables may silently stop updating.

  • 0 kudos
nkrom456
by New Contributor III
  • 75 Views
  • 1 replies
  • 0 kudos

How to install python libraries in DLT using databricks asset bundles

Hi Team,Is there any way we can install python packages to DLT using Databricks asset bundles.  resources:pipelines:xysz:name: xyxconfiguration:input_file: test.jsonenv: ${var}permissions:- group_name: ${var}level: CAN_MANAGE- group_name: ${var}level...

  • 75 Views
  • 1 replies
  • 0 kudos
Latest Reply
SP_6721
Contributor III
  • 0 kudos

Hi @nkrom456 ,Add a %pip install command at the top of your DLT pipeline notebook to install the required packages. This will ensure the packages are available on all nodes during pipeline execution.

  • 0 kudos
FalkEngelbrecht
by New Contributor
  • 98 Views
  • 1 replies
  • 1 kudos

Performance issue with the Databricks Add-on for Splunk 1.4.2

 We are currently using the add-on for Databricks in our on-prem Splunk Enterprise environment. The connection goes directly to the cloud without a proxy. Unfortunately, the add-on is very slow and we lose about 20 seconds with every query. We see th...

  • 98 Views
  • 1 replies
  • 1 kudos
Latest Reply
siennafaleiro
New Contributor
  • 1 kudos

It’s likely not Databricks but the Splunk add-on causing the delay. The databricksquery command in version 1.4.2 has known performance issues — most of the lag is inside Splunk while parsing results. Try upgrading to the latest add-on (1.5.x+), monit...

  • 1 kudos
Anubhav2603
by New Contributor
  • 180 Views
  • 2 replies
  • 0 kudos

DLT Pipeline Design

I am new to DLT and trying to understand the process. My bronze table will receive incremental data from SAP in real time. In my bronze table, we are not maintaining any history and any data older than 2 weeks will be deleted. This data from bronze w...

  • 180 Views
  • 2 replies
  • 0 kudos
Latest Reply
alexajames
New Contributor II
  • 0 kudos

The scenario you mentioned can be efficiently managed using a Delta Live Table (DLT) combined with a CDC (Change Data Capture) flow. From what I understand, the bronze table is always in append mode. Check out the link below for more details. Hope th...

  • 0 kudos
1 More Replies
Andreyai
by New Contributor
  • 123 Views
  • 2 replies
  • 0 kudos

Ai Query Prompt Token and Completition token

HiI would like to know how can I get the Completition token and Prompt token quantity when using Ai_Query?Thanks

  • 123 Views
  • 2 replies
  • 0 kudos
Latest Reply
Khaja_Zaffer
Contributor
  • 0 kudos

Hello @Andreyai good day!!For AI_queries, we have documentation from databricks. : https://docs.databricks.com/aws/en/sql/language-manual/functions/ai_query I am 100% sure you will get better insights from the documentations. But I have something for...

  • 0 kudos
1 More Replies
giuseppe_esq
by New Contributor III
  • 254 Views
  • 5 replies
  • 0 kudos

Error when executing spark.readStream Script

Hi all,When I try to execute the script (as per the screenshot below), in a Notebook cell, I get an error message.  I am using Databricks Free Edition, and am not sure if the error relates to the compute cluster that I am using?Any guidance would be ...

giuseppe_esq_0-1756154296423.png
  • 254 Views
  • 5 replies
  • 0 kudos
Latest Reply
Sidhant07
Databricks Employee
  • 0 kudos

Hi @giuseppe_esq , Can you please share the DBR version, cluster configurations and log4 file containing the error stact trace to further review?

  • 0 kudos
4 More Replies
MR_DHC
by New Contributor
  • 254 Views
  • 6 replies
  • 2 kudos

Execute Immediate not working to fetch table name based on year

 I am trying to pass the year as argument so it can be used in the table name. Ex: there are tables like Claims_total_2021 , Claims_total_2022 and so on till 2025. Now I want to pass the year in parameter , say 2024 and it must fetch the table Claims...

  • 254 Views
  • 6 replies
  • 2 kudos
Latest Reply
Sidhant07
Databricks Employee
  • 2 kudos

Hi, I believe the solution shared by Martison would fix this issue. In Databricks SQL, when using EXECUTE IMMEDIATE, the SQL string must be a single variable or single string literal, not an inline expression using string concatenation ('...' || clai...

  • 2 kudos
5 More Replies
BS_THE_ANALYST
by Honored Contributor III
  • 350 Views
  • 6 replies
  • 20 kudos

Resolved! Databricks Community Innovators - Program

Hi, I'd like to know what's happened with the Databricks Community innovators program? https://community.databricks.com/t5/databricks-community-innovators/bg-p/databricks-community-news-members Is this still alive? I've applied and emailed: databrick...

  • 350 Views
  • 6 replies
  • 20 kudos
Latest Reply
BS_THE_ANALYST
Honored Contributor III
  • 20 kudos

Hi Mandy! Thanks for the introduction and update. I'm really looking forward to being a part of everything moving forward. Just echoing what @TheOC mentioned above, I'm happy to help/assist in whatever way I can.Absolutely buzzing based off the info ...

  • 20 kudos
5 More Replies
fjrodriguez
by New Contributor II
  • 67 Views
  • 0 replies
  • 0 kudos

Blackduck scanning on Databricks Workflow

Does anyone know if its compatible scan in blackduck your json based files from Workflows?  At least, when its come to the notebook its compatible as blackduck detects python based files but i am wondering why can workflow be scanned as well.

  • 67 Views
  • 0 replies
  • 0 kudos
BS_THE_ANALYST
by Honored Contributor III
  • 600 Views
  • 11 replies
  • 43 kudos

Databricks Monthly Spotlight - Discontinued?

Hi, I'm curious what's happened with the Databricks monthly spotlight? https://community.databricks.com/t5/databricks-community-innovators/bg-p/databricks-community-news-members I can there hasn't been anyone in the spotlight since April 2025. Has th...

  • 600 Views
  • 11 replies
  • 43 kudos
Latest Reply
TheOC
Contributor
  • 43 kudos

Hi all,I just wanted to jump in this thread to say how motivating this kind of conversation is. It's great that we've got passion from users and Databricks employees alike to ensure integrity in the Community - it's really reassuring as someone start...

  • 43 kudos
10 More Replies
SinchBhat
by New Contributor
  • 167 Views
  • 3 replies
  • 3 kudos

Python

Guys am not able to access pyspark in free edition somebody help me.

  • 167 Views
  • 3 replies
  • 3 kudos
Latest Reply
BS_THE_ANALYST
Honored Contributor III
  • 3 kudos

@szymon_dybczak it may be that @SinchBhat has the notebook set to SQL as the default language ?Could also, by mistake, be using the SQL editor.@SinchBhat could you provide some screenshots of what your UI looks like please. It'll help to resolve the ...

  • 3 kudos
2 More Replies

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels