- 943 Views
- 2 replies
- 1 kudos
Memory leak
I created a databricks JDBC connection class following the code ##https://docs.databricks.com/en/integrations/jdbc/authentication.htm I observed that after a number of execute SQL calls , there were 27000 instances of com.databricks.client.jdbc42.int...
- 943 Views
- 2 replies
- 1 kudos
- 1388 Views
- 2 replies
- 3 kudos
Resolved! UCX Installation Error
I'm getting the following error when trying to install UCX on my local machine using the databricks CLI v0.212.1. I've authenticated the CLI with the required workspace using databricks config with the host and PAT generated. I also have admin privil...
- 1388 Views
- 2 replies
- 3 kudos
- 3 kudos
Try to install ucx previous version 0.28.2databricks labs install ucx@v0.28.2
- 3 kudos
- 1066 Views
- 1 replies
- 2 kudos
Resolved! Error While creating the Databricks workspace on the AWS cloudformation stack
Hello,I was trying to create a Databricks workspace using a CloudFormation template. During the process, I found that we need Databricks account information, such as the workspace account email and workspace password. However, since we use SSO for lo...
- 1066 Views
- 1 replies
- 2 kudos
- 2 kudos
As @Retired_mod said, you just need to change authentication to token in your template or just change deployment to AWS::IAM::Role which has access. You can also consider switching to Terraform.
- 2 kudos
- 966 Views
- 1 replies
- 1 kudos
Question about Databricks Academy Labs
Hello, I am new to Databricks, and I would like to know what I can get from Databricks academy labs vs. blended learning, since the price difference is very steep.Here it says that academy labs alone would already provide me with hands-on and guided ...
- 966 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @fabuvel ,Yep, pretty much it. Some folks prefer learning with instructors. Added benefit of this approach is, when you have a question that isn't covered on self-pace learning course/lab you can always ask instructor to clarify any doubts.
- 1 kudos
- 3406 Views
- 5 replies
- 9 kudos
Resolved! Submit your feedback and win a $25 gift card!
Your feedback is crucial to us and directly influences how we innovate and improve our customer experience. To share your success and feedback with Databricks, please visit this link. The first 20 people to submit a completed survey response will ...
- 3406 Views
- 5 replies
- 9 kudos
- 9 kudos
I am looking for a free voucher for databricks data engineer certification. Please guide
- 9 kudos
- 1644 Views
- 4 replies
- 2 kudos
Databricks data engineer associate exam Suspended
@Cert-Team @Certificate @Cert-Bricks Hi Team,Please help me, I have just been suspended from my above exam. At first I was told I was looking around too much even though I was genuinely looking at the screen only. I had completed all questions and w...
- 1644 Views
- 4 replies
- 2 kudos
- 2 kudos
I've had it happen to myself the team if you work with can get you setup. My lesson learned was not to schedule it on halloween.
- 2 kudos
- 944 Views
- 3 replies
- 1 kudos
Databricks Certified Data Engineer Associate - Suspended
Hello Team,My Databricks exam was scheduled for 4:00 pm IST on 21st July. I was giving my exam peacefully and was focused on the screen all the time. I was done with almost all question and the moment I started reviewing few questions which were mark...
- 944 Views
- 3 replies
- 1 kudos
- 1 kudos
@Cert-Team please help me out here , it is very frustrating.
- 1 kudos
- 950 Views
- 2 replies
- 2 kudos
Databricks Certified Data Engineer Associate certification exam suspended_2024
Hi @Cert_Team,I am writing to request a review of my recently suspended exam. I believe that I have adhered to all exam rules and guidelines.I would like to provide some context for your understanding, I applied for Databricks Certified: Data Enginee...
- 950 Views
- 2 replies
- 2 kudos
- 2 kudos
Also, kindly resume the exam from the last question i attended.
- 2 kudos
- 1697 Views
- 2 replies
- 2 kudos
Resolved! Migrating dashboards from one workspace to another workspace
I'm exporting dashboard objects from an existing workspace to new workspace but after importing ,the underlying dashboards data is not coming to new workspace. I'm using the below code. Can anyone helpimport osimport requestsimport jsonimport logging...
- 1697 Views
- 2 replies
- 2 kudos
- 2 kudos
Hi, you can use the workspace API to import the dashboard: https://learn.microsoft.com/en-us/azure/databricks/dashboards/tutorials/workspace-lakeview-api#step-3-import-a-dashboard A code example is available on this thread: https://community.databric...
- 2 kudos
- 1654 Views
- 5 replies
- 1 kudos
To trigger databricks workflow on defined frequency
Hi Databricks, I am trying to run a databricks workflow on scheduled basis (for e.g. the frequency is after every five mins). Here is the databricks.yaml file: bundle: name: dab_demo# include:# - resources/*.ymlvariables: job_cluster_key: desc...
- 1654 Views
- 5 replies
- 1 kudos
- 1 kudos
Hi, let me explain you the current scenario, we have databricks workflows which has DS, DE and MLOps tasks. The workflows are meant to be triggered on a specific frequency i.e. Monthly and Quarterly and Quarterly workflow depends on the Monthly workf...
- 1 kudos
- 673 Views
- 1 replies
- 1 kudos
Cannot use Databricks VSCode extensions on repository with ".devcontainer" folder
Hi, I have a repository that contains a ".devcontainer" folder. I use VSCode and try to use the databricks extension following this guide When I run "Upload and Run File on Databricks" I have this error and then cannot run the python scriptSync Error...
- 673 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @Retired_mod The folder lays plain in the repository. When logging on the databricks Web UI I can see that the folder (together with its content) was correctly copied But I still have the error messsage in VSCode
- 1 kudos
- 520 Views
- 1 replies
- 0 kudos
Exam got suspended
Hi Team,In this morning i was taking the exam suddenly proctor asked me to show the room and walls i showed him then he suspended my exam no one was there. I dont understand why he suspended the exam. Kindly reschedule the exam i need the certificati...
- 520 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi Team,Could you please atleast reschedule the exam. i will take it from the prometric centerthanks
- 0 kudos
- 1633 Views
- 2 replies
- 1 kudos
R Package Installation Best Practices
Hello,We are new to databricks and are wondering what the best practices are for R package installation. We currently have cluster spin up wait times of more than 20 minutes with our init scripts. We have tried the following:1. Libraries tab in the c...
- 1633 Views
- 2 replies
- 1 kudos
- 1 kudos
@Retired_mod Thank you for your detailed response! I think we would like to use Docker if we can because we are not using RStudio but R directly in the databricks notebooks and workflows. So, anymore information about R and Docker and Databricks woul...
- 1 kudos
- 4422 Views
- 6 replies
- 2 kudos
data quality check in data engineering
Can we use deequ library with azure databricks ? if yes Please provide some support material or examplesIs there any similar data quality library or suggestion to achieve automatic data quality check during data engineering (Azure databricks)Thanks i...
- 4422 Views
- 6 replies
- 2 kudos
- 2 kudos
Hi there! You could also take a look at Rudol, it enables no-code Data Quality validations to enable non-technical roles such as Business Analysts or Data Stewards to configure quality checks by themselves.
- 2 kudos
- 1772 Views
- 5 replies
- 5 kudos
Resolved! Unable to upload files from DBFS
When clicked on upload i am seeing below errorStorageContext com.databricks.backend.storage.StorageContextType$DbfsRoot$@2f3c3220 for workspace 1406865167171326 is not set in theCustomerStorageInfo.
- 1772 Views
- 5 replies
- 5 kudos
- 5 kudos
same issue at my end since yesterday.. does anyone know the reason and what needs to be done from our side (if any) to fix this.
- 5 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-
AI Summit
4 -
Azure
2 -
Azure databricks
2 -
Bi
1 -
Certification
1 -
Certification Voucher
2 -
Community
7 -
Community Edition
3 -
Community Members
1 -
Community Social
1 -
Contest
1 -
Data + AI Summit
1 -
Data Engineering
1 -
Databricks Certification
1 -
Databricks Cluster
1 -
Databricks Community
8 -
Databricks community edition
3 -
Databricks Community Rewards Store
3 -
Databricks Lakehouse Platform
5 -
Databricks notebook
1 -
Databricks Office Hours
1 -
Databricks Runtime
1 -
Databricks SQL
4 -
Databricks-connect
1 -
DBFS
1 -
Dear Community
1 -
Delta
9 -
Delta Live Tables
1 -
Documentation
1 -
Exam
1 -
Featured Member Interview
1 -
HIPAA
1 -
Integration
1 -
LLM
1 -
Machine Learning
1 -
Notebook
1 -
Onboarding Trainings
1 -
Python
2 -
Rest API
10 -
Rewards Store
2 -
Serverless
1 -
Social Group
1 -
Spark
1 -
SQL
8 -
Summit22
1 -
Summit23
5 -
Training
1 -
Unity Catalog
3 -
Version
1 -
VOUCHER
1 -
WAVICLE
1 -
Weekly Release Notes
2 -
weeklyreleasenotesrecap
2 -
Workspace
1
- « Previous
- Next »