#onelake
Cough, #OneLake, Flowood
This sort of thing, greenlighting low areas for construction, happens all over the place concerning flood plains. And it's always for the same obvious reason.
This is one of those examples where, if the flood hadn’t happened and a camp director was telling you about this story it would be a perfect example of red tape, bureaucracy, the hassle of regulation etc. And yet.

apnews.com/article/texa...
July 13, 2025 at 9:38 PM
Data & AI folks, I’m curious:

Your AI model can be brilliant.
But what happens when the data feeding it is fragmented?

Take a look: www.stridelysolutions.com/insights/blo...

#MicrosoftFabric #EnterpriseAI #OneLake #DataStrategy #tech
How Microsoft Fabric Supports Enterprise AI Initiatives
See how Microsoft Fabric for enterprise AI works, from OneLake and Copilot to governance, and why data readiness decides most AI outcomes.
www.stridelysolutions.com
September 24, 2026 at 6:50 AM
how to connect to #onelake using duckdb UI

step 1 : install azure cli in your laptop
step 2 : login to your account
step 3 : load credential in Duckdb

CREATE or replace SECRET onelake(
TYPE azure,
PROVIDER credential_chain,
CHAIN 'cli',
ACCOUNT_NAME 'onelake'
);

enjoy
March 15, 2025 at 5:58 AM
September 23, 2026 at 7:47 AM
First successful end to end run: #dbt + #DuckDB + #OneLake Iceberg catalog

Storage has won !!!
May 3, 2026 at 4:25 AM
#FabCon
#FabCon25

Onelake Diagnostics: track all your data and who created shortcuts, for instance.

OneLake Catalog Secure tab: central management of OneLake in a single tab.
September 16, 2025 at 8:14 AM
November 15, 2024 at 3:06 AM
🚀 Quick Demo: Loading Files and Delta Tables into #MicrosoftFabric #OneLake

the same #Python code works seamlessly both inside *and* outside Fabric?

www.youtube.com/watch?v=fpPg...
Quick Demo, Loading Delta Tables and Files to Onelake using Python
YouTube video by Too big for Pandas, Too Small for Spark
www.youtube.com
January 6, 2025 at 7:24 AM
Phil Seamark announcing that calculated columns and tables are coming soon to Direct Lake on OneLake mode.

#PowerBIGebruikersdagen
March 7, 2026 at 8:26 AM
#BigQuery #ApacheIceberg #onelake #PowerBI

honestly, a workflow like this was not even imaginable just a couple of years ago
November 16, 2024 at 11:09 AM
DuckDB just added native write support to OneLake. It is still early, and for now it only works through the blob API, There is no Delta write yet, but it is a very exciting first step.
#MicrosoftFabric #duckdb #Python #SQL
www.youtube.com/watch?v=V01W...
Second Look at Ducklake in Onelake
YouTube video by DataMonkey
www.youtube.com
December 10, 2025 at 12:05 PM
Understanding the granular way that OneLake Security works & how to secure the Lakehouse SQL Analytics Endpoint is IMPORTANT! But don't worry we've got you covered!

Link: youtu.be/TcbvjbZm2bA

@sqlballs.com @bradleyschacht.com @joshluedeman.com @dbabulldog.bsky.social @neerajny.bsky.social
Microsoft Fabric: OneLake Security Tutorial
YouTube video by Tales From The Field
youtu.be
May 14, 2026 at 1:18 PM
First Look at DuckLake in Onelake
YouTube video by DataMonkey
youtu.be
June 9, 2025 at 11:28 AM
My learning journey with #MicrosoftFabric
December 11, 2024 at 11:18 AM
how to query #onelake iceberg catalog using pure sql with #duckdb
the query cross join a table from #MicrosoftFabric Warehouse and #Snowflake, why not :)
duckdb has no read only mode, so every query check the remote table state, which create a not so great experience
www.youtube.com/watch?v=DK8i...
Querying Onelake Iceberg REST Catalog using DuckDB CLI with pure SQL
YouTube video by DataMonkey
www.youtube.com
December 6, 2025 at 1:16 PM
October 19, 2025 at 2:05 PM
March 27, 2025 at 1:33 PM
Put together a small python package duckrun :) point it at a folder of SQL/Python files, define a pipeline, and it will create Delta tables in #OneLake with #DuckDB and #delta_rs

github.com/djouallah/du...
October 3, 2025 at 11:17 AM
2 months ago, I got access to a beta release of #onelake #Apacheiceberg REST Catalog, first thing I run it with #duckdb 😀
September 16, 2025 at 12:49 PM
#DuckDB as a Server? First Look at DuckDB Quack

#arrow #ducklake #onelake
www.youtube.com/watch?v=OEwm...
DuckDB as a Server? First Look at DuckDB Quack
YouTube video by DataMonkey
www.youtube.com
May 15, 2026 at 1:24 PM
Benchmarking TPC-DS 10GB on Fabric #OneLake with Python Data Engines
#duckdb is a beast, #datafusion is work on progress.

datamonkeysite.com/2024/12/29/t...
Testing TPC-DS 10GB Hosted in Fabric OneLake Using Python Data Engines
This is not an official benchmark—just an exercise to experiment with the new Fabric Python notebook. You can download the notebook and the results here There is a growing belief that most structur…
datamonkeysite.com
December 29, 2024 at 10:38 AM