Skip to main content

Use Lakeflow Declarative Pipelines in Databricks SQL

Lakeflow Declarative Pipelines is the native way of working with data in ETL pipelines. You can define streaming tables and materialized views with simple query syntax, and Databricks manages the pipelines for you. Lakeflow Declarative Pipelines functionality is also available for use outside of ETL pipelines using Databricks SQL.

This section teaches you about using Lakeflow Declarative Pipelines outside of ETL pipelines, including the following topics.

Topic

Description

Use streaming tables in Databricks SQL

Learn how to create, refresh, configure, and monitor Databricks streaming tables in Databricks SQL.

Use materialized views in Databricks SQL

Learn how to create, refresh, and query Databricks materialized views in Databricks SQL.

Learn more