diff --git a/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-operation/lakes/index.md b/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-operation/lakes/index.md index b703b31842..f1c7c7428c 100644 --- a/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-operation/lakes/index.md +++ b/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-operation/lakes/index.md @@ -4,9 +4,15 @@ sidebar_position: 50 description: "How to run our models on lakehouses" --- +```mdx-code-block +import Badges from '@site/src/components/Badges'; +``` + +  + :::danger -Running the models on data lakes or lakehouses (using external tables in a warehouse to read directly from a lake) is currently in private preview state and is not fully supported. Certain features may not work as expected and errors are more likely to occur. Please use this approach at your own risk and raise any issues you find with us. +Running the models on data lakes or lakehouses (using external tables in a warehouse to read directly from a lake) is currently in Early Release state and is not fully supported. Certain features may not work as expected and errors are more likely to occur. Please use this approach at your own risk and raise any issues you find with us. :::