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

sai_sathya
by New Contributor III
  • 2522 Views
  • 1 replies
  • 0 kudos

validating record count at SQL server database tabbles with migrated azure data lake gen2

we are migrating out project from on-premise to azure , so on-premise database is the SQL server that we are using and azure data lake gen2 is the storage location where store data currently and so far we are currently validating record count of each...

  • 2522 Views
  • 1 replies
  • 0 kudos
Ankita1
by New Contributor
  • 1939 Views
  • 0 replies
  • 0 kudos

Deleting external table takes 8 hrs

Hi,I am trying to delete the data from the external partitioned table, it has around 3 years of data, and the partition is created on the date column.I am trying to delete each partition first and then the schema of the table, which takes around 8hrs...

  • 1939 Views
  • 0 replies
  • 0 kudos
THIAM_HUATTAN
by Valued Contributor
  • 2955 Views
  • 0 replies
  • 0 kudos

why the code breaks below?

from pyspark.sql import SparkSessionfrom pyspark.ml.regression import LinearRegressionfrom pyspark.ml.feature import VectorAssemblerfrom pyspark.ml.evaluation import RegressionEvaluatorfrom pyspark.ml import Pipelineimport numpy as np# Create a Spark...

  • 2955 Views
  • 0 replies
  • 0 kudos
Isolated
by New Contributor
  • 2333 Views
  • 2 replies
  • 0 kudos

Having trouble with ARC (Automated Record Connector) Python Notebook

I'm trying to use Databricks ARC (Automated Record Connector) and running into an object issue. I assume I'm missing something rather trivial that's not related to ARC. #Databricks Python notebook #CMD1 import AutoLinker from arc.autolinker import A...

  • 2333 Views
  • 2 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

https://www.databricks.com/blog/improving-public-sector-decision-making-simple-automated-record-linking and https://github.com/databricks-industry-solutions/auto-data-linkage#databricks-runtime-requirements

  • 0 kudos
1 More Replies
AkhilInala
by Databricks Partner
  • 3041 Views
  • 1 replies
  • 0 kudos

Databricks Certified Data Engineer Associate Exam suspended

Initially, My exam was suspended after 20 mins on me into the exam. I stated that there was some internet issue from my end(however there wasn't any). However, I immediately reached out to Kryterion folks but they responded after 50 minutes and allow...

  • 3041 Views
  • 1 replies
  • 0 kudos
Latest Reply
AkhilInala
Databricks Partner
  • 0 kudos

Adding my username - akhil.inala@tredence.comexam - Databricks Certified Data Engineer Associate Exam

  • 0 kudos
Data_Analytics1
by Contributor III
  • 2432 Views
  • 2 replies
  • 0 kudos

Delta Sharing CDF API error: "RESOURCE_LIMIT_EXCEEDED"

Hi, When attempting to read a particular version from the Databricks Delta Sharing CDF (Change Data Feed) API, even when that version contains only one data file, an error occurs due to a timeout with following message:"errorCode": "RESOURCE_LIMIT_EX...

  • 2432 Views
  • 2 replies
  • 0 kudos
Latest Reply
MaxGendu
New Contributor II
  • 0 kudos

Hi Data_Analytics1Use Optimize on your delta tables. Refer https://docs.databricks.com/en/sql/language-manual/delta-optimize.html

  • 0 kudos
1 More Replies
Kiran-Sonawane
by New Contributor
  • 1633 Views
  • 1 replies
  • 0 kudos

Databricks Pricing Model

Hello Everyone!!I'm new on Databricks Platform & I'm using Databricks for learning purposes.I want to undetstand pricing model of databricks. How Databricks calculates DBU from Compute Type & Instance Type For AWS, Azure & GCP.Can Anyone Explain It.T...

  • 1633 Views
  • 1 replies
  • 0 kudos
Latest Reply
jose_gonzalez
Databricks Employee
  • 0 kudos

I would like to share the following url https://www.databricks.com/product/pricing/product-pricing/instance-types it will help you to get a price estimation 

  • 0 kudos
Souvikng
by New Contributor
  • 1411 Views
  • 1 replies
  • 0 kudos

Databricks certification

I joined two events on 7th Sept,2023 and it was told that by oct 1st week 50% discounted voucher will be given .Also after joining I filled survey by attaching lakehouse fundamentals certificate. Still I didn't get any mail regarding this voucher cou...

  • 1411 Views
  • 1 replies
  • 0 kudos
Latest Reply
Sujitha
Databricks Employee
  • 0 kudos

@SouvikngTo expedite your request, please list your concern on our ticketing portal. Our support staff would be able to act faster on the resolution (our standard resolution time is 24-48 hours). Thank you for posting your concern on Community! 

  • 0 kudos
john2
by New Contributor II
  • 2739 Views
  • 2 replies
  • 0 kudos

Disable personal compute for everyone including workspace admins

If we disable personal compute feature in the account console, it gets deactivated only for non-admin users but still admin users are able to create personal compute clusters. Is there way to restrict to everyone? If not, can you raise a feature requ...

  • 2739 Views
  • 2 replies
  • 0 kudos
Latest Reply
john2
New Contributor II
  • 0 kudos

@DebayanI am talking about the personal compute feature here not the way how clusters are created. If personal compute feature is set to delegate, it should be disable for workspace admin users as well. If this is not supported, it's good to have fea...

  • 0 kudos
1 More Replies
Tushar9696
by New Contributor
  • 1332 Views
  • 0 replies
  • 0 kudos

Cloning Github Repository Accessibility

Hi all,I am trying to clone GitHub repository on the databricks notebook, but there are some accessibility issues faced here.Already linked the GitHub in the User Settings but still not working in the command on the notebook.

  • 1332 Views
  • 0 replies
  • 0 kudos
ChriZhan_93142
by New Contributor
  • 3245 Views
  • 1 replies
  • 0 kudos

how to upgrade pip associated with the default python

We have a job scheduled and submitted via Airflow to Databricks using api: api/2.0/jobs/runs/submit. Each time the job runs an ephemeral cluster will be launched and during the process a virtual env named: /local_disk0/.ephemeral_nfs/cluster_librarie...

  • 3245 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, I got an interesting article on the same. You can follow and let us know if this helps.  Please tag @Debayan with your next comment which will notify me!

  • 0 kudos
rendorHaevyn
by New Contributor III
  • 2141 Views
  • 0 replies
  • 0 kudos

Using map_filter / filter to return only map elements for a given predicate

I want to apply a filter to a map structure (on a column called "ActivityMap") for elements only where a given predicate holds. Representative data is below. Applying both "map_filter" and "array_contains" will return rows where a predicate holds, ho...

Get Started Discussions
filter
map_filter
MapType
pyspark
  • 2141 Views
  • 0 replies
  • 0 kudos
Labels