cancel
Showing results for 
Search instead for 
Did you mean: 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

673514
by New Contributor II
  • 14365 Views
  • 2 replies
  • 4 kudos

Copy/Paste error when copying code from one cell to another

I'm experiencing a very strange and extremely annoying bug when copy/pasting code from one notebook Cell to another. If the amount of lines that I need to copy/paste is over 10 lines, the pasted code is truncated with an "..." in the middle. I will s...

  • 14365 Views
  • 2 replies
  • 4 kudos
Latest Reply
nc-dm
New Contributor II
  • 4 kudos

I am also having this issue, starting on 11/8/23. Haven't detected a pattern like copying from a %magic cell or not, but continuing to monitor. 

  • 4 kudos
1 More Replies
Shree23
by New Contributor III
  • 3686 Views
  • 4 replies
  • 0 kudos

Primary key and not null

Hi Expert, how we can get primary key and not null and cluster index in table creation%Sqlcreate table table1 values (id int , product char) expected outputcreate table table1 values (id int  not null primary key, product char) and cluster index  

  • 3686 Views
  • 4 replies
  • 0 kudos
Latest Reply
Shree23
New Contributor III
  • 0 kudos

sugggestion pls

  • 0 kudos
3 More Replies
JoeZOU
by New Contributor
  • 769 Views
  • 0 replies
  • 0 kudos

DE exam suspended in the last minute!!!

I took the exam on 10-Nov-2023 and during the process I was required a lot of time to stop blinking. checking fire alarm on the ceiling, holding a laptop to show the inspector the walls and tables.In the last minutes I prepared to sumbit, the exam is...

  • 769 Views
  • 0 replies
  • 0 kudos
oldubil
by New Contributor
  • 916 Views
  • 0 replies
  • 0 kudos

Buy Oldubil Account

Buy Verefied Oldubil AccountHello guys! If you want to buy the Oldubil account you can find it in our store. We have accounts and you can see it on our website.Buy Oldubil Account HereBuy Oldubil Account Here

oldubil.jpg
  • 916 Views
  • 0 replies
  • 0 kudos
valerachercash
by New Contributor
  • 527 Views
  • 0 replies
  • 0 kudos

Buy Neteller Account

Buy Neteller AccountNeed to buy the neteller account? You can find this in our store with the link below! In our store you can find a lot of accounts and buy what you want. We work 3 years and know how to make accounts.Buy Neteller Account HEREBuy Ne...

neteller.jpg
  • 527 Views
  • 0 replies
  • 0 kudos
boyarskiiandr
by New Contributor
  • 1710 Views
  • 0 replies
  • 0 kudos

Buy Venmo Account

Buy Venmo AccountNeed to buy venmo account? We have the best accounts on the market and you can buy the account in our store. We also have other accounts. Just go to our website and find accountsBuy Venmo Accout HEREBuy Venmo Accout HERE

Venmo.jpg
  • 1710 Views
  • 0 replies
  • 0 kudos
Silveryaroma
by New Contributor
  • 1352 Views
  • 0 replies
  • 0 kudos

webdriver.Chrome() error : Message: Unable to locate or obtain driver for chrome

Hi, I've been struggling to run webdriver.Chrome() in my Databricks. 1) I installed a chromedriver : %sh# Download ChromeDriverwget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chromedriver-linux64.zip -O /tmp/ch...

Silveryaroma_0-1699524392121.png
  • 1352 Views
  • 0 replies
  • 0 kudos
serelk
by New Contributor III
  • 2290 Views
  • 1 replies
  • 0 kudos

Delta Live Tables (DLT) in a production environment

I’m keen to learn more about employing Distributed Ledger Technology (DLT) in a production environment. Databricks is indeed promoting Delta Live Tables (DLT) as a comprehensive framework for creating robust, maintainable, and testable data processin...

  • 2290 Views
  • 1 replies
  • 0 kudos
Latest Reply
serelk
New Contributor III
  • 0 kudos

Just a small remark: I definitely meant Delta Live Tables, not Distributed Ledger Technology (DLT)

  • 0 kudos
serelk
by New Contributor III
  • 2872 Views
  • 2 replies
  • 0 kudos

Resolved! Handling Schema Mismatch in DLT Pipeline with from_protobuf Function

Hello Databricks Community,I'm working with a DLT pipeline where I consume Protobuf-serialized messages and attempt to decode them using the Spark "from_protobuf" function. My function kafka_msg_dlt_view is outlined as follows:def kafka_msg_dlt_view(...

  • 2872 Views
  • 2 replies
  • 0 kudos
Latest Reply
serelk
New Contributor III
  • 0 kudos

I finally  found the appropriate method for configuring the PERMISSIVE mode. With this setup, corrupted protobuf messages will be processed without throwing an exception .withColumn("msg",from_protobuf(col("value"), message_name, desc_file_path, {"mo...

  • 0 kudos
1 More Replies
Fasih_Ahmed
by New Contributor III
  • 1222 Views
  • 1 replies
  • 0 kudos

Databricks Data Engineer Associate certification exam suspended suddenly

Hi @Cert-TeamI hope this message finds you well. I am writing to request a review of my recently suspended exam. I believe that my situation warrants reconsideration, and I would like to provide some context for your understanding.I applied for Datab...

  • 1222 Views
  • 1 replies
  • 0 kudos
Latest Reply
Fasih_Ahmed
New Contributor III
  • 0 kudos

Hi @Sujitha or @Kaniz Can you please respond to the above query swiftly. As I need to complete my test quickly. Kindly help me to resume or restart my test.Regards,Fasih Ahmed

  • 0 kudos
Mahesh2
by New Contributor II
  • 1616 Views
  • 0 replies
  • 0 kudos

Databricks Certification voucher not received

Hi Team,I have attended the Advantage Lakehouse: Fueling Innovation in the Era of Data and AI webinar.Also completed  Databricks Lakehouse Fundamentals  and feedback survey, but still I have not received the Databricks voucher.Could you please look i...

  • 1616 Views
  • 0 replies
  • 0 kudos
mvmiller
by New Contributor III
  • 1549 Views
  • 0 replies
  • 0 kudos

Sharing compute between tasks of a job

Is there a way to set up a workflow with multiple tasks, so that different tasks can share the same compute resource, at the same time?I understand that an instance pool may be an option, here. Wasn't sure if there were other possible options to cons...

  • 1549 Views
  • 0 replies
  • 0 kudos
neca36
by New Contributor
  • 1583 Views
  • 0 replies
  • 0 kudos

Databricks data engineer associate got paused

Hi team,I've faced a disappointing experience during my first certification attempt and need help in resolving the issue.While attending the certification - Databricks data engineer associate on each 2-3 questions I kept receiving a message that the ...

  • 1583 Views
  • 0 replies
  • 0 kudos

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group
Top Kudoed Authors