cancel
Showing results for 
Search instead for 
Did you mean: 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Roig
by New Contributor II
  • 256 Views
  • 2 replies
  • 0 kudos

Create multiple dashboard subscription with filters

Hi Databricks community, We developed a dashboard that surfaces up several important KPIs for each project we have.In the top filter, we select the project name and the time frame and the dashboard will present the relevant KPIs and charts. I can eas...

  • 256 Views
  • 2 replies
  • 0 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 0 kudos

You can achieve this by setting up different schedules for each project and specifying the default filter values accordingly   Create the Dashboard: Ensure your dashboard is set up with the necessary filters, including the project filter.   Set Defau...

  • 0 kudos
1 More Replies
Cloud_Architect
by New Contributor III
  • 2243 Views
  • 4 replies
  • 0 kudos

How to get the Usage/DBU Consumption report without using system tables

Is there a way to get the usage/DBU consumption report without using system tables?

  • 2243 Views
  • 4 replies
  • 0 kudos
Latest Reply
TracyJackson
New Contributor II
  • 0 kudos

You can get DBU consumption reports using the Azure Portal (for Azure SQL), through Metrics under your database's "Usage" section, or via Dynamic Management Views (DMVs) like sys.dm_db_resource_stats in SSMS. Third-party tools like SQL Sentry also of...

  • 0 kudos
3 More Replies
Nicolas_Izidoro
by New Contributor II
  • 366 Views
  • 5 replies
  • 1 kudos

Não estou conseguindo logar na minha conta Databricks communit

Galera não consigo logar na minha conta Databricks Communit fala que meu email não tem nada criado nele, mas eu tenho essa conta a um bom tempo já e nunca me ocorreu isso, já até tentei criar uma outra conta com esse mesmo email, mas não consigo cria...

  • 366 Views
  • 5 replies
  • 1 kudos
Latest Reply
Nicolas_Izidoro
New Contributor II
  • 1 kudos

infelizmente Não tenho nenhuma url

  • 1 kudos
4 More Replies
gluedhawkeye
by New Contributor II
  • 661 Views
  • 2 replies
  • 0 kudos

Calling the w.genie function throws a "API is not yet supported in the workspace" error. [0.39.0]

Hi everyone,I've been trying to call the databricks genie function, but even on the latest build, it throws the error stating: w.genie API is not yet supported in the workspace.Here is the output of the logs:> {> "content": "**REDACTED**"> }< {< "err...

  • 661 Views
  • 2 replies
  • 0 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 0 kudos

Hi @gluedhawkeye ,I tested this on my own and getting the same error:This is the same code as used here, but they have an info "This script implements an experimental chatbot that interacts with Databricks' Genie API, which is currently in Private Pr...

  • 0 kudos
1 More Replies
santiagortiiz
by New Contributor III
  • 2808 Views
  • 2 replies
  • 0 kudos

I was charged by a free trial

Hello databricks community, I took a databricks course to prepare for certification exam and requested a 14-days free trial on february 13 at 4:51 PM. So, February 27 at 4:51 pm must be the end of the free trial, but it ended 1 day before. Additional...

  • 2808 Views
  • 2 replies
  • 0 kudos
Latest Reply
ystoikov
New Contributor II
  • 0 kudos

Hello, @santiagortiiz ! It looks like you were charged for the AWS services, not for Databricks DBUs. On your screens, I see different amounts. 

  • 0 kudos
1 More Replies
Richie1602
by New Contributor II
  • 278 Views
  • 2 replies
  • 0 kudos

Issue with Percentage Calculation in Power BI Using Databricks as Source

Hi everyone,I've created a financial summary report in Power BI, and my source is Databricks. I have created a view for each financial metric name along with the calculations. All my amount fields are accurate, but when calculating percentages, I’m g...

  • 278 Views
  • 2 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

Hello Richie,In Databricks, you can use a combination of NULLIF and COALESCE functions to handle divide-by-zero scenarios effectively. Here's an example of how you can modify your percentage calculation:   SELECT MetricNo, MetricName, Amo...

  • 0 kudos
1 More Replies
sahil_s_jain
by New Contributor III
  • 645 Views
  • 4 replies
  • 0 kudos

GRPC call are not getting through on Databricks 15.4 LTS

Hi Team,I have updated spark version from 3.3.2 to 3.5.0 and switched to Databricks 15.4 LTS from 12.2 LTS so as to get Spark 3.5 version on the Databricks compute. We have moved from uploading libraries on DBFS to uploading libraries to Volumes as 1...

  • 645 Views
  • 4 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

And this was working before is it correct? When the init was hosted in DBFS

  • 0 kudos
3 More Replies
roshan_robert
by New Contributor II
  • 1681 Views
  • 6 replies
  • 1 kudos

[JAVA_GATEWAY_EXITED] Java gateway process exited before sending its port number.

Hi Team,In a streamlit app (in databricks) while creating the spark session getting below error, this is happening when running the app via web link."[JAVA_GATEWAY_EXITED] Java gateway process exited before sending its port number"Below is the code u...

  • 1681 Views
  • 6 replies
  • 1 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 1 kudos

Per looking internally I see that Spark (Context) is not available in Apps The recommended way would be to use our available SDKs and connect to Clusters/DBSQL. No spark context is available- it’s meant to defer processing to other compute it can con...

  • 1 kudos
5 More Replies
MBhaskar
by New Contributor
  • 343 Views
  • 1 replies
  • 0 kudos

DESCRIBE Table and SHOW CREAT TABLE shows contradictory NULL constraints

SHOW CREATE TABLE provides correct NULL constraints details of each column where as DESCRIBE TABLE shows wrong NULL constraints details? 

  • 343 Views
  • 1 replies
  • 0 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 0 kudos

Yes, you are correct. The SHOW CREATE TABLE command provides accurate details about the NULL constraints for each column in a table, whereas the DESCRIBE TABLE command may show incorrect NULL constraints details. This discrepancy arises because SHOW ...

  • 0 kudos
RohithChippa
by New Contributor III
  • 838 Views
  • 7 replies
  • 1 kudos

Databricks cleanroom functionality and billing

I'm new to Databricks and have been tasked with exploring Databricks Clean Rooms. I'm a bit confused about how billing works for Clean Rooms and their overall functionality. Specifically, I'm curious about the following:Environment Hosting: Are Clean...

  • 838 Views
  • 7 replies
  • 1 kudos
Latest Reply
RohithChippa
New Contributor III
  • 1 kudos

Is it adding foreign catalog table in datacleanroom feature also available after GA release, cause I tried it but was not able to see the foreign catalog in add data assets tab

  • 1 kudos
6 More Replies
Kasen
by New Contributor III
  • 2507 Views
  • 2 replies
  • 0 kudos

Unable to grant catalog access to service principal

Hi everyone,I created a service principals called TestServicePrincipal. I tried to grant the catalog access to the service principals, but the error mentioned that it could not find principal with name TestServicePrincipal. If I grant the access to s...

Kasen_0-1715058248230.png Kasen_1-1715058284642.png
Community Platform Discussions
grant access
service principals
  • 2507 Views
  • 2 replies
  • 0 kudos
Latest Reply
OYESPEEDY
New Contributor II
  • 0 kudos

The issue could be related to how the service principal is being resolved in your system. Unlike users, service principals are often registered in a directory (like Azure AD), and their names might not match what you’re using. Instead of using TestSe...

  • 0 kudos
1 More Replies
DataYoga
by New Contributor
  • 3579 Views
  • 3 replies
  • 0 kudos

Informatica ETLs

I'm delving into the challenges of ETL transformations, particularly moving from traditional platforms like Informatica to Databricks. Given the complexity of legacy ETLs, I'm curious about the approaches others have taken to integrate these with Dat...

  • 3579 Views
  • 3 replies
  • 0 kudos
Latest Reply
thelogicplus
Contributor
  • 0 kudos

@DataYoga , you may explore the tool and services from Travinto Technologies . They have very good tools. We had explored their tool for our code coversion from  Informatica, Datastage and abi initio to DATABRICKS , pyspark. Also we used for SQL quer...

  • 0 kudos
2 More Replies
fabiogiehl2024
by New Contributor III
  • 512 Views
  • 4 replies
  • 0 kudos

Login comunity

Na tela de login, eu coloco o código de verificação recebido por email e ao clicar volta para a mesma tela sem mensagem de erro e não loga.

  • 512 Views
  • 4 replies
  • 0 kudos
Latest Reply
Walter_C
Databricks Employee
  • 0 kudos

Is this happening with any browser in Windows? 

  • 0 kudos
3 More Replies
385653
by New Contributor II
  • 16523 Views
  • 6 replies
  • 0 kudos

bigquery in notebook failing with unity catalog enabled cluster

bigquery(reading data from google cloud) failing with unity catalog enabled cluster. Same working fine without unity cluster. Any help is appreciated!Thanks,Sai

  • 16523 Views
  • 6 replies
  • 0 kudos
Latest Reply
GeoPer
New Contributor III
  • 0 kudos

Did anyone manage to solve this?Currently we can save data using a Unity Catalog enabled Access mode: Single User cluster, but we CANNOT with a Access mode: Shared.We have tried the steps described in (https://docs.databricks.com/en/connect/external-...

  • 0 kudos
5 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
Top Kudoed Authors