- 501 Views
- 1 replies
- 2 kudos
Databricks Lake flow - Orchestration Layer is moving to where it belongs
Discussed the BI & Metrics Tax elimination using Databricks Metric Views here. Organizations also face an older more persistent tax — the Ingestion Tax.To ingest data from a source like Salesforce or SQL Server into your Lakehouse, you typically stit...
- 501 Views
- 1 replies
- 2 kudos
- 2 kudos
The point about “ingestion tax” is interesting because tooling sprawl can create hidden costs beyond the actual software licenses. Fragmented pipelines, maintenance work, and governance gaps can all add operational overhead as data environments grow....
- 2 kudos
- 635 Views
- 4 replies
- 5 kudos
Visual, step-by-step curriculum for mastering DABs and Infrastructure as Code
Most public GitHub repositories for Databricks are just dry code dumps. You get a massive YAML file, a basic README, and are expected to just figure it out.When building production-grade infrastructure, engineers need to see the architecture and unde...
- 635 Views
- 4 replies
- 5 kudos
- 5 kudos
Great resource—visual architecture and real-world DABs examples make this much easier to learn and apply in production.
- 5 kudos
- 241 Views
- 0 replies
- 1 kudos
Sales Pipeline Coach: Turning CRM Data Into a Conversation
Every sales manager I've ever talked to has the same quiet frustration: the CRM has all the answers, but getting to them takes forever. You want to know which deals are actually at risk this week, and instead you're pivoting spreadsheets, cross-refer...
- 241 Views
- 0 replies
- 1 kudos
- 194 Views
- 0 replies
- 1 kudos
Unity Catalog Schemas in Declarative Automation Bundles Are a Footgun
Last week a teammate ran databricks bundle deploy against our dev workspace. It failed on a schema that already existed. She had not touched that schema. Nobody had. Her code was identical to mine, and my deploy had worked ten minutes earlier.The cau...
- 194 Views
- 0 replies
- 1 kudos
- 158 Views
- 0 replies
- 0 kudos
Databricks Connect + Serverless: Why "Module Not Found" Shows Up Only in CI, Not Interactively
A pattern that shows up repeatedly when people move a working Structured Streaming pipeline from "runs fine in a workspace notebook" to "runs in CI via Databricks Connect against serverless" is a ModuleNotFoundError that only appears in the second co...
- 158 Views
- 0 replies
- 0 kudos
- 148 Views
- 0 replies
- 1 kudos
Databricks Connect + Serverless: Why "Module Not Found" Shows Up Only in CI, Not Interactively
A pattern that shows up repeatedly when people move a working Structured Streaming pipeline from "runs fine in a workspace notebook" to "runs in CI via Databricks Connect against serverless" is a ModuleNotFoundError that only appears in the second co...
- 148 Views
- 0 replies
- 1 kudos
- 231 Views
- 1 replies
- 2 kudos
🇪🇸 ☕ ¿Cómo organiza Databricks tus datos? | De Unity Catalog a Delta Lake ⚡
Aquí os dejo mi nuevo vídeo sobre Databricks para la comunidad de hablantes en español. Se recorre la arquitectura de datos de Databricks desde el Workspace hasta los archivos Parquet que almacenan físicamente la información.El objetivo no es simplem...
- 231 Views
- 1 replies
- 2 kudos
- 130 Views
- 0 replies
- 1 kudos
☕ Qué es un CLUSTER en Databricks | Tipos, DBR, Serverless, Costes, DBUs y Spot Instances 🇪🇸 🚀
Nuevo video para la comunidad de Databricks en español Todo el mundo usa clusters en Databricks… pero ¿sabes realmente qué ocurre cuando pulsas RUN?Driver. Workers. DBUs. Serverless. Photon. Autoscaling. Spot Instances…Conceptos que parecen independ...
- 130 Views
- 0 replies
- 1 kudos
- 21331 Views
- 14 replies
- 35 kudos
Zero to Hero - Data Analysis Certification
Hey everyone, Today I passed my Data Analyst Associate exam! 拾I'd like to say thanks to the Databricks community. The questions that people ask and interactions I've been a part of have been invaluable. Starting tomorrow, I'll be moving onto my data ...
- 21331 Views
- 14 replies
- 35 kudos
- 35 kudos
Anyone used or recommend Skillcertpro preparation guide for certification ?
- 35 kudos
- 238 Views
- 0 replies
- 0 kudos
Learn Databricks Agent Bricks | Build Enterprise RAG Agents
Databricks Training & Certifications Learn Databricks Agent Bricks Build, retrieve, and ship production-ready AI agents on your own data. Retrieval (RAG) 易 Knowledge Assistants Vector Search Want to build AI age...
- 238 Views
- 0 replies
- 0 kudos
- 425 Views
- 0 replies
- 1 kudos
Solution Accelerator Series | Overall Equipment Effectiveness
Manufacturers collect large volumes of sensor and equipment data, but measuring equipment productivity at the required latency and scale can be difficult with traditional systems. The Overall Equipment Effectiveness (OEE) Solution Accelerator demonst...
- 425 Views
- 0 replies
- 1 kudos
- 215 Views
- 0 replies
- 0 kudos
Configure Databricks Access to Keyvault with Azure Role Based Access Control (RBAC)
Set up required : Key vaultgo to settings: Access Configuration, check Azure Role Based Access control under permission modelgo to Network: Allow trusted azure services to send requestCreate Access connector for Databricks from portalgo to IAM in KV ...
- 215 Views
- 0 replies
- 0 kudos
- 571 Views
- 5 replies
- 16 kudos
From 40 Minutes to 8 minutes: Why We Dropped MERGE in Our SAP BW to Databricks Gold Layer
Infra keeps getting faster, but the fix for a slow notebook is usually a config line, not a bigger cluster.One Spark Config, 32 Minutes Saved: Replacing MERGE with Dynamic Partition OverwriteBy @Phani_sannala , co-authored with @sridharplv Our gold n...
- 571 Views
- 5 replies
- 16 kudos
- 16 kudos
The zombie row bug is the real argument here reframing this from "MERGE is slow" to "MERGE is silently wrong for full-slice delivery" is what makes it land. Only thing I'd stress: dynamic partition overwrite is exactly as safe as your completeness ch...
- 16 kudos
- 436 Views
- 2 replies
- 2 kudos
Change Data Feed on Materialized Views Why I Think This Is More Than an Incremental Processing
One interesting way to look at CDF on Materialized Views is the difference between source-level change and business-level change.CDC might tell us that five banking transactions changed. But after those transactions pass through our transformations,...
- 436 Views
- 2 replies
- 2 kudos
- 2 kudos
Good point, @AmitDECopilot that gap between "row changed" and "value actually changed enough to matter" is where most CDC setups trip up. We hit the same thing on a Gold-layer project: CDF told us data moved, but teams really wanted to know "did the...
- 2 kudos
- 277 Views
- 0 replies
- 0 kudos
Exploring Databricks Instructed-Retriever-1 Through a Data Engineering Use Case
I have been exploring the architecture behind Agent Bricks Knowledge Assistant, particularly the relationship between Instructed Retriever and the newer Instructed-Retriever-1 model.One practical question helped me understand the difference:“The prod...
- 277 Views
- 0 replies
- 0 kudos
-
Access Data
1 -
Access Delta Tables
1 -
ADB
1 -
ADF Linked Service
1 -
ADF Pipeline
1 -
Advanced Data Engineering
6 -
agent bricks
2 -
Agent Skills
1 -
Agentic AI
3 -
AI
4 -
AI Agents
7 -
AI Readiness
1 -
AIBI
3 -
Analytics
2 -
Analytics Engineering
1 -
Apache Iceberg
1 -
Apache spark
3 -
Apache Spark 3.0
2 -
ApacheSpark
1 -
Aqe
1 -
Architecture
6 -
Asset Bundles
1 -
Associate Certification
2 -
Audit
1 -
AUTO CDC
1 -
Auto-loader
1 -
Automation
3 -
Automl
1 -
AWSDatabricksCluster
2 -
Azure
5 -
Azure databricks
4 -
Azure Databricks Delta Table
3 -
Azure Databricks Job
2 -
Azure Delta Lake
3 -
Azure devops integration
2 -
Azure Unity Catalog
3 -
AzureDatabricks
2 -
best practices
1 -
BI Integrations
1 -
Big data
1 -
Billing and Cost Management
2 -
Blog
1 -
BroadcastJoin
1 -
Bronze Layer
1 -
Bronze Table
1 -
Build a Databricks App on Free Edition with a Genie Agent at its core.
1 -
Caching
2 -
Cash Flow
1 -
CDC
4 -
CDF
1 -
Certification
1 -
Certification Badge
1 -
Certification Exam
1 -
CICD
4 -
CICDForDatabricksWorkflows
2 -
Cluster
1 -
Cluster Policies
1 -
Cluster Pools
1 -
Collect
1 -
Community Contest
1 -
Community Event
1 -
CommunityArticle
2 -
Cost Optimization Effort
2 -
CostOptimization
3 -
Creative Thinking
1 -
custom compute policy
1 -
CustomLibrary
1 -
DABs
2 -
DAIS 0206
3 -
DAIS 2026
2 -
Dashboards
2 -
Data
1 -
Data Agents
1 -
Data Analysis with Databricks
1 -
Data Architecture
2 -
Data Driven AI Roadmap
1 -
Data Engineering
24 -
Data Governance
5 -
Data Ingestion
2 -
Data Ingestion & connectivity
1 -
data layout
1 -
Data Mesh
1 -
data optimization
1 -
Data Processing
1 -
Data Quality
3 -
Data warehouse
1 -
Data Warehousing
1 -
databricks
4 -
Databricks App
2 -
Databricks Apps
13 -
Databricks Assistant
2 -
Databricks Blog
1 -
Databricks Certified
1 -
Databricks Clusters
1 -
Databricks Community
1 -
Databricks Dashboard
2 -
Databricks Delta Table
3 -
Databricks Demo Center
1 -
Databricks Free Edition
1 -
Databricks genAI associate
1 -
databricks genie
3 -
Databricks Job
2 -
Databricks Lakeflow
3 -
Databricks Lakehouse
2 -
Databricks Migration
3 -
Databricks Mlflow
1 -
Databricks News
1 -
Databricks Notebooks
1 -
Databricks Partner
1 -
Databricks Pyspark
3 -
Databricks Serverless
3 -
Databricks SQL
1 -
Databricks Support
1 -
Databricks Training
1 -
Databricks Unity Catalog
3 -
Databricks Workflows
3 -
DatabricksAutomation
1 -
DatabricksML
1 -
DatabricksOptimization
1 -
DataEngineering
1 -
DBR Versions
1 -
Declartive Pipelines
2 -
DeepLearning
1 -
Delta Lake
19 -
Delta Lake Files
1 -
Delta Live Table
3 -
Delta Live Tables
1 -
Delta Tables
1 -
Delta Time Travel
1 -
Delta-lake
1 -
DeltaLake
1 -
DevOps
2 -
DimensionTables
1 -
DLT
3 -
DLT Pipeline
1 -
DLT Pipelines
3 -
DLT-Meta
1 -
Dns
1 -
Dynamic
1 -
Dynamic Partition
1 -
ETL
1 -
ETL Pipelines
2 -
fastapi
1 -
Feature Store
1 -
Financial Services
1 -
Forecasting
1 -
Fraud Detection
1 -
Free Databricks
3 -
Free Edition
1 -
GenAI
1 -
GenAI agent
2 -
GenAI and LLMs
4 -
GenAIGeneration AI
2 -
Generation AI
1 -
Generative AI
4 -
Generative AI Engineer
1 -
Genie
13 -
Genie Agents
11 -
Genie-Powered App Challenge - 2026
3 -
GenieOntology
1 -
Git
1 -
Gold Layer
1 -
GoldLayer
1 -
Google Bigquery
1 -
Google cloud
1 -
Governance
2 -
Governed Tag
1 -
hackathon
2 -
Hive metastore
1 -
Hubert Dudek
42 -
Hybrid Lakehouse
1 -
Incremental Load
1 -
Kafka streaming
3 -
Keyvault
1 -
LakeBase
4 -
Lakeflow
1 -
Lakeflow Declarative Pipelines
1 -
Lakeflow Pipelines
3 -
LakeflowDesigner
1 -
Lakehouse
5 -
Lakehouse Migration
1 -
Langchain
1 -
LangGraph
1 -
Lazy Evaluation
1 -
Learning
2 -
Library Installation
1 -
LightGBM
1 -
Lineage
2 -
LiquidClustering
2 -
Live Tables CDC
2 -
Llama
1 -
LLM
1 -
LLMs
1 -
Machine Learning
3 -
mcp
3 -
Medallion Architecture
7 -
MERGE
1 -
MERGE Performance
2 -
Metadata
2 -
Metric Views
2 -
Migration
1 -
Migrations
1 -
MlFlow
1 -
Model Serving
1 -
mosic ai search
1 -
MSExcel
3 -
Multi-Table Transactions
1 -
Multiagent
4 -
Networking
2 -
New Features
1 -
NotMvpArticle
1 -
Operations Analytics
2 -
Optimization
1 -
Optimize Command
1 -
Partitioning
4 -
Partner
2 -
Performance
2 -
Performance Tuning
4 -
PII
1 -
Powerbi
1 -
PredictiveOptimization
1 -
Private Link
1 -
Prompt Tuning
1 -
Pyspark
8 -
Pyspark Code
1 -
Pyspark Databricks
1 -
Pytest
1 -
Python
1 -
RBAC
1 -
Reading-excel
2 -
Retail Forecasting
1 -
Row Level Security
1 -
SAP
3 -
SAP BW
1 -
Sap Hana Driver
1 -
Scala Code
1 -
Scd Type 2
1 -
Scheduled Tasks
1 -
Scripting
1 -
SDK
1 -
Security
1 -
Semantic Layer
1 -
Serverless
2 -
Small Business
1 -
Spanish
2 -
Spark
9 -
Spark Caching
1 -
Spark Performance
1 -
SparkSQL
1 -
SQL
4 -
Sql Scripts
2 -
SQL Serverless
1 -
streaming
2 -
streamlit
3 -
Structured streaming
1 -
Students
2 -
Supervisor Agent
1 -
Supply Chain
1 -
Support Ticket
1 -
Sync
1 -
Table Formats
1 -
Training
1 -
Tutorial
4 -
UCSD
1 -
Unit Test
1 -
Unit testing
1 -
Unity Catalog
22 -
Unity Cataloge
1 -
Unity Catalogue
1 -
Unity Catlog
1 -
University Alliance
1 -
VACUUM Command
1 -
Variant
1 -
Vnet Injection
1 -
Vnet peering
1 -
Warehousing
1 -
Workflow Jobs
1 -
Workflows
10 -
Zerobus
2 -
Zorder
1 -
Zordering
2
- « Previous
- Next »
| User | Count |
|---|---|
| 85 | |
| 75 | |
| 72 | |
| 60 | |
| 43 |