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
  • 3123 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
  • 3123 Views
  • 0 replies
  • 0 kudos
primaj
by New Contributor III
  • 14607 Views
  • 14 replies
  • 9 kudos

Introspecting catalogs and schemas JDBC in Pycharm

Hey,I've managed to add my SQL Warehouse as a data source in Pycharm using the JDBC driver and can query the warehouse from an SQL console within Pycharm. This is great, however, what I'm struggling with is getting the catalogs and schemas to show in...

  • 14607 Views
  • 14 replies
  • 9 kudos
Latest Reply
gem7318
New Contributor II
  • 9 kudos

You need to explicitly tell your JetBrains tool to introspect the database using JDBC metadata.I think the reason it (sometimes) works in Datagrip but not PyCharm, IntelliJ, etc is because the default settings can be different across tools and even v...

  • 9 kudos
13 More Replies
Jennifer
by New Contributor III
  • 10521 Views
  • 3 replies
  • 0 kudos

How do I write dataframe to s3 without partition column name on the path

I am currently trying to write a dataframe to s3 likedf.write.partitionBy("col1","col2").mode("overwrite").format("json").save("s3a://my_bucket/")The path becomes `s3a://my_bucket/col1=abc/col2=opq/`But I want to path to be `s3a://my_bucket/abc/opq/`...

  • 10521 Views
  • 3 replies
  • 0 kudos
Latest Reply
Sidhant07
Databricks Employee
  • 0 kudos

Hi @Jennifer , The default behavior of the .partitionBy() function in Spark is to create a directory structure with partition column names. This is similar to Hive's partitioning scheme and is done for optimization purposes. Hence, you cannot directl...

  • 0 kudos
2 More Replies
96286
by Contributor
  • 4881 Views
  • 3 replies
  • 0 kudos

Enabling serverless type for SQL warehouse running on Google Cloud Platform

I am in the process of connecting Looker to one of my Databricks databases. To reduce startup time on my SQL warehouse cluster I would like to change the type from "Pro" to "Serverless". I cannot find a way to do that and "Serverless" is not an optio...

Warehousing & Analytics
GCP
serverless
sql
warehouse
  • 4881 Views
  • 3 replies
  • 0 kudos
Latest Reply
Kayla
Valued Contributor II
  • 0 kudos

Echoing glawry - I'd be fascinated to know if this "Ephemeral clusters" are a thing.

  • 0 kudos
2 More Replies
Anuroop
by New Contributor II
  • 2913 Views
  • 2 replies
  • 1 kudos

Ticket

Hi Khishore,​Please help me how you raised ticket for the certificate ​issue.​Thanks,Anuroop​

  • 2913 Views
  • 2 replies
  • 1 kudos
Latest Reply
AshR
Contributor
  • 1 kudos

Please submit a ticket to our Training Team here: https://help.databricks.com/s/contact-us?ReqType=training

  • 1 kudos
1 More Replies
557879
by New Contributor
  • 2534 Views
  • 0 replies
  • 0 kudos

Tableau connection error - errorCode=180002

Hi,I am trying to connect to databricks from tableau server and facing this error OAuth error response, generally means someone clicked cancel: access_denied (errorCode=180002)I have added it in "app connections" under account console. Any pointers w...

  • 2534 Views
  • 0 replies
  • 0 kudos
roshambles
by New Contributor II
  • 3257 Views
  • 2 replies
  • 0 kudos

Unable to use Serverless SQL Warehouse

Hello, We have a workspace in West Europe, which we were using with multiple Serverless SQL Warehouses.  Recently it suddenly stopped working and presented with the following error when trying to restart an existing serverless warehouse.  I am an adm...

roshambles_0-1709468629547.png
Warehousing & Analytics
serverless
SQL warehouse
  • 3257 Views
  • 2 replies
  • 0 kudos
Latest Reply
roshambles
New Contributor II
  • 0 kudos

Raised a ticket with Azure support but they haven't been very helpful so far to be honest.  No uncleared bills and serverless seems disabled for all workspaces in the subscription.  Someone mentioned accepting terms and conditions for serverless comp...

  • 0 kudos
1 More Replies
dwfchu
by New Contributor
  • 9894 Views
  • 0 replies
  • 0 kudos

SQL Warehouse external (to Databricks) access patterns and suggestions

Hi All!Has anyone encountered a situation where we need to setup data access for Unity Catalog tables for read access such as external data marts, dashboard tools and etc.We are currently using Databricks to serve data to people in our organisation t...

Warehousing & Analytics
access
JDBC
permissions
  • 9894 Views
  • 0 replies
  • 0 kudos
EWhitley
by New Contributor III
  • 1890 Views
  • 1 replies
  • 1 kudos

Documentation on the "test" capabilities in a DAB?

I see there’s a “test” capability within a DAB, but I’d like to know more about how this should/could be used. Does anyone know of any documentation or examples which might provide insights into its intended use?

  • 1890 Views
  • 1 replies
  • 1 kudos
Latest Reply
Allia
Databricks Employee
  • 1 kudos

Hi @EWhitley     You can check and validate whether the Asset Bundle configuration is valid or not by using the below command   databricks bundle validate   If a JSON representation of the bundle configuration is returned, then the validation succeed...

  • 1 kudos
manish05485
by New Contributor II
  • 2864 Views
  • 2 replies
  • 0 kudos

Issue setting metastore in GCP Databricks

While setting up metastore in GCP Databricks, I added the bucket name and then  service account permissons as well. Still my catalog dont have base root location. This deters me from creating table in my catalog. Root storage credential for metastore...

  • 2864 Views
  • 2 replies
  • 0 kudos
Latest Reply
Ayushi_Suthar
Databricks Employee
  • 0 kudos

Hi @manish05485 , Good Day!  Error:Root storage credential for metastore XXXXXX does not exist. Please contact your Databricks representative or consider updating the metastore with a valid storage Error states that the data access configuration for ...

  • 0 kudos
1 More Replies
Octavian1
by Contributor
  • 5815 Views
  • 6 replies
  • 1 kudos

Resolved! api/2.0/sql/history/queries endpoint does not return query execution time

Hi,I cannot see the query execution time in the response to the "api/2.0/sql/history/queries" request.Basically, I get only the following fields:{"next_page_token":...,"has_next_page":...,"res":[  {     "query_id":...,     "status":..,     "query_tex...

  • 5815 Views
  • 6 replies
  • 1 kudos
Latest Reply
Yeshwanth
Databricks Employee
  • 1 kudos

Spot on @feiyun0112  So this confirms that the API is working as expected right?

  • 1 kudos
5 More Replies
youssefmrini
by Databricks Employee
  • 5021 Views
  • 3 replies
  • 0 kudos

Getting started with Databricks lakeview Dashboards

Watch the youtube video : https://www.youtube.com/watch?v=MO7Dk035654

  • 5021 Views
  • 3 replies
  • 0 kudos
Latest Reply
sheilaL
New Contributor II
  • 0 kudos

I am attempting to recreate a legacy dashboard in Lakeview. The bar graph in no way resembles what I created in the SQL visualization editor. Lakeview has far fewer formatting options for one thing.How do I recreate the graph so that it resembles the...

  • 0 kudos
2 More Replies
nikhilkumawat
by New Contributor III
  • 2471 Views
  • 1 replies
  • 0 kudos

Decrypt and encrypted column in delta lake table in PowerBI

Hi Team,I have a delta table in databricks which contains a encrypted column. For encrypting I am using databricks "aes_encrypt" function. For reference: https://docs.databricks.com/en/sql/language-manual/functions/aes_encrypt.html#aes_encrypt-functi...

  • 2471 Views
  • 1 replies
  • 0 kudos
Latest Reply
feiyun0112
Honored Contributor
  • 0 kudos

you can create two cloumns , and display base on userDisplay different columns in Power BI based on logged in user | Paige Liu’s Posts (liupeirong.github.io)

  • 0 kudos
sjmb
by New Contributor
  • 6525 Views
  • 3 replies
  • 0 kudos

Which object to use in which layer

I completed the Data Engineering Lakehouse course and I am familiar with different objects and concepts of databricks and lakehouse but I cant tie them together in my mind.Where do you typically use managed and non-managed tables? Bronze layer? Or no...

Warehousing & Analytics
Databricks
datalake
Lakehouse
  • 6525 Views
  • 3 replies
  • 0 kudos
Latest Reply
gabsylvain
Databricks Employee
  • 0 kudos

Hi @sjmb , In the Medallion architecture, the usage of managed and non-managed tables, autoloader/cloud files, and the apply changes into function can vary depending on the layer (Bronze, Silver, Gold) and the specific use case. As a general rule, us...

  • 0 kudos
2 More Replies
Eric_Kieft
by New Contributor III
  • 3048 Views
  • 2 replies
  • 0 kudos

Unity Catalog "this table is deprecated" Functionality

We found a post on LinkedIn that revealed if "this table is deprecated" is added to a table comment, the table will appear with a strikethrough in notebooks and SQL editor windows.  Is this functionality GA?  Is there any documentation on the use of ...

  • 3048 Views
  • 2 replies
  • 0 kudos
Latest Reply
Eric_Kieft
New Contributor III
  • 0 kudos

Thanks, @arpit! Is there any documentation on this feature?

  • 0 kudos
1 More Replies
Shailu1
by New Contributor II
  • 3486 Views
  • 3 replies
  • 2 kudos

Resolved! Snowflake vs Databricks SQL Endpoint for Datawarehousing which is more persistent

Snowflake vs Databricks SQL Endpoint for Datawarehousing which is more persistent

  • 3486 Views
  • 3 replies
  • 2 kudos
Latest Reply
Pritesh2
New Contributor II
  • 2 kudos

Databricks and Snowflake are both powerful platforms designed to address different aspects of data processing and analytics. Databricks shines in big data processing, machine learning, and AI workloads, while Snowflake excels in data warehousing, sto...

  • 2 kudos
2 More Replies