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

tigerhawkvok
by New Contributor
  • 1121 Views
  • 1 replies
  • 0 kudos

DIAS 2023 -- recommend the training!

Did the SparkUI training yesterday with Mark Ott, and I highly recommend it. It was super helpful and provided a lot of clarity around some of the vaguer terms and metrics, and some surprise penalties.In-memory partition size is the the main thing to...

  • 1121 Views
  • 1 replies
  • 0 kudos
Latest Reply
harshadsaglani
New Contributor II
  • 0 kudos

Hi, I can't find this course... can you please share the full name of this course? Thanks in advance 

  • 0 kudos
Phani1
by Valued Contributor II
  • 1328 Views
  • 4 replies
  • 0 kudos

Talend ETL code to Databricks

Hi Team,What is the best way to transfer Talend ETL code to Databricks and what are the best methods/practices for migrating Talend ETL's to Databricks (notebook, code conversion/migration strategy, workflow's etc)?Regards,Janga

  • 1328 Views
  • 4 replies
  • 0 kudos
Latest Reply
thelogicplus
Contributor
  • 0 kudos

if you're planning to migrate from your current technology to Databricks, Travinto Technologies' Code Converter Tool is here to make the process seamless. This powerful tool enables you to migrate data, ETL workflows, and reports across platforms eff...

  • 0 kudos
3 More Replies
SalDossored
by New Contributor II
  • 4221 Views
  • 2 replies
  • 0 kudos

PPT material or document from Databricks Learning

Hello Databricks Community,I am a beginner with Databricks. I am wondering if we can download power point slides or learning documents from the Databricks Learning Platform. I like to read after taking the online course. Could you let me know? Curren...

Get Started Discussions
Learning Databricks
study material
  • 4221 Views
  • 2 replies
  • 0 kudos
Phani1
by Valued Contributor II
  • 198 Views
  • 3 replies
  • 1 kudos

Delta sharing vs CosmosDB

 Hi All,We have a situation where we write data to CosmosDB and create JSON data for a transaction table, which includes a mini statement in JSON format.Now, we want to introduce the concept of delta sharing and share the transaction table. The Java ...

  • 198 Views
  • 3 replies
  • 1 kudos
Latest Reply
Phani1
Valued Contributor II
  • 1 kudos

Thanks for  your reply,Right now, the team is transferring data from Databricks to Cosmos DB, and then they're using REST APIs to access that data. They handle about 100 requests per minute, with some tables needing around 100 requests per second due...

  • 1 kudos
2 More Replies
Vanshika
by New Contributor
  • 573 Views
  • 1 replies
  • 0 kudos

Databricks and Cloud Services Pricing

Hi,If I connect databricks (trial version) with AWS/Azure/Google Cloud and then work on dashboards and Genie - will there be any minimal charges, or its completely free to use the cloud services?

  • 573 Views
  • 1 replies
  • 0 kudos
Latest Reply
ystoikov
New Contributor II
  • 0 kudos

Anyway, you will pay for cloud provider products - VM, IPs. etc, 

  • 0 kudos
spijl
by New Contributor III
  • 262 Views
  • 2 replies
  • 0 kudos

Resolved! Datagrip connection error

I am trying to connect with Datagrip provided driver. I am not getting this to work with token from datagrips. The connection url is: jdbc:databricks://dbc-******.cloud.databricks.com:443/***_analytics;httpPath=/sql/1.0/warehouses/ba***3  I am gettin...

  • 262 Views
  • 2 replies
  • 0 kudos
Latest Reply
spijl
New Contributor III
  • 0 kudos

hi @Alberto_Umana thanks. I created the token in databricks under User Settings > Access Tokens indeed. Not sure how to ensure is valid and has the necessary permissions to access the Databricks SQL warehouse. I generated it recently though.

  • 0 kudos
1 More Replies
Phani1
by Valued Contributor II
  • 7296 Views
  • 2 replies
  • 0 kudos

SAP Successfator

Hi Team,We are working on a new Data Product onboarding to the current Databricks Lakehouse Platform.The first step is foundation where we should get data from SAP success factors to S3+ Bronze layer and then do the initial setup of Lakehouse+Power B...

  • 7296 Views
  • 2 replies
  • 0 kudos
Latest Reply
Fabrizio11
New Contributor II
  • 0 kudos

Hi everyone! Great article, by the way. What's your favorite strategy for winning in online games?

  • 0 kudos
1 More Replies
enhancederroruk
by New Contributor II
  • 2562 Views
  • 2 replies
  • 1 kudos

Chrome/Edge high memory usage for Databricks tabs.

Is it normal for Databricks tabs to be using such high memory?The Chrome example I just got a screenshot of was this (rounded up/down)...3 x Databricks tabs for one user, sized at6gb, 4.5gb, and 2gbTotal = 12.5gbI know it gets higher than this too, I...

  • 2562 Views
  • 2 replies
  • 1 kudos
Latest Reply
AlexG
New Contributor III
  • 1 kudos

Having the issue for a while now. Open Databricks notebook tabs routinely take up 3GB of memory each.

  • 1 kudos
1 More Replies
ClaudiuSolar
by New Contributor III
  • 10461 Views
  • 4 replies
  • 0 kudos

Resolved! SAP HANA Smart Data Access to Databricks SQL Warehouse

HiI'm currently looking into connecting to the SQL Warehouse through SDA/SDI. Does anyone have any experience doing so and can share some takeaways on how to implement it. We want to expose the Databricks tables to SAP. We're already doing this by us...

  • 10461 Views
  • 4 replies
  • 0 kudos
Latest Reply
felixdmeshio
New Contributor III
  • 0 kudos

Hey,If you're exploring how to connect your SQL Warehouse to SAP or want to streamline the process of transferring data from SAP HANA into Databricks, our SAP HANA to Databricks Connector could be a valuable tool. This connector allows you to directl...

  • 0 kudos
3 More Replies
shweta_m
by New Contributor
  • 146 Views
  • 1 replies
  • 0 kudos

Converting Managed Hive Metastore Table to External Table with Mount Point Location

We have a managed Hive Metastore (HMS) table, and we would like to convert it into an external table and the location of that external hms table as mount points.

  • 146 Views
  • 1 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

You could create the table as external table by using CREATE TABLE student_copy AS SELECT * FROM student; to pull the data from the managed table.

  • 0 kudos
tyorisoo
by New Contributor III
  • 460 Views
  • 3 replies
  • 0 kudos

Databricks Lake House Data Clean Room Utilization

Hello.Is it possible to do masking on column data, etc. for the data provided by the cleanroom creatorI am wondering because I don't think Delta shaling allows masking of column data.

  • 460 Views
  • 3 replies
  • 0 kudos
Latest Reply
ozaaditya
Contributor
  • 0 kudos

Yes, you are correct. Databricks cleanrooms are built on Delta Sharing, which is foundational to how data is securely shared in Databricks. Since Delta Sharing itself does not natively support column-level masking or row-level security, these feature...

  • 0 kudos
2 More Replies
TakuyaOmi
by Valued Contributor
  • 403 Views
  • 1 replies
  • 0 kudos

About "Jobs Light Compute" Listed in the Azure Databricks Pricing Table

Hello,While reviewing the Azure Databricks pricing page to check the cost for Job Compute, I came across a term I hadn’t seen before: "Jobs Light Compute."I suspect this refers to the now end-of-support Databricks Runtime known as Databricks Light:Da...

TakuyaOmi_0-1733846641884.png
  • 403 Views
  • 1 replies
  • 0 kudos
Latest Reply
Rjdudley
Contributor II
  • 0 kudos

"Light" is deprecated, and you can't create a new compute with that type.  Usually when deprecated products show up on pricing pages, someone is paying for extended support to Microsoft, but sometimes it means they didn't edit that page.  You can alw...

  • 0 kudos
eduardo_v
by New Contributor
  • 215 Views
  • 0 replies
  • 0 kudos

Problem when use synapse ml lightgbm with feature store

 I'm running a model using LGBM with Spark, within Pipeline, but when I log it to MlFlow using the log_model feature store function, I can't replicate the pipeline in prediction. When I execute:predict = fs.score_batch(logged_model, df_pred) display(...

eduardo_v_2-1733517977930.png eduardo_v_1-1733517924811.png eduardo_v_3-1733518156483.png
  • 215 Views
  • 0 replies
  • 0 kudos
Revathy123
by New Contributor III
  • 13118 Views
  • 5 replies
  • 3 kudos

Resolved! Databricks Monitoring

Hi Everyone,can someone suggest me to select best native job monitoring tool available in Databricks for fulfill my need;we need to monitor the following:Number of failed jobs and its name : for last 24 hoursTable that are not getting dataLatest inge...

  • 13118 Views
  • 5 replies
  • 3 kudos
Latest Reply
Yaadhudbe
New Contributor II
  • 3 kudos

You can use the databricks API to collect all required information.. https://docs.databricks.com/api/workspace/jobs/listLoad the output to a delta table. Use the Databricks dashboards in displaying this data.. schedule the job for loading the databri...

  • 3 kudos
4 More Replies

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
Labels
Top Kudoed Authors