- 5589 Views
- 1 replies
- 6 kudos
Handling Complex Nested JSON in Databricks Using schemaHints
When I first got into managing schemas in Databricks, it took me a while to realize that putting in a little planning up front could save me a ton of headaches later on.I was working with these deeply nested, constantly changing JSON files. At first,...
- 5589 Views
- 1 replies
- 6 kudos
- 6 kudos
Great tip @genevive_mdonça! schemaHints help avoid issues with evolving JSON data, making data processing more reliable and easier to maintain. Thanks for sharing.
- 6 kudos
- 4044 Views
- 1 replies
- 0 kudos
Understanding Coalesce, Skewed Joins, and Why AQE Doesn't Always Intervene
In Spark, data skew can be the silent killer of performance. One wide partition pulling in 90% of the data?But even with AQE (Adaptive Query Execution) turned on in Databricks, skewness isn't always automatically identified— and here’s why.What Is co...
- 4044 Views
- 1 replies
- 0 kudos
- 0 kudos
@mark_ott , this question seems right up your alley. Care to comment?
- 0 kudos
- 3017 Views
- 0 replies
- 1 kudos
One of the solution of [FAILED_READ_FILE.NO_HINT] Error while reading file, when display() or SELECT
One of the solution of [FAILED_READ_FILE.NO_HINT] Error while reading file, when display() or SELECTI got stuck with the above error when using `spark.read.table().display()` or directly query the table using %sql.While the display method is just one...
- 3017 Views
- 0 replies
- 1 kudos
- 3388 Views
- 0 replies
- 1 kudos
Power BI to Databricks Semantic Layer Generator (DAX → SQL/PySpark)
Hi everyone!I’ve just released an open-source tool that generates a semantic layer in Databricks notebooks from a Power BI dataset using the Power BI REST API. Im not an expert yet, but it gets job done and instead of using AtScale/dbt/or the PBI Sem...
- 3388 Views
- 0 replies
- 1 kudos
- 1099 Views
- 0 replies
- 0 kudos
How to train a Convolutional Neural Network on Databricks with Tensorflow and Keras
Here is how to trained a lightweight Convolutional Neuronal Network (CNN) to detect pneumonia from chest X-rays pictures on Azure Databricks. I promise no LLMs, no hype, just real-world deep learning:1. Built it with TensorFlow & Keras on Databricks2...
- 1099 Views
- 0 replies
- 0 kudos
- 2963 Views
- 0 replies
- 1 kudos
Real Lessons in Databricks Schema, Streaming, and Unity Catalog
Hey Databricks community,I wanted to take a moment to share some things I’ve learned while working with Databricks in real projects—especially around schema management, Unity Catalog, Autoloader, and streaming jobs. These are the kinds of small detai...
- 2963 Views
- 0 replies
- 1 kudos
- 1316 Views
- 0 replies
- 1 kudos
Inclusion of special characters while saving or downloading as a csv
Hi All, I have data which looks like this High Corona40% 50cl Pm £13.29 but when saving it as a csv it is getting converted into High Corona40% 50cl Pm £13.29 . wherever we have the euro sign . I thing to note here is while displaying the data i...
- 1316 Views
- 0 replies
- 1 kudos
- 2190 Views
- 0 replies
- 1 kudos
Use Query Patterns to Suggest Indexes Dynamically
Hey folks,Ever notice how a query that used to run super fast suddenly starts dragging? We’ve all been there. As data grows, those little inefficiencies in your SQL start showing up — and they show up hard. That’s where something cool comes in: using...
- 2190 Views
- 0 replies
- 1 kudos
- 3822 Views
- 0 replies
- 1 kudos
Unit Testing for Data Engineering: How to Ensure Production-Ready Data Pipelines
In today’s data-driven world, the success of any business use case relies heavily on trust in the data. This trust is built upon key pillars such as data accuracy, consistency, freshness, and overall quality. When organizations release data into prod...
- 3822 Views
- 0 replies
- 1 kudos
- 7801 Views
- 0 replies
- 0 kudos
The Future of Data Engineering: Smarter, Faster, and More Automated
Data Engineering has come a long way. From the days of manual ETL scripts to the modern world of automated, AI-driven data pipelines, the evolution has been nothing short of fascinating. As a data engineer working across various platforms, I’ve seen ...
- 7801 Views
- 0 replies
- 0 kudos
- 1505 Views
- 0 replies
- 0 kudos
Optimizing Complex, Embedded Workflows with Databricks Cluster Pool
Managing complex, embedded workflows efficiently is a key challenge for enterprise architects. As organizations scale their data ecosystems, optimizing resource allocation becomes crucial. Databricks Cluster Pools offer a strategic solution to minimi...
- 1505 Views
- 0 replies
- 0 kudos
- 2065 Views
- 0 replies
- 1 kudos
Migrating from MySQL to Databricks: Real-time Insights That Matter
We successfully migrated a client’s MySQL databases to DB using a dual-approach that maintained 100% data integrity while enabling real-time analytics.After struggling with batch-based updates and analytics delays, we implemented:- One-time historica...
- 2065 Views
- 0 replies
- 1 kudos
- 10747 Views
- 8 replies
- 6 kudos
Library Management via Custom Compute Policies and ADF Job Triggering
This guide is intended for those looking to install libraries on a cluster using a Custom Compute Policy and trigger Databricks jobs from an Azure Data Factory (ADF) linked service. While many users rely on init scripts for library installation, it i...
- 10747 Views
- 8 replies
- 6 kudos
- 6 kudos
Hi @hassan2 I had same issue and found solution.When I created POOL i created it as On-demand (not spot) and then policy only worked when I removed entire section "azure_attributes.spot_bid_max_price" from policy.Looks like "azure_attributes.spot_bi...
- 6 kudos
- 5155 Views
- 1 replies
- 1 kudos
Resolved! Log Custom Transformer with Feature Engineering Client
Hi everyone,I'm building a Pyspark ML Pipeline where the first stage is to fill nulls with zero. I wrote a custom class to do this since I cannot find a Transformer that will do this imputation. I am able to log this pipeline using ML Flow log model ...
- 5155 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @WarrenO , thanks for sharing that with the detailed code! I was able to reproduce the error, specifically the following error: AttributeError: module '__main__' has no attribute 'CustomAdder'File <command-1315887242804075>, line 3935 evaluator = ...
- 1 kudos
- 1170 Views
- 0 replies
- 0 kudos
The Hidden Security Risks in Stored Procedure Migrations—What Databricks Exposed
Your stored procedure migration to DB isn't just a 'copy-paste' job - it's a security nightmare waiting to happen.We discovered our 'trusted' stored procedures had hidden access patterns that nearly compromised our entire data governance model. Here'...
- 1170 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 Architecture
1 -
agent bricks
2 -
Agent Skills
2 -
Agentic AI
6 -
agents
1 -
AI
5 -
AI Agents
9 -
AI Readiness
1 -
AIAgents
1 -
AIBI
3 -
Analytics
2 -
Analytics Engineering
1 -
Apache Iceberg
1 -
Apache spark
3 -
Apache Spark 3.0
2 -
ApacheSpark
1 -
Aqe
1 -
Architecture
7 -
Asset Bundles
1 -
Associate Certification
2 -
Audit
1 -
AUTO CDC
1 -
Auto-loader
1 -
Automation
3 -
Automl
1 -
AutoML Experiment
1 -
AWSDatabricksCluster
2 -
Azure
5 -
Azure databricks
5 -
Azure Databricks Delta Table
3 -
Azure Databricks Job
2 -
Azure Delta Lake
4 -
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 -
Customer Record
1 -
CustomLibrary
1 -
DABs
3 -
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
25 -
Data Governance
6 -
Data Ingestion
2 -
Data Ingestion & connectivity
1 -
data layout
1 -
Data Mesh
1 -
data optimization
1 -
Data Processing
1 -
Data Quality
6 -
Data Quality Checks
2 -
Data warehouse
1 -
Data Warehousing
1 -
databricks
5 -
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
3 -
Databricks Migration
3 -
Databricks Mlflow
1 -
Databricks News
1 -
Databricks Notebooks
1 -
Databricks Partner
1 -
Databricks Pyspark
3 -
Databricks Serverless
4 -
Databricks SQL
1 -
Databricks Support
1 -
Databricks Training
1 -
Databricks Unity Catalog
4 -
Databricks Workflows
3 -
DatabricksAutomation
2 -
DatabricksML
1 -
DatabricksOptimization
2 -
DataEngineering
1 -
DateChange
1 -
DBR Versions
1 -
Declartive Pipelines
2 -
DeepLearning
1 -
Delta Lake
20 -
Delta Lake Files
1 -
Delta Live Table
3 -
Delta Live Tables
1 -
Delta Tables
1 -
Delta Time Travel
1 -
Delta-lake
1 -
DeltaLake
1 -
Developer
1 -
Development
1 -
DevOps
2 -
DimensionTables
1 -
DLT
3 -
DLT Pipeline
2 -
DLT Pipelines
3 -
DLT-Meta
1 -
Dns
1 -
DQX
3 -
Drift
1 -
Dynamic
1 -
Dynamic Partition
1 -
ETL
1 -
ETL Pipelines
2 -
fastapi
1 -
Feature Store
1 -
Financial Services
1 -
Fine Grained Access
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
7 -
Generative AI Engineer
1 -
Genie
16 -
Genie Agent
2 -
Genie Agents
11 -
Genie Code
1 -
Genie-Powered App Challenge - 2026
3 -
GenieOntology
2 -
Git
1 -
Gold Layer
1 -
GoldLayer
1 -
Google Bigquery
1 -
Google cloud
1 -
Governance
2 -
Governed Tag
1 -
Graph
1 -
Graphframes
1 -
hackathon
2 -
Hive metastore
1 -
Hubert Dudek
42 -
Hybrid Lakehouse
1 -
Incremental Load
1 -
IoT
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
2 -
Lazy Evaluation
1 -
Learning
2 -
Library Installation
1 -
LightGBM
1 -
Lineage
2 -
LiquidClustering
2 -
Live Tables CDC
3 -
Llama
1 -
LLM
1 -
LLM Evaluation
1 -
LLM-as-a-Judge
1 -
LLMs
1 -
Machine Learning
3 -
mcp
3 -
Medallion Architecture
8 -
MERGE
1 -
MERGE Performance
3 -
Metadata
2 -
Metric Views
2 -
Migration
1 -
Migrations
1 -
ML Model
1 -
MlFlow
3 -
Model Serving
1 -
mosic ai search
1 -
MSExcel
3 -
Multi-Table Transactions
1 -
Multiagent
4 -
Networking
2 -
New Features
1 -
NotMvpArticle
1 -
Ontology
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 -
Rest APIs
1 -
Retail Forecasting
1 -
Row Level Security
2 -
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 -
Smart Routing
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
23 -
Unity Cataloge
1 -
Unity Catalogue
1 -
Unity Catlog
2 -
University Alliance
1 -
VACUUM Command
1 -
Variant
1 -
Vnet Injection
1 -
Vnet peering
1 -
Warehousing
1 -
Web
1 -
Workflow Jobs
1 -
Workflows
10 -
Zerobus
3 -
Zorder
1 -
Zordering
2
- « Previous
- Next »
| User | Count |
|---|---|
| 85 | |
| 75 | |
| 73 | |
| 60 | |
| 43 |