Skip to main content

Use pipelines in Databricks SQL

Preview

This feature is in Public Preview.

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

This section teaches you about using pipelines outside of Lakeflow Spark Declarative 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