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

Anubhav2603
by New Contributor
  • 881 Views
  • 1 replies
  • 0 kudos

DLT Pipeline

I am working on DLT pipeline and have one question. As explained on this page (https://docs.databricks.com/aws/en/dlt/tutorial-pipelines?language=Python), we will end up creating 3 tables i.e. customer_cdc_bronze, customer_cdc_clean and customer. Thi...

  • 881 Views
  • 1 replies
  • 0 kudos
Latest Reply
nayan_wylde
Esteemed Contributor II
  • 0 kudos

With this optimized approach, I would suggest creating view for Clean table:1. Bronze Table: Raw CDC data (full storage)2. Clean View: No physical storage - computed on-demand3. Silver Table: Final processed data with SCD2 historyResult: ~67% storage...

  • 0 kudos
Mihai_Cog
by Contributor
  • 11896 Views
  • 7 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...

  • 11896 Views
  • 7 replies
  • 0 kudos
Latest Reply
LearningRate
New Contributor II
  • 0 kudos

I installed VS code 2 (strange name and version from MS) then i see all the option .... thanks just if someone also facing this issue

  • 0 kudos
6 More Replies
prakashhinduja2
by New Contributor
  • 371 Views
  • 1 replies
  • 0 kudos

Prakash Hinduja (Geneva) How fix SQL errors like INVALID_IDENTIFIER when running workflows?

I am Prakash Hinduja, a global financial strategist with deep roots in India and a current base in Geneva Switzerland (Swiss).I have been running into SQL errors like INVALID_IDENTIFIER when executing workflows in Databricks. I’ve checked for typos a...

  • 371 Views
  • 1 replies
  • 0 kudos
Latest Reply
Khaja_Zaffer
Esteemed Contributor
  • 0 kudos

Hello @prakashhinduja2 Are you getting error with this code? SQLSTATE: 42602Does your code has any Unquoted identifiers?

  • 0 kudos
smanblicks
by New Contributor III
  • 956 Views
  • 3 replies
  • 1 kudos

Resolved! Not able to create Databriks Compute in Central US

I Created my databricks account in Central US and I am not able to create Compute . So  I need help to create Compute.

  • 956 Views
  • 3 replies
  • 1 kudos
Latest Reply
brycejune
New Contributor III
  • 1 kudos

If everything looks fine, opening a support ticket with Databricks or your cloud provider (Azure/AWS) would be the quickest way to resolve this and get your compute set up.

  • 1 kudos
2 More Replies
momo0101
by New Contributor II
  • 1503 Views
  • 2 replies
  • 2 kudos

Resolved! Databricks Claude Access Error - Permission Denied

I'm using databricks-claude-sonnet-3.7 through Azure Databricks, and it was working until yesterday, but when I accessed it now, I got this error: Error: 403 {"error_code":"PERMISSION_DENIED","message":"PERMISSION_DENIED: Endpoint databricks-claude-s...

  • 1503 Views
  • 2 replies
  • 2 kudos
Latest Reply
momo0101
New Contributor II
  • 2 kudos

@szymon_dybczak Thank you! I'll wait a couple days and try again. Much appreciated!

  • 2 kudos
1 More Replies
varshanagarajan
by New Contributor
  • 1861 Views
  • 2 replies
  • 1 kudos

Pandas API on Spark creates huge query plans

Hello,I have a piece of code written in Pyspark and Pandas API on Spark. On comparing the query plans, I see Pandas API on Spark creates huge query plans whereas Pyspark plan is a tiny one. Furthermore, with Pandas API on spark, we see a lot of incon...

  • 1861 Views
  • 2 replies
  • 1 kudos
Latest Reply
BS_THE_ANALYST
Esteemed Contributor III
  • 1 kudos

@FRB1984 could you provide some examples? I'm curious. My first thoughts would be around the shuffling. Check this out: https://spark.apache.org/docs/3.5.4/api/python/user_guide/pandas_on_spark/best_practices.html . There's an argument to be made abo...

  • 1 kudos
1 More Replies
sumner-williams
by New Contributor II
  • 847 Views
  • 1 replies
  • 1 kudos

Resolved! Table Counts

Hello,My company loads a lot of tables into a databricks schema. I would like to build a dashboard on what has been loaded, but SQL commands like select * from information_schema do not work. Instead we have SHOW TABLES {FROM} LIKE {}; And that fails...

  • 847 Views
  • 1 replies
  • 1 kudos
Latest Reply
BS_THE_ANALYST
Esteemed Contributor III
  • 1 kudos

Just trying to rule out some of the lower-hanging stuff. When you run your SQL statements i.e.  select * from information_schemaAre you using the correct namespace syntax i.e. {catalog_here}.information_schemaAre you using Unity Catalog?Example of th...

  • 1 kudos
DataDp
by New Contributor
  • 1035 Views
  • 3 replies
  • 0 kudos

What permissions are needed to fix [INSUFFICIENT_PERMISSIONS] User does not have permission toSELECT

 Hi,I am getting the following error in Databricks when running a SELECT query:  [INSUFFICIENT_PERMISSIONS] Insufficient privileges: User does not have permission SELECT on any file. SQLSTATE: 42501Context:Environment: Unity Catalog enabledI am tryin...

  • 1035 Views
  • 3 replies
  • 0 kudos
Latest Reply
WiliamRosa
Honored Contributor III
  • 0 kudos

If you’re getting an “Insufficient Permissions” error in Databricks, it usually means your user is missing one or more privileges required for the action you’re trying to perform. In Unity Catalog, for example, querying a view in dedicated compute mo...

  • 0 kudos
2 More Replies
leticialima__
by New Contributor III
  • 1319 Views
  • 4 replies
  • 2 kudos

Resolved! add new column to a table and failing the previous jobs

 Hello community! I’m new to Databricks and currently working on a project structured in Bronze / Silver / Gold layers using Delta Lake and Change Data Feed.I recently added 3 new columns to a table and initially applied these changes via PySpark SQ...

  • 1319 Views
  • 4 replies
  • 2 kudos
Latest Reply
Khaja_Zaffer
Esteemed Contributor
  • 2 kudos

Hello @leticialima__ Good dayCan you please share the error observed on the driver log. is it : [Errno 13] Permission denied or No such file or directory? Please let me know the error on the driver log.  THank you. 

  • 2 kudos
3 More Replies
aw1
by New Contributor
  • 380 Views
  • 1 replies
  • 0 kudos

Steamlit in Databricks

HiI have developed a streamlit app locally on my desktop using dummy data, and now I want to be able to use actual data stored in azure blog storage. I have tried to run the same code within a notebook, but keep on getting dependency errors. Is there...

  • 380 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Community Manager
  • 0 kudos

Hello @aw1! What exact dependency errors or permission failures are you getting? Can you please share the error message?

  • 0 kudos
OrbitAnalytics
by New Contributor
  • 580 Views
  • 0 replies
  • 0 kudos

Exclusive Masterclass: Oracle Fusion + Databricks Integration using Orbit Analytics

Transform Your Oracle Fusion and Databricks Data into AI-Powered Business Intelligence with Orbit AnalyticsExclusive Masterclass: Oracle Fusion + Databricks Integration for more information click hereWhy This Matters to YouAre you struggling to unloc...

  • 580 Views
  • 0 replies
  • 0 kudos
abhirupa7
by New Contributor
  • 689 Views
  • 2 replies
  • 0 kudos

databricks dashboard deployment (schema and catalog modification)

I have a databricks dashboard. I have deployed the lvdash.json file through yml (resource.json) from dev to qa env.Now I can see my dashboard published version in resources folder.I want to change the catalog and schema of those underlying queries I ...

  • 689 Views
  • 2 replies
  • 0 kudos
Latest Reply
alexajames
New Contributor III
  • 0 kudos

You can try using DAB to promote the dashboard and parameterize the query. For more details, check out the DAB dashboard documentation.

  • 0 kudos
1 More Replies
UddP
by New Contributor III
  • 23507 Views
  • 34 replies
  • 1 kudos

Resolved! My Databrick exam got suspended just for coming closer to laptop screen to read question and options

Hi team,My Databricks Certified Data Engineer Associate exam got suspended within 10 minutes.I had also shown my exam room to the proctor. My exam got suspended due to eye movement. I was not moving my eyes away from laptop screen. It's hard to focus...

  • 23507 Views
  • 34 replies
  • 1 kudos
Latest Reply
Kavya_AD
New Contributor II
  • 1 kudos

@Cert-TeamOPS I am writing to raise a concern regarding an interruption that occurred during my Databricks Certified Data Engineer Associate exam scheduled for today at 1:15 PM. I began the exam at 1:00 PM, and the experience was smooth until I recei...

  • 1 kudos
33 More Replies
Alex79
by New Contributor II
  • 1252 Views
  • 7 replies
  • 5 kudos

Resolved! How to create classes that can be instantiated from other notebooks?

Hi,I am familiar with object oriented programming and cannot really get my head around the philosophy of coding in Databricks. My approach that naturally consists in creating classes and instantiating objects does not seem to be the right one.Can som...

  • 1252 Views
  • 7 replies
  • 5 kudos
Latest Reply
BS_THE_ANALYST
Esteemed Contributor III
  • 5 kudos

Legendary, @szymon_dybczak  All the best,BS

  • 5 kudos
6 More Replies
itamarwe
by New Contributor II
  • 2406 Views
  • 3 replies
  • 1 kudos

Google PubSub for DLT - Error

I'm trying to create a delta live table from a Google PubSub stream.Unfortunately I'm getting the following error:org.apache.spark.sql.streaming.StreamingQueryException: [PS_FETCH_RETRY_EXCEPTION] Task in pubsub fetch stage cannot be retried. Partiti...

  • 2406 Views
  • 3 replies
  • 1 kudos
Latest Reply
sahilsagar302
New Contributor II
  • 1 kudos

@itamarwe can you please share which permission resulted into the issue and how it got resolved

  • 1 kudos
2 More Replies
Labels