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

DE-cat
by New Contributor III
  • 1252 Views
  • 0 replies
  • 0 kudos

This job uses a format which has been deprecated since 2016

After creating a Databricks job using CLI v0.214.0 from a JSON input.I see the following message in the UI: "This job uses a format which has been deprecated since 2016, update it to dependent libraries automatically or learn more"When I update it, I...

  • 1252 Views
  • 0 replies
  • 0 kudos
nan
by New Contributor II
  • 5748 Views
  • 0 replies
  • 0 kudos

TIMEZONE

Can I get some help from Databricks to help me understand how those timestamps being interpreted? Some are really confusing me. I have timestamp coming into AWS Databricks as String type. And the string timestamp is represented in UTC. I ran below qu...

  • 5748 Views
  • 0 replies
  • 0 kudos
Peter_Jones
by New Contributor III
  • 11381 Views
  • 1 replies
  • 0 kudos

Syntax of UPDATE Command in DataBricks

Hi All,I am testing the sql generated by our ETL software to see if it can run on data bricks SQL which I believe is Delta Tables underneath. This is the statement we are testing. As far as I can tell from the manual the from clause is not supported ...

  • 11381 Views
  • 1 replies
  • 0 kudos
ManiTejaG
by New Contributor II
  • 1692 Views
  • 1 replies
  • 0 kudos

Workspace level changes in databricks

Hi Team,Is there any way in data bricks to track the changes that happen at notebook level. I know using system tables we can track the changes that happen at table/view/function/ other objects. However, is there any way to track all those changes in...

  • 1692 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ayushi_Suthar
Databricks Employee
  • 0 kudos

Hi @ManiTejaG , Hope you are doing well!  You can use the Audit logs to capture the notebook events that are logged at the workspace level. Please refer to this for more details : https://docs.databricks.com/en/administration-guide/account-settings/a...

  • 0 kudos
Priyam1
by New Contributor III
  • 7829 Views
  • 4 replies
  • 1 kudos

Resolved! Unable to use the bamboolib in a databricks notebook

I am getting the same below error message while trying to use Bamboolib in a databricks notebook.Error: Could not display the widget. Please re-run the cell.I have installed the pypi libraries for bamboolib on the cluster and the databricks runtime v...

  • 7829 Views
  • 4 replies
  • 1 kudos
Latest Reply
Priyam1
New Contributor III
  • 1 kudos

Thanks for the help.it worked.

  • 1 kudos
3 More Replies
dplautjhmi
by New Contributor
  • 3693 Views
  • 1 replies
  • 0 kudos

Bamboolib Error: Could not display the widget. Please re-run the cell.

Trying to run bamboolib via command bamI get: Error: Could not display the widget. Please re-run the cell.I get this sometimes. Not others.Other times bam UI works. Help

  • 3693 Views
  • 1 replies
  • 0 kudos
Latest Reply
Priyam1
New Contributor III
  • 0 kudos

I am getting the same below error message while trying to use Bamboolib in a databricks notebook.Error: Could not display the widget. Please re-run the cell.I have installed the pypi libraries for bamboolib on the cluster and the databricks runtime v...

  • 0 kudos
277745
by New Contributor
  • 3055 Views
  • 0 replies
  • 0 kudos

Pandas_Udod max batch size not working in notebook

Hello I am trying to set max batch size for pandas-udf in Databricks notebook, but in my tests it doesn’t have any effect on size. spark.conf.set("spark.sql.execution.arrow.enabled", "true")spark.conf.set('spark.sql.execution.arrow.maxRecordsPerBatch...

  • 3055 Views
  • 0 replies
  • 0 kudos
dollyb
by Contributor II
  • 11074 Views
  • 13 replies
  • 1 kudos

Databricks Connect Scala -

Hi,I'm using Databricks Connect to run Scala code from IntelliJ on a Databricks single node cluster.Even with the simplest code, I'm experiencing this error:org.apache.spark.SparkException: grpc_shaded.io.grpc.StatusRuntimeException: INTERNAL: org.ap...

  • 11074 Views
  • 13 replies
  • 1 kudos
Latest Reply
dollyb
Contributor II
  • 1 kudos

I just hope Databricks will pay attention to it.

  • 1 kudos
12 More Replies
Hubert-Dudek
by Databricks MVP
  • 3296 Views
  • 3 replies
  • 6 kudos

Avatars in Community

Could it be nice to enable the use of one own photo instead of a ready avatar?

  • 3296 Views
  • 3 replies
  • 6 kudos
Latest Reply
Chaitanya_Raju
Honored Contributor
  • 6 kudos

I think you can tag the Admins or the Community managers where they can help you with some relevant answers , tagging a few I know.@Kaizen@Sujitha @s_park @

  • 6 kudos
2 More Replies
ivanychev
by Contributor II
  • 2074 Views
  • 1 replies
  • 0 kudos

community.databricks.com doesn't open in Poland?

I and 3 of my friends can't open https://community.databricks.com/ from Poland. The page returns 403. Different LTE and internet providers

  • 2074 Views
  • 1 replies
  • 0 kudos
Latest Reply
daniel_sahal
Databricks MVP
  • 0 kudos

I'm having the same issue while connecting from my ISP from Poland. @Retired_mod can you please help us with this?

  • 0 kudos
arkiboys
by Contributor
  • 7860 Views
  • 4 replies
  • 2 kudos

Resolved! Action Required: Init Scripts on DBFS will stop working

Hello,I am seeing this message on all databricks environments.Action Required: Init Scripts on DBFS will stop working on March 31, 2024You must migrate init scripts of DBFS or opt-in to a september 1, 2024 extension by March 31Not sure what this is f...

  • 7860 Views
  • 4 replies
  • 2 kudos
Latest Reply
Kaizen
Valued Contributor
  • 2 kudos

How are yall managing your init script versions? I have mine in a repo i connected into databricks workspace and im using it within there. With multiple users they can push it to the repo and we can merge it in.

  • 2 kudos
3 More Replies
santiagortiiz
by Databricks Partner
  • 2282 Views
  • 1 replies
  • 0 kudos

Enhance Documentation for databricks-connect for python

Hello, I'm setting up a python environment to work with databricks in vscode using Windows.I followed the instructions in Install Databricks Connect for Python, and found some issues/conflicts/errors:- There is a useless tip in the Set up the client ...

Get Started Discussions
conflicts
errors
installation-issues
  • 2282 Views
  • 1 replies
  • 0 kudos
Latest Reply
santiagortiiz
Databricks Partner
  • 0 kudos

Additionally, there are no comments on how to avoid uploading virtual environment to the catalog when using databricks extension for vscode

  • 0 kudos
yatharth
by New Contributor III
  • 5537 Views
  • 2 replies
  • 2 kudos

Metric Tables not created automatically

I was trying the new lakehouse monitoring feature for one of my unity tables, and when I create a monitoring dashboard for my table, the 2 metric tables({output_schema}.{table_name}_profile_metrics and {output_schema}.{table_name}_drift_metrics) are ...

  • 5537 Views
  • 2 replies
  • 2 kudos
Latest Reply
Cas
New Contributor III
  • 2 kudos

Any success/workaround on this topic? I have the same issue

  • 2 kudos
1 More Replies
RohitB91
by New Contributor III
  • 2812 Views
  • 2 replies
  • 1 kudos

DataEngineer Associate Exam got Suspended. Raised Ticket. No Response

Hi Team,This is the second time I am tryng to post a discussion in the community. The first time it was marked SPAM. It has been a terrible experience so far with my Databricks Data Engineer Associate exam getting suspended by the proctor for reasons...

  • 2812 Views
  • 2 replies
  • 1 kudos
Latest Reply
Cert-Team
Databricks Employee
  • 1 kudos

@RohitB91 the support team is awaiting your response for a date / time you are available to resume your exam. Your registration confirmation email should contain this detail: Preparation for taking your Online proctored Exam Understand the computer r...

  • 1 kudos
1 More Replies
Labels