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.
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...
I've created an external table that points to an XML file on the ADLS. I've installed spark-xml library on my cluster. I can query the table on the cluster.
However, I cannot query the table on Databricks SQL. I get the following error. I suppose t...
Hello @Bilal Haniff​ - My name is Piper and I'm a moderator for the community. It's nice to meet you! Let's see how your fellow community members answer first and then the team will follow up if they need to.
In recent blog post posts (here and here) Databricks promotes a way of making BI queries to Databricks faster. It requires a runtime of 8.3 or higher, but what is required on the PowerBI side of things if one uses the databricks connector? Does that ...
Hi @sondrewb​ The latest version of PowerBI is shipped with Databricks Connector running 2.6.17 ODBC Driver and therefore can be used to utilize Cloud Fetch
Apache Spark does not have the features of a relational database wherein you can do a search on a primary key for example. It is forced to read in 100% of the data (generally speaking), which hurts performance at Gigabyte+ scales and test every singl...
After testing this. I was unable to create a global temporary view on a SQL Endpoint. I was able to create a temporary view for that session as well as a normal view. So while the global temp view seems to be unsupported there are a number of other o...
You could turn off auto-complete which would stop queries being suggested in the editor . More details at https://docs.databricks.com/sql/user/queries/queries.html#auto-complete