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

prajwal-c
by New Contributor II
  • 1943 Views
  • 5 replies
  • 1 kudos

My Databricks Exam got suspended

Hi Databricks Team,My Certification exam got suspended today, I started my exam as normal and then my exam was put on hold quoting "team from support needs to talk with you", I connected with the support team and showed my Exam area and everything ve...

  • 1943 Views
  • 5 replies
  • 1 kudos
Latest Reply
prajwal-c
New Contributor II
  • 1 kudos

Hi @Cert-TeamOPS ,My exam was rescheduled today and I gave my exam and still it got suspended, it's very sad that it's happening again to meI have complied with all the rules set by the exam.The question and options are on the complete left of the sc...

  • 1 kudos
4 More Replies
Chughes1408
by New Contributor II
  • 5059 Views
  • 3 replies
  • 1 kudos

#Table object name limits

Hi, is there a limit on the number of characters a table object name can be? If so, please provide the source of where this information can be found.

  • 5059 Views
  • 3 replies
  • 1 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 1 kudos

Hi @Chughes1408 ,The table name can have up to 255 characters:The source:Names - Azure Databricks - Databricks SQL | Microsoft Learn

  • 1 kudos
2 More Replies
trivedi5678
by New Contributor III
  • 1526 Views
  • 1 replies
  • 0 kudos

Databricks Data engineering associates exam got suspended need urgent help

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 Databricks Certified: Data Engineer Associate certific...

  • 1526 Views
  • 1 replies
  • 0 kudos
Latest Reply
Cert-TeamOPS
Databricks Employee
  • 0 kudos

Hello @trivedi5678 , Thank you for reaching out to Databricks Community support! We know how frustrating it must be for you. Thank you for filing a ticket with our support team. Please allow the support team 24-48 hours for a resolution. In the meant...

  • 0 kudos
weilin0323
by New Contributor III
  • 670 Views
  • 0 replies
  • 1 kudos

Testing and Issues Related to Admin Role Changes

Hello,I would like to ask a question regarding user permissions.Currently, all team members are admins. Recently, we plan to change the admin roles so that only I and another user, A, will be admins. The other members will retain general usage permis...

  • 670 Views
  • 0 replies
  • 1 kudos
Deepak648
by New Contributor
  • 699 Views
  • 1 replies
  • 0 kudos

Unable to sign up for databricks coummunity edition.

HI, I a getting error an error has occured .Please try again later while creating data bricks community edition account steps i followed are1. provided the datails like name , email etc,2. in the next page upon clicking get started with coummunity ed...

Screenshot 2024-09-22 105909.png
  • 699 Views
  • 1 replies
  • 0 kudos
Latest Reply
gchandra
Databricks Employee
  • 0 kudos

I tried creating with personal email, and it worked smoothly. Please try it in incognito mode if you have any extensions that are stopping it from working. 

  • 0 kudos
june_tan
by Databricks Employee
  • 9130 Views
  • 2 replies
  • 2 kudos

Databricks Asia-Pacific LLM Cup 2023 - So you think you can hack?

You are invited to participate in Databricks Asia-Pacific LLM Cup 2023, an exciting virtual hackathon which kicks off in the month of October. Businesses across Asia-Pacific and Japan will have the opportunity to build, iterate and polish your LLM id...

rsz_2023-07-apj-virtual-hackathon-thumbnail-300x300-2x (1).png
  • 9130 Views
  • 2 replies
  • 2 kudos
Latest Reply
Mostelf
New Contributor II
  • 2 kudos

Hi! This sounds like a great opportunity for anyone interested in machine learning and wanting to develop their skills through real projects. B If you are looking for additional resources to promote your ideas or want to increase the effectiveness of...

  • 2 kudos
1 More Replies
radix
by New Contributor II
  • 3918 Views
  • 4 replies
  • 2 kudos

Editor lags

Does anyone else experiencing lags on the Databricks notebook editor?The typing is sometimes very slow causes the cell to hang for a moment. (Using python)

  • 3918 Views
  • 4 replies
  • 2 kudos
Latest Reply
a-sky
New Contributor II
  • 2 kudos

The notebook editor has been sluggish for me regardless of splitting up between cells and the language in use. Very frustrating.

  • 2 kudos
3 More Replies
weilin0323
by New Contributor III
  • 1149 Views
  • 1 replies
  • 1 kudos

Restricting Notebook Access in a Team of Admins

Hello,I would like to ask a question regarding user permissions:In a situation where all team members are admins, is it possible to restrict access to a specific notebook in Databricks so that only I can view and write it?Thank you

  • 1149 Views
  • 1 replies
  • 1 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 1 kudos

Hi @weilin0323 ,If Worskspace Access Control is enabled, you are able to manage access to directories and individual notebooks, so you will be able to remove the access, but since all the other users are admins, they will be able to grant access to t...

  • 1 kudos
tamer
by New Contributor II
  • 1185 Views
  • 2 replies
  • 0 kudos

CICD Unity Catalog

Hello How do you handle deploying Databricks Unity Catalog resources (schemas, tables, views, permissions) across environments? What are the strategies for building (compiling), validating and deploying these resources and ensure they’re error-free a...

  • 1185 Views
  • 2 replies
  • 0 kudos
Latest Reply
tamer
New Contributor II
  • 0 kudos

Thanks, yes DAB can be used, but I'm still wondering how to validate the syntax, dependencies, permissions, etc. before deploying the DAB. Example: when you deploy an SQL Database DACBAC file, first you need to build the project and generate a DACBAC...

  • 0 kudos
1 More Replies
ErikJ
by New Contributor III
  • 2536 Views
  • 3 replies
  • 2 kudos

Resolved! Specify cluster when using dbutils.notebook API

Hello! Anyone know if there is a way of specifying cluster when using dbutils.notebook.run() ? As i understand it, this command will create a job compute on the run? but what if I want to use my general purpose cluster? I have been thinking of %run b...

  • 2536 Views
  • 3 replies
  • 2 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 2 kudos

Hi @ErikJ ,Check the docs:Also you may run the help method:.The parameters of the method are:1. path2. timeoutSeconds3. arguments

  • 2 kudos
2 More Replies
Mihai_Cog
by Contributor
  • 8817 Views
  • 5 replies
  • 0 kudos

Issue with Visual Studio Code Databricks extension

Hello,I successfully installed the extension and connected it to my databricks account. But when I try to select the repo (which already exists under repos in my databricks repo account) for syncing , I don't see it.I use Azure Devops (Git repo) as s...

  • 8817 Views
  • 5 replies
  • 0 kudos
Latest Reply
saadansari-db
Databricks Employee
  • 0 kudos

I think the building spinner can be confusing - we are looking at improving that experience.  Did the cell-by-cell execution work for you now?

  • 0 kudos
4 More Replies
tyle_r
by New Contributor II
  • 1616 Views
  • 2 replies
  • 0 kudos

Lake house monitoring prodile_metrics and drift_metrics are empty

I am wondering why when i create a lakehouse monitor using either the API or UI, that my profile_metrics and data_drift tables are empty. This error came after i changed my date from type date to timestamp. Any information would be greatly appreciate...

  • 1616 Views
  • 2 replies
  • 0 kudos
Latest Reply
tyle_r
New Contributor II
  • 0 kudos

The issue comes where you don't include data with a timestamp that's within the last 30 days, as the analysis done on the table is only done within the last 30 days worth of data.

  • 0 kudos
1 More Replies
fridthoy
by New Contributor II
  • 437 Views
  • 0 replies
  • 0 kudos

deleteing old databricks workspace but keeping the data

Hi! I am currently working on a old databricks workspace where we have stored a lot of data, we have migrated over to a new workspace and i want to delete the old one. Before deleting the workspace i want to store the data in a blob storage in azure....

  • 437 Views
  • 0 replies
  • 0 kudos
marcuskw
by Contributor II
  • 6897 Views
  • 9 replies
  • 2 kudos

Create a Workflow Schedule with varying Parameters

We aim to reduce the amount of notebooks we create to a minimum and instead make these fairly flexible. Therefore we have a Factory setup that takes in a parameter to varies the logic.However when it comes to Workflows we are forced to create multipl...

  • 6897 Views
  • 9 replies
  • 2 kudos
Latest Reply
SamAdams
Contributor
  • 2 kudos

We're also running into this issue on my team where having multiple cron schedules would be handy. We have some pipelines that we want run on multiple schedules, say to refresh data "Run every Sunday at midnight" and "Run on the first day of the mont...

  • 2 kudos
8 More Replies
le_clemo
by New Contributor II
  • 1160 Views
  • 0 replies
  • 1 kudos

Unable to login to community addition account

Hello, I created a community edition account yesterday. Earlier today, I was still able to sign in and everything worked as expected. Now, whenever I try to sign in, I get the following error: "We were not able to find a Community Edition workspace w...

  • 1160 Views
  • 0 replies
  • 1 kudos

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