top of page


SQL Windows Functions might be non-deterministic
How using SQL Windows functions with non unique order column can cause indeterminate results
Chen Hirsh
Oct 1, 20241 min read
3


Databricks workflows for-each - not quite there yet
Databricks recently added a for-each task to their workflow capability. How does it work and what are its limitations?
Chen Hirsh
Sep 24, 20241 min read
7


Instant data replication with Databricks table cloning
Cloning tables in Databricks is a fast way to create replicated data for test proposes, or archiving.
Chen Hirsh
Sep 15, 20241 min read
2


Working with Excel files in Databricks
Working in Databricks, you can read and write Excel files, but you need to pay attention to some pitfalls.
Chen Hirsh
Sep 8, 20241 min read
1


A simple code source control for SQL Server
A simple source control for SQL server code objects like views and stored procedures.
Chen Hirsh
Sep 1, 20241 min read
1

How to display missing months in Power BI charts without showing future dates
When you’re using Power BI, you probably create line charts that show data by month pretty often. It usually works great, but what...
Alon Ohayon
Aug 28, 20243 min read
6


The mystery of the vanishing variable
A Python variable has vanished! Can you help the confused Data Engineer find out why?
Chen Hirsh
Aug 25, 20241 min read
2

Ingest Google Analytics data into Databricks
Use Databricks notebook to read and ingest data from Google Analytics.
Chen Hirsh
Aug 18, 20241 min read
0

How to plan a successful Data Architecture
How to design a data platform for your project? What question should you ask?
Chen Hirsh
Aug 11, 20241 min read
1


Navigating Database Choices for Startups: Relational or NoSQL?
When founding a startup, one of the critical technical decisions you'll face is selecting the right database. This choice can...
Guy Glantser
Aug 7, 20243 min read
0
bottom of page