As this feature is beta, you will need to enable it using:
SET allow_database_iceberg = 1;Gathering Requirements OneLake
Before querying your table in Microsoft Fabric, you’ll need to collect the following information:- A OneLake tenant ID (Your Entra ID)
- An Application (client) ID
- A client secret
- A warehouse ID and a data item ID
Creating a connection between OneLake and ClickHouse
With the required info above you can now create a connection between Microsoft OneLake and ClickHouse, but before that you need to enable catalogs:Connect to OneLake
Querying OneLake using ClickHouse
Now that the connection is in place, you can start querying OneLake:Backticks requiredBackticks are required because ClickHouse doesn’t support more than one namespace.