Databricks

Why Databricks? We're growing fast and attracting the best talent in the world. Bricksters — as we call ourselves — are a special mix of smart, curious, quick thinkers and doers. If you ask a Brickster what they love about working here, they'll probably...
Trends
Read recent papers from Databricks founders, staff and researchers on distributed systems, AI and data analytics — in collaboration with leading universities such as UC Berkeley and Stanford. Access research. Explore Databricks resources for data and...
The Lakehouse architecture is quickly becoming the new industry standard for data, analytics, and AI. Get up to speed on Lakehouse by taking this free on-demand training — then earn a badge you can share on your LinkedIn profile or resume.
Unified. Open. Scalable. The Databricks Data Intelligence Platform is built on lakehouse architecture, which combines the best elements of data lakes and data warehouses to help you reduce costs and deliver on your data and AI initiatives faster.. Built...
Databricks Solution Accelerators are purpose-built guides — fully functional notebooks and best practices — that speed up results. Databricks customers are saving hours of discovery, design, development and testing, with many going from idea to proof of...
Adobe is using the Databricks Data Intelligence Platform to help bring creativity to life, with end-to-end data management that unifies all data and AI at scale for over 92 teams and with 20% faster performance. Watch the Adobe story See all customers....
Databricks, Inc. is a global data, analytics and artificial intelligence company founded by the original creators of Apache Spark. The company provides a cloud-based platform to help enterprises build, scale, and govern data and AI, including generative...
By scanning billions of public documents, we are able to collect deep insights on every company, with over 100 data fields per company at an average. In the Big Data category, DataBricks has a market share of about 2.1%. Other major and competing...
List of companies using Databricks. We have data on 18,552 companies that use Databricks. Our Databricks customers list is available for download and comes enriched with vital company specifics, including industry classification, organizational size,...
  • Safe
  • Encrypted

listDatabases returns the list of database you have. listTables returns for a certain database name, the list of tables. You can do something like this for example : [ (table.database, table.name) for database in spark.catalog.listDatabases() for table...
See more