cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MadelynM
by Databricks Employee
  • 3179 Views
  • 0 replies
  • 0 kudos

[Recap] Data + AI Summit 2024 - Warehousing & Analytics | Improve performance and increase insights

Here's your Data + AI Summit 2024 - Warehousing & Analytics recap as you use intelligent data warehousing to improve performance and increase your organization’s productivity with analytics, dashboards and insights.  Keynote: Data Warehouse presente...

Screenshot 2024-07-03 at 10.15.26 AM.png
Warehousing & Analytics
AI BI Dashboards
AI BI Genie
Databricks SQL
  • 3179 Views
  • 0 replies
  • 0 kudos
attie_bc
by New Contributor III
  • 2081 Views
  • 2 replies
  • 1 kudos

Resolved! Can't connect to Atlas

I have this:connectionString='mongodb+srv://user:pw@something.jghu.mongodb.net/?retryWrites=true&w=majority&appName=dbricks&tls=true' database='dealflow' collection='activities' frame = spark.read.format("mongodb") \ .option("spark.mongodb.read....

  • 2081 Views
  • 2 replies
  • 1 kudos
Latest Reply
Isi
Honored Contributor III
  • 1 kudos

hey @attie_bc I guess you are using All-pourpouse cluster, have you triedcurl https://www.google.comMaybe your cluster doesn’t have internet access? If that’s the case, DNS resolution for your MongoDB Atlas SRV connection string will fail, which woul...

  • 1 kudos
1 More Replies
Akshay_Petkar
by Valued Contributor
  • 1059 Views
  • 1 replies
  • 2 kudos

How to Create Parameter-Based Dynamic Charts in Databricks AI/BI Dashboard

I am currently building a dashboard in Databricks AI/BI and would like to implement a parameter-based chart selection feature. The goal is to allow users to choose a metric from a dropdown (such as Sales, Cost, or Profit), and based on that selection...

  • 1059 Views
  • 1 replies
  • 2 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 2 kudos

Here is something to consider: To implement a parameter-based chart selection feature in a Databricks AI/BI dashboard, follow these steps: Utilize Dashboard Parameters to Drive Dynamic Updates: Databricks dashboards support the use of parameters to ...

  • 2 kudos
Kirki
by New Contributor II
  • 4314 Views
  • 1 replies
  • 0 kudos

MongoDB Spark Connection Issues

Hi. I have a local MongoDB running on an EC2 instance in the same AWS VPC as my Databricks cluster but cannot get Databricks to talk to MongoDB. I've followed the guide at https://docs.databricks.com/aws/en/connect/external-systems/mongodb and have a...

  • 4314 Views
  • 1 replies
  • 0 kudos
Latest Reply
Isi
Honored Contributor III
  • 0 kudos

Hey @Kirki maybe its late but I will try to help you or others to create these connectionsFirst thing make sure you have installed inside your cluster the connector org.mongodb.spark:mongo-spark-connector_2.12:3.0.1You can use directly in your spark....

  • 0 kudos
bferrell
by New Contributor II
  • 3036 Views
  • 6 replies
  • 2 kudos

Connecting to SQL Warehouse in Custom App

I've got a custom Dash app I've written and am attempting to deploy. It runs fine on my local machine (while accessing my DB SQL Warehouse), but when I try deploying to Databricks, it cannot connect to the data for some reason. I was basically follow...

  • 3036 Views
  • 6 replies
  • 2 kudos
Latest Reply
Isi
Honored Contributor III
  • 2 kudos

We can wait till you check the permissions @bferrell @bferrell Best regards,Isi

  • 2 kudos
5 More Replies
brld
by New Contributor II
  • 1482 Views
  • 1 replies
  • 0 kudos

Resolved! Universal/cross-tab filters in dashboard

With the recent addition of dashboard tabs in databricks, I could not find a way to have filters apply to multiple tabs within the same dashboard - so far I have had to manually create and apply filters to each of my tabs individually. 

  • 1482 Views
  • 1 replies
  • 0 kudos
Latest Reply
Advika
Databricks Employee
  • 0 kudos

Hello @brld! Currently, dashboards do not support applying filters automatically across multiple tabs. You could try using a global parameter, this parameter will be available to all widgets using the same dataset or query. However, the filter compon...

  • 0 kudos
Akshay_Petkar
by Valued Contributor
  • 2348 Views
  • 1 replies
  • 0 kudos

AWS Databricks external tables are delta tables?

If I create an external table on AWS Databricks, will it be a Delta table? If not, is there a way to make it a Delta table, or is there no Delta capability for external tables?

  • 2348 Views
  • 1 replies
  • 0 kudos
Latest Reply
Vidhi_Khaitan
Databricks Employee
  • 0 kudos

Hi Akshay, I believe you can try this for your use case -> CREATE TABLE IF NOT EXISTS catalog.schema.my_external_table ( id INT, name STRING, age INT ) USING delta LOCATION '<location>' This will create a delta table.

  • 0 kudos
ossinova
by Contributor II
  • 4831 Views
  • 3 replies
  • 0 kudos

Resolved! Coss page filters - AI/BI Dasboards

When creating a dashboard with multiple pages connected to one dataset. It seems that only visual elements on the same page that the filter is on takes effect. Is there a way to filter all visual elements regardless of which page the filter is on?I h...

  • 4831 Views
  • 3 replies
  • 0 kudos
Latest Reply
Alex_Lichen
Databricks Employee
  • 0 kudos

Hi folks, We are currently working on global filters, which will allow you to set a filter value or parameter value across multiple pages. Keep an eye out for that feature, coming soon!

  • 0 kudos
2 More Replies
DEShoaib
by New Contributor II
  • 7480 Views
  • 7 replies
  • 1 kudos

Fabric with Databricks

Do we have same functionality if we use Databricks with Fabric as it provides with Azure?

  • 7480 Views
  • 7 replies
  • 1 kudos
Latest Reply
dks
New Contributor II
  • 1 kudos

We aim to implement Databricks Mirroring through the Fabric APIs for automation. However, the Mirroring API specifically states that it is not compatible with Databricks. Are there alternative APIs that could be used to achieve this functionality?

  • 1 kudos
6 More Replies
Dave_Nithio
by Contributor II
  • 3632 Views
  • 1 replies
  • 0 kudos

Monitoring Databricks SQL Warehouse without Unity Catalog

I am looking to monitor my SQL Warehouse, especially the 'Running Clusters' metric that is available in the monitoring tab of the warehouse. This shows the start and shut down time as well as the number of running clusters:The issue I have run into i...

Dave_Nithio_0-1741034562647.png
  • 3632 Views
  • 1 replies
  • 0 kudos
Latest Reply
Isi
Honored Contributor III
  • 0 kudos

Hey @Dave_Nithio To monitor the “Running Clusters” metric for your SQL Warehouse, you can use the Databricks Cluster Events API. This API retrieves a list of events related to cluster activity, such as start and shutdown times, and provides paginated...

  • 0 kudos
barchiel33
by New Contributor II
  • 5108 Views
  • 3 replies
  • 1 kudos

Databricks SQL Python - Result fetching takes extremely long time

Hello All!I have a python script which utilizes the databricks SQL for python package in order to pull a databricks table into a pandas dataframe which is used to create a table in a Spotfire report. The table contains ~1.28 million rows, with 155 co...

  • 5108 Views
  • 3 replies
  • 1 kudos
Latest Reply
Isi
Honored Contributor III
  • 1 kudos

Hey @barchiel33 ,After reviewing your context further, I believe the most effective approach would be to set up an automated pipeline within Databricks that periodically extracts data based on the frequency you need (daily, weekly, hourly, etc.), cre...

  • 1 kudos
2 More Replies
alex456897874
by New Contributor III
  • 2877 Views
  • 7 replies
  • 1 kudos

how to reuse filter between pages in dashboards?

Hi!I have a multi-page dashboard based on a handful of tables sharing a common run_id field.I created a dropdown filter widget on the first page to filter datasets based on the table's run_id field.It worked fine for this page, but how to reuse it fo...

  • 2877 Views
  • 7 replies
  • 1 kudos
Latest Reply
Benjamin_DavidS
New Contributor II
  • 1 kudos

I have the same problem here. filters are not applied while switching pages

  • 1 kudos
6 More Replies
tbmadhav
by New Contributor
  • 740 Views
  • 1 replies
  • 0 kudos

Convert a delta table (flattened json format) to a nested java object

I have a delta table with columns like below format. I am querying Databricks using databricks-jdbc 2.7.1 driver. I want to convert the result set to a nested java object.Order_actualPickupAddress_residential -> stringOrder_pickupRequestDetails -> ar...

  • 740 Views
  • 1 replies
  • 0 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 0 kudos

Here are some suggestions/ideas to consider:   To map hundreds of nested fields from a Databricks Delta table to complex Java objects like the Order object described, consider the following approaches:   1. Using Libraries for Object Mapping Utilize ...

  • 0 kudos
pavel_cerny
by New Contributor II
  • 5474 Views
  • 2 replies
  • 1 kudos

Databricks JDBC driver fails with socket read timeout

Application connects to Databricks serverless SQL warehouse via Databricks JDBC driver. It executes SQL select statements only. We see small number of statements failed each day with the following error detail: java.sql.SQLException: [Databricks][JDB...

  • 5474 Views
  • 2 replies
  • 1 kudos
Latest Reply
kamal_ch
Databricks Employee
  • 1 kudos

Interesting issue, looks like a Cluster Load issue. Recommend filing a support ticket with Databticks to investigate, in case if you haven't already

  • 1 kudos
1 More Replies
Akshay_Petkar
by Valued Contributor
  • 3733 Views
  • 1 replies
  • 0 kudos

Best Approach to Connect Quick Book with Databricks

What’s the best and seamless way to connect Quick Books data to Databricks? Is there any recommended third-party tool or direct connection using JDBC/ODBC?

  • 3733 Views
  • 1 replies
  • 0 kudos
Latest Reply
kamal_ch
Databricks Employee
  • 0 kudos

Hi Akshay,   You can use third-party tools that specialize in integrating with external platforms like Databricks. Tools such as CData, QODBC, or similar database connectors provide JDBC and ODBC drivers for QB. These drivers allow you to query Quick...

  • 0 kudos
lucy-ji
by New Contributor III
  • 2559 Views
  • 5 replies
  • 1 kudos

Resolved! How to download widget result into CSV

In the databricks Tutorial (https://docs.databricks.com/gcp/en/sql/get-started/sample-dashboards) , it says we can right click the widget and choose "Download as CSV".  However, in my databricks dashboard, when I right click the widgets, there is no ...

  • 2559 Views
  • 5 replies
  • 1 kudos
Latest Reply
lucy-ji
New Contributor III
  • 1 kudos

I find the reason is that my Admin didn't enable "SQL result download" option. Now it is solved. Thanks ALL.

  • 1 kudos
4 More Replies