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
  • 3122 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
  • 3122 Views
  • 0 replies
  • 0 kudos
kevin11
by Valued Contributor
  • 624 Views
  • 1 replies
  • 2 kudos

Genie room not in lineage

Hello,We recently modified some table names and used the UC Lineage to identify the users that were accessing these particular tables to notify. However, it seems we broke our Genie Space that was using that table. As best as I can tell, queries from...

  • 624 Views
  • 1 replies
  • 2 kudos
Latest Reply
saurabh18cs
Honored Contributor II
  • 2 kudos

As of now, system tables like information_schema.table_usage or query_history do not log Genie Space queries. They primarily log interactive and scheduled queries from notebooks, dashboards, and the SQL editor.you will need to rely on Genie configura...

  • 2 kudos
julianner
by New Contributor II
  • 659 Views
  • 2 replies
  • 0 kudos

Internal Error During Spark SQL Phase Optimization – Possible Bug in Spark/Databricks Runtime

Bug SummaryTitle: Spark SQL internal error when executing SQL code in the Azure Databricks SQL Editor  DescriptionWhen executing SQL code in the Azure Databricks SQL Editor, a Spark SQL internal error is returned.  Steps to ReproduceCopy and paste th...

julianner_0-1750662110562.png
  • 659 Views
  • 2 replies
  • 0 kudos
Latest Reply
saurabh18cs
Honored Contributor II
  • 0 kudos

Check Databricks runtime version:If possible, upgrade to the latest Databricks runtime, as internal errors are sometimes fixed in newer versions.

  • 0 kudos
1 More Replies
jakobhaggstrom
by New Contributor
  • 4822 Views
  • 3 replies
  • 0 kudos

Issue when using M2M authentication with azure databricks jdbc driver 2.7.1

Hi!I try to connect to an azure databricks sql warehouse in dbeaver, which uses the azure databricks jdbc driver version 2.7.1 ## and I cannot get M2M authentication to work. I get a 'Not Authorized' (401) response when I try to connect, and it seems...

  • 4822 Views
  • 3 replies
  • 0 kudos
Latest Reply
gdo
New Contributor II
  • 0 kudos

Hey @jakobhaggstrom,It's possible to connect to DBX using an Azure service principal. You're just missing the OIDC URL in the JDBC driver's parameters.The OIDC discovery is enabled by default but you need to set its URL which contains your Azure tena...

  • 0 kudos
2 More Replies
data-wrangler
by New Contributor II
  • 1304 Views
  • 3 replies
  • 0 kudos

Foreign Catalog with BigQuery connects, but appears empty, and queries fail

Hi -- I'm trying to connect to BigQuery as a foreign catalog. I'm able to create and successfully test the connection, but when I create a foreign catalog it appears empty, and queries against that catalog return a "TABLE_OR_VIEW_NOT_FOUND" error.The...

  • 1304 Views
  • 3 replies
  • 0 kudos
Latest Reply
data-wrangler
New Contributor II
  • 0 kudos

Thanks @lingareddy_Alva! This is helpful.I reached out to ask about the required permissions, we'll see how that goes.In the meantime, I'm trying to test out the other two paths. Do you know where I could find docs or examples for those operations? I...

  • 0 kudos
2 More Replies
meljung
by New Contributor II
  • 1911 Views
  • 2 replies
  • 2 kudos

Databrick AI/BI Dashboard cross-filtering on the map glitch

Hi everyone,I recently started using AI/BI dashboard and I'm struggling with this glitch in the map. The visual was generated without any issues but the cross-filtering of the map for example, if I click on a county, the rest of the chart values chan...

Screenshot 2025-06-13 135856.png Screenshot 2025-06-13 135812.png Screenshot 2025-06-13 135843.png
  • 1911 Views
  • 2 replies
  • 2 kudos
Latest Reply
HariSankar
Contributor III
  • 2 kudos

Hey @meljung ,The issue seems to stem from using an aggregated metric (`count_distinct(user_id)`) in the map visual.When clicking on a county, the map attempts to filter other visuals using the underlying dimension, but inconsistencies may occur if t...

  • 2 kudos
1 More Replies
Shun_T
by New Contributor
  • 1051 Views
  • 1 replies
  • 0 kudos

Error about creating a dashboard with Asset Bundles

Hi, I'm Shun from Japan.I tried to create Databricks Dashboard using Asset Bundles.But, I got an error message bellow on Web Terminal.$ databricks bundle deployWarn: Failed to load git info from /api/2.0/workspace/get-statusError: failed to get dashb...

  • 1051 Views
  • 1 replies
  • 0 kudos
Latest Reply
HariSankar
Contributor III
  • 0 kudos

Hi @Shun_T ,The error message you're seeing,usually means that the dashboard you're trying to deploy either doesn’t exist in your Databricks workspace,or the ID/reference used in the YAML file is invalid.Here are a few steps that should help:1.Verify...

  • 0 kudos
source2sea
by Contributor
  • 916 Views
  • 1 replies
  • 0 kudos

where can i change the dashboard inherited permission

 I do no like the fact that 'all workspace users' can manage' the dashboard 

source2sea_0-1749571713608.png
  • 916 Views
  • 1 replies
  • 0 kudos
Latest Reply
HariSankar
Contributor III
  • 0 kudos

Hey @source2sea ,I ran into the same issue before. The reason it shows "All workspace users – Can Manage (inherited)" is because the permission is coming from the folder where your dashboard is saved.To fix it, go to that folder, click on the three d...

  • 0 kudos
jackintosh
by New Contributor
  • 4199 Views
  • 2 replies
  • 0 kudos

Dynamic GRANT

Hello,I am struggling trying to assign permission dynamically on a schema. I am using databricks asset bundle and I have a parametrized script to assign permission.grant select on schema {{schema}} to {{group}};I cannot achieve a dynamic grant statem...

  • 4199 Views
  • 2 replies
  • 0 kudos
Latest Reply
jameshughes
Contributor II
  • 0 kudos

I use notebooks as part of the asset bundle deployment to conduct a lot of dynamic configurations based upon the workspace being deployed to (ex. Development, Test, Production).  In conjunction, I developed a helper Python library with a number of fu...

  • 0 kudos
1 More Replies
josh__
by New Contributor II
  • 806 Views
  • 1 replies
  • 0 kudos

Databricks Free Edition + dbt cloud

Is it possible it use Databricks Free Edition + dbt cloud for dbt projects?

  • 806 Views
  • 1 replies
  • 0 kudos
Latest Reply
Renu_
Valued Contributor II
  • 0 kudos

Hi @josh__, I guess yes, you can use Databricks Free Edition with dbt Cloud for dbt projects. Just keep in mind that the Free Edition is mainly meant for learning and experimentation, so it does have some limitations around features and resources. Mi...

  • 0 kudos
ArturSvoboda
by New Contributor
  • 563 Views
  • 1 replies
  • 0 kudos

Join altered view tables

Hi! I have these two tables which are altered(renamed) views from my main table, and there seems to be no way of joining this tables. Everytime I try Databricks indicates that these tables cannot be found, but if I go and write a Select * statements ...

  • 563 Views
  • 1 replies
  • 0 kudos
Latest Reply
lingareddy_Alva
Honored Contributor III
  • 0 kudos

Hi @ArturSvoboda This sounds like a classic Databricks workspace isolation issue. Here are the most likely causes and things to check:1. Temporary Views vs Persistent ViewsYour renamed views might be temporary views that only exist in your current Sp...

  • 0 kudos
BryanM
by New Contributor II
  • 959 Views
  • 2 replies
  • 0 kudos

area visualisation 'group by' not showing

Hi,I'm new to databricks, and I'm trying to create an area plot in a visualisation, the only problem is that I do not see the 'group' otion in the y axis section.  I see 'Color' but that is all, not 'group by' option (I'm expecting to see 'Color/Grou...

color_group.PNG
  • 959 Views
  • 2 replies
  • 0 kudos
Latest Reply
lingareddy_Alva
Honored Contributor III
  • 0 kudos

Hi @BryanM Use "Color by Y-Series" for GroupingIn Databricks, the "Color by Y-Series" section IS your grouping mechanism for area charts:Add your grouping dimension (the field you want to group by) to the "Color by Y-Series" sectionThis will create s...

  • 0 kudos
1 More Replies
rushank29
by New Contributor II
  • 2197 Views
  • 1 replies
  • 0 kudos

pm4py no visualization

Hi,I am trying to use pm4py library to visualize my data. my code executes perfectly but there is no visualization how can i solve this problem ? There is no error message#processmining # databricks #pm4py

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

I believe we do not support GUI-based viewers like pm4py.visualizer.view(gviz), which tries to open a file using your system's default image/PDF viewer.Could you try visualizing and then saving the output - import pm4py# Sample log (replace with your...

  • 0 kudos
doremon11
by New Contributor
  • 2032 Views
  • 1 replies
  • 0 kudos

unable to perform modifications on Table while Using Python UDF in query

Here, we're trying to use the Python UDF inside the query.taking the table as function input converting the table into dataframe performing modification converting the dataframe into table returning the table  How can we create spark context inside U...

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

Hi team,I believe you cannot create or access a SparkSession or run Spark operations like spark.sql() directly inside a Python UDF. input_table is a table argument, not a string with a table name. You receive it as a pandas DataFrame when using RETUR...

  • 0 kudos
Torch3333
by New Contributor II
  • 623 Views
  • 1 replies
  • 0 kudos

How to connect to the community edition using JDBC

Hi,Is it possible to connect to the Community Edition using JDBC?On the web dashboard, in the "compute" instance parameters, there are details about a JDBC connection string, but it is templated to use a PAT. Though I've read in other posts that PAT ...

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

Torch3333, keep an eye out next week for announcments at DAIS26.  I can't reveal anything but you question will have a definite answer.  Cheers, Lou.

  • 0 kudos
Curious-mind
by New Contributor II
  • 2289 Views
  • 5 replies
  • 3 kudos

Resolved! Best option for configuring Data Storage for Serverless SQL Warehouse

Hello!I'm new to Databricks.Assume, I need to migrate 2 Tb Oracle Datamart to Databricks on Azure. Serverless SQL Warehouse seems as a valid choice.What is a better option ( cost vs performance) to store the data?Should I upload Oracle Extracts to Az...

  • 2289 Views
  • 5 replies
  • 3 kudos
Latest Reply
Shua42
Databricks Employee
  • 3 kudos

@Curious-mind  You got it. Running the COPY INTO is good for the initial load as it's optimized for bulk loads. You'll want to use Auto-loader going forward to incrementally process new rows.

  • 3 kudos
4 More Replies