cancel
Showing results for 
Search instead for 
Did you mean: 
Community Discussions
Engage in vibrant discussions covering diverse learning topics within the Databricks Community. Explore learning resources, share insights, and collaborate with peers to enhance your skills in data engineering, machine learning, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 

Browse the Community

Certifications

Join dynamic discussions on Databricks certifications within the Community. Exchange insights, tips,...

868 Posts

Training offerings

Explore discussions on Databricks training programs and offerings within the Community. Get insights...

197 Posts

Get Started Discussions

Start your journey with Databricks by joining discussions on getting started guides, tutorials, and ...

2692 Posts

Activity in Community Discussions

Umark
by > New Contributor II
  • 4985 Views
  • 3 replies
  • 1 kudos

Request for Databricks Certification Voucher

Hello Sir,My name is Umar. I recently watched your video and found it very informative. I have completed my B.Tech and am in the process of joining a company that requires a Databricks certification.I am reaching out to request a voucher for the Data...

  • 4985 Views
  • 3 replies
  • 1 kudos
Latest Reply
USER14
Visitor
  • 1 kudos

Hey,i would like to request information about any available Databricks certification voucher programs or upcoming learning challenges that offer exam discounts or free vouchers. I am preparing for the Databricks Certified Data Engineer Associate exam...

  • 1 kudos
2 More Replies
tarunnagar
by > New Contributor III
  • 66 Views
  • 2 replies
  • 0 kudos

Best Development Strategies for Building Reusable Data Engineering Components in Databricks

I’m looking to gather insights from data engineers, architects, and developers who have experience building scalable pipelines in Databricks. Specifically, I want to understand how to design, implement, and manage reusable data engineering components...

  • 66 Views
  • 2 replies
  • 0 kudos
Latest Reply
jameswood32
New Contributor III
  • 0 kudos

ChatGPT said:A common community strategy is to treat Databricks assets like a shared engineering product. Build modular, parameterized notebooks or Python packages, publish them to a central repo (Git + CI/CD), and version them just like application ...

  • 0 kudos
1 More Replies
Idrisskh
by > New Contributor
  • 41 Views
  • 0 replies
  • 0 kudos

Gemini video input

Hello,Is it possible to use a video as an input for Google Gemini 2.5 Pro within Databricks?Thank you.

  • 41 Views
  • 0 replies
  • 0 kudos
kasinathanrames
by > New Contributor
  • 9068 Views
  • 17 replies
  • 14 kudos

Free Certification voucher

looking for free certification voucher

  • 9068 Views
  • 17 replies
  • 14 kudos
Latest Reply
ShivakumarK
New Contributor II
  • 14 kudos

Hi, can you please provide me free voucher for azure data bricks fundamental 

  • 14 kudos
16 More Replies
Phani1
by > Databricks MVP
  • 1741 Views
  • 2 replies
  • 0 kudos

informatica jobs from data bricks

Hi TeamHow can we call informatica jobs from data bricks? could you please suggest on this.Regards,Phanindra

Get Started Discussions
informatica jobs
  • 1741 Views
  • 2 replies
  • 0 kudos
Latest Reply
Raman_Unifeye
Contributor III
  • 0 kudos

unsure how above answer helps here @Phani1 - The only way I could think of is - call Informatica jobs (specifically Informatica Cloud Data Integration (CDI) mappings or tasks) from Databricks by leveraging REST APIs.Direct API - Trigger an Informatic...

  • 0 kudos
1 More Replies
vikramg32
by > New Contributor
  • 62 Views
  • 1 replies
  • 0 kudos

Resolved! Not received the DE associate certification

Hi,I have completed Databricks Data Engineer associate certification on 22 November,2025. But I did not received the badge so far. Could someone please help me?Here is the last email from databricks:Hello Trivikram,You have completed the assessment, ...

  • 62 Views
  • 1 replies
  • 0 kudos
Latest Reply
cert-ops
Databricks Employee
  • 0 kudos

Hello @vikramg32 , It can take up to 48 hours for badges/ certificates to be issued. Also please check your spam just in case it went there. If you do not receive your badge in 48 hours, please file a ticket with our support team. Please also provide...

  • 0 kudos
JIWON
by > New Contributor
  • 63 Views
  • 0 replies
  • 0 kudos

Multiple UI pages stuck on infinite loading (Jobs DAG, Compute, SQL Editor, Notebooks) in AWS ap-nor

Hi,I’m trying to work in Databricks, but too many things in the workspace UI are not working properly. Almost everything is stuck on infinite loading.Here are the symptoms:Jobs DAG (Tasks tab) infinite loadingI can see the job Runs history.However, w...

  • 63 Views
  • 0 replies
  • 0 kudos
DIMBACKA
by > New Contributor
  • 142 Views
  • 2 replies
  • 2 kudos

Resolved! Unable to create a Databricks Free using Google Account

Hi, I'm trying to setup a Databricks Free Edition using my personal Google Account, but for some reason it is not working.Whenever I select my Google account, the 'dot' between the first and the last name is removed, resulting in an non-existing e-ma...

  • 142 Views
  • 2 replies
  • 2 kudos
Latest Reply
DIMBACKA
New Contributor
  • 2 kudos

Hi @Advika,Kudos to you.Strangely enough, using the dotted e-mail address (which is in fact the real one) I'm unable to login to Databricks Free. However, using the non-dotted e-mail address, it works.

  • 2 kudos
1 More Replies
anabel0
by > New Contributor
  • 134 Views
  • 2 replies
  • 0 kudos

Databricks Java SDK retrieving job task values

Greetings,I have a Job that consists of notebook tasks running python code.Some of the task set task values using dbutils.jobs.taskValues.set(key=key, value=value)as described here How do I retrieve those task values using Databricks Java SDK v0.69.0...

  • 134 Views
  • 2 replies
  • 0 kudos
Latest Reply
stbjelcevic
Databricks Employee
  • 0 kudos

Unfortunately you can’t read dbutils.jobs.taskValues directly via the Java SDK. But you could return a JSON payload via dbutils.notebook.exit and read it with getRunOutput. Databricks exposes the notebook “exit” result through Jobs GetRunOutput, then...

  • 0 kudos
1 More Replies
AntonisCh
by > New Contributor
  • 131 Views
  • 5 replies
  • 6 kudos

Resolved! Synchronising metadata (e.g., tags) across schemas under Unity Catalog (Azure)

Hello all,I hope you are doing great!I want to synchronise metadata (e.g., description, comments, tags) across schemas under the Unity Catalog (e.g., test.dev, test.uat). For example, under the schema test.dev, there is a sales table with multiple co...

  • 131 Views
  • 5 replies
  • 6 kudos
Latest Reply
AntonisCh
New Contributor
  • 6 kudos

It's completely fine, and I do understand. Thank you for your time and effort here! 

  • 6 kudos
4 More Replies
Hritik_Moon
by > Contributor
  • 402 Views
  • 7 replies
  • 2 kudos

Syllabus for Data Engineer Associate

Hello,Is there any learning resources/ materials to cover the Databricks Data Engineer Associate Certification?Also want to know the exact syllabus.

  • 402 Views
  • 7 replies
  • 2 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 2 kudos

Hi @Hritik_Moon ,You can find current exam objectives at below link:https://www.databricks.com/sites/default/files/2025-11/databricks-certified-data-engineer-associate-exam-guide-july-25-2025-04.pdf

  • 2 kudos
6 More Replies
Ritesh-Dhumne
by > New Contributor III
  • 93 Views
  • 3 replies
  • 1 kudos

Resolved! Databricks Scenarios

I’m a data engineer with some experience in Databricks. I’m looking for real-life scenarios that are commonly encountered by data engineers. Could you also provide details on how to implement these scenarios?

  • 93 Views
  • 3 replies
  • 1 kudos
Latest Reply
Raman_Unifeye
Contributor III
  • 1 kudos

Generic topic. Here are few latest article to help you on thishttps://community.databricks.com/t5/get-started-guides/getting-started-with-databricks-build-a-simple-lakehouse/tac-p/139492#M29https://community.databricks.com/t5/announcements/big-book-o...

  • 1 kudos
2 More Replies
venkat-raghavan
by > New Contributor III
  • 70 Views
  • 0 replies
  • 2 kudos

Databricks Managed MCP Servers

This is super amazing and super powerful -https://docs.databricks.com/aws/en/generative-ai/mcp/managed-mcpEssentially we you can use Databricks managed MCP servers to seamlessly integrate  Databricks features into any AI Agent. That's the multiplier ...

  • 70 Views
  • 0 replies
  • 2 kudos
jsperson
by > New Contributor III
  • 3633 Views
  • 7 replies
  • 5 kudos

Resolved! Can't Access Labs

I have a new subscription to the labs and am enrolled in a labs enabled course (Data Ingestion with Lakeflow Connect). Nowhere can I find a link to access the lab material. The course looks identical to the free version. The screens in the "Accessing...

Training offerings
labs
Subscription
  • 3633 Views
  • 7 replies
  • 5 kudos
Latest Reply
barryseymour
New Contributor
  • 5 kudos

Okay, this is annoying, but I think I have it. Someone please correct me if I'm wrong. I just learned that lessons with labs are marked in RED. I have a subscription, so I can take those.I started the Data Engineering course, and all my lessons are i...

  • 5 kudos
6 More Replies
Sbankar123
by > New Contributor II
  • 114 Views
  • 1 replies
  • 1 kudos

Resolved! Payment got deducted

My money was deducted from my credit card, but my Databricks exam was not scheduled because of a timeout error. So I declined the payment. I have no idea what to do now. Please help. Will the money be refunded?

  • 114 Views
  • 1 replies
  • 1 kudos
Latest Reply
cert-ops
Databricks Employee
  • 1 kudos

@Sbankar123 , Please file a ticket with our support team so they can review the case and determine next steps. Please note that we cannot provide support via community. Thanks & Regards,@cert-ops

  • 1 kudos