cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

tinendra
by New Contributor III
  • 5301 Views
  • 2 replies
  • 2 kudos

How to read a file in pandas in a databricks environment?

Hi, When I was trying to read the CSV files using pandas I am getting an error which I have mentioned below.df=pd.read_csv("/dbfs/FileStore/tables/badrecord-1.csv")Error: FileNotFoundError: [Errno 2] No such file or directory: '/dbfs/FileStore/tables...

  • 5301 Views
  • 2 replies
  • 2 kudos
Latest Reply
tinendra
New Contributor III
  • 2 kudos

dbutils.fs.ls("/FileStore/tables/badrecord-1.csv")the above file is there in that particular location but still getting the same error

  • 2 kudos
1 More Replies
Sujeeth
by New Contributor III
  • 3254 Views
  • 5 replies
  • 5 kudos

cluster not create

Hiwhen i try to create cluster it just loading but not create cluster.

  • 3254 Views
  • 5 replies
  • 5 kudos
Latest Reply
karthik_p
Esteemed Contributor
  • 5 kudos

@Sujit Tibe​ Have you configured Databricks in your own VPC and all pre-requisites related to ports are enabled. Another reason can be cloud provider quota issues. If you click on terminated reason, you can see more information

  • 5 kudos
4 More Replies
TheKnightCoder
by New Contributor II
  • 1719 Views
  • 1 replies
  • 1 kudos

How to set parameters in the dashboard?

In Databricks SQL, I have a query that has a dropdown parameter. How do I get this in the Databricks dashboard? I see the option of adding filters but there is nothing for dashboards

  • 1719 Views
  • 1 replies
  • 1 kudos
Latest Reply
TheKnightCoder
New Contributor II
  • 1 kudos

To answer my own question, it seems like if I add the visualisation from the query page then the parameters are automatically added. Added from the dashboard page seems to be bugged

  • 1 kudos
Mradul07
by New Contributor II
  • 1290 Views
  • 0 replies
  • 1 kudos

Spark behavior while dealing with Actions & Transformations ?

Hi, My question is - what happens to the initial RDD after the action is performed on it. Does it disappear or stays in the memory or does it needs to be explicitly cached() if we want to use it again.For eg : If I execute this in a sequence :df_outp...

  • 1290 Views
  • 0 replies
  • 1 kudos
karthik_p
by Esteemed Contributor
  • 1792 Views
  • 1 replies
  • 6 kudos

do we have any API or way to find out how we have mounted s3 bucket in AWS

HI Team,we have mounted our s3 buckets 2-3 years back and we don't have a place that has been maintained with config that are used to mount s3 bucket on data bricks instance. can we get complete config and keys/profiles that are used to mount s3 buck...

  • 1792 Views
  • 1 replies
  • 6 kudos
Trung
by Contributor
  • 2279 Views
  • 2 replies
  • 1 kudos

Resolved! DataBricks best practice to manage resource correspond deleted user

currently I have some prblem about my DataBricks workspace when an user was deleted and it cause some issue:Applications or scripts that use the tokens generated by the user will no longer be able to access the Databricks APIJobs owned by the user wi...

  • 2279 Views
  • 2 replies
  • 1 kudos
Latest Reply
Trung
Contributor
  • 1 kudos

@Vivian Wilfred​ it really useful for my case, many thanks!

  • 1 kudos
1 More Replies
Nath
by New Contributor II
  • 3147 Views
  • 3 replies
  • 2 kudos

Resolved! Error with multiple FeatureLookup calls outside databricks

I access databricks feature store outside databricks with databricks-connect on my IDE pycharm.The problem is just outside Databricks, not with a notebook inside Databricks.I use FeatureLookup mecanism to pull data from Feature store tables in my cus...

  • 3147 Views
  • 3 replies
  • 2 kudos
Latest Reply
shan_chandra
Databricks Employee
  • 2 kudos

Also, Please refer to the below KB for additional resolution - https://learn.microsoft.com/en-us/azure/databricks/kb/dev-tools/dbconnect-protoserializer-stackoverflow

  • 2 kudos
2 More Replies
elgeo
by Valued Contributor II
  • 1582 Views
  • 0 replies
  • 3 kudos

Number of parquet files per delta table

Hello. We would like to understand how many parquet files are created per data table. To be more specific, we refer to the current snapshot of the table. For example, we noticed that while we performed initial inserts to a table, one parquet file was...

  • 1582 Views
  • 0 replies
  • 3 kudos
ncouture
by Contributor
  • 4197 Views
  • 4 replies
  • 4 kudos

How to include visualizations returned from %run in the caller notebooks dashboard?

I have a notebook (nb1) that calls another one (nb2) via the %run command. This returns some visualizations that I want to add to a dashboard of the caller notebook (nb1-db). When I select the visualization drop down, then select Add to dashboard, th...

  • 4197 Views
  • 4 replies
  • 4 kudos
Latest Reply
Debayan
Databricks Employee
  • 4 kudos

Hi @Nicholas Couture​ , Could you please check and refer to https://docs.databricks.com/sql/user/security/access-control/dashboard-acl.html . Please let us know if this helps.

  • 4 kudos
3 More Replies
dsura
by Contributor
  • 11433 Views
  • 5 replies
  • 17 kudos

Resolved! Azure AAD token with Databricks for User defined managed Identity inside Docker Container

Hi, We are currently using a Azure AAD Token inorder to authenticate with Databricks instead of generating Personal Access Tokens from Databricks. We have a multi-tenant architecture and so we are using Azure container instances to run multiple trans...

  • 11433 Views
  • 5 replies
  • 17 kudos
Latest Reply
Debayan
Databricks Employee
  • 17 kudos

Hi, This looks like an old issue which we have faced earlier, Could you please update the DBR to the latest version and try again?

  • 17 kudos
4 More Replies
AbhishekBreeks
by New Contributor II
  • 26161 Views
  • 9 replies
  • 4 kudos

Referential Integrity (Primary Key / Foreign Key Constraint) - Azure Databricks SQL

Hello, Please suggest how can we implement Referential Integrity (Primary Key / Foreign Key Constraint) - between different tables defined on Azure Databricks Database. Basically the syntax to add Primary and Foreign Key constraint in the table defi...

  • 26161 Views
  • 9 replies
  • 4 kudos
Latest Reply
elgeo
Valued Contributor II
  • 4 kudos

Is there any alternate way you could suggest to implement and enforce primary key constraint?

  • 4 kudos
8 More Replies
Raymond_Garcia
by Contributor II
  • 10273 Views
  • 4 replies
  • 4 kudos

Resolved! Issue with databricks and DRIVER_LIBRARY_INSTALLATION_FAILURE.?

I have like 5 maven libraries, and with all of them, I have the same issue with Job or Notebooks. How much do I have to wait? is there another solution? Thank you very much!

issue with databricks
  • 10273 Views
  • 4 replies
  • 4 kudos
Latest Reply
Debayan
Databricks Employee
  • 4 kudos

@Raymond Garcia​ , could you please open a support case with Databricks for the same? We will triage the issue and provide a solution.

  • 4 kudos
3 More Replies

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels