Sinks in Lakeflow Spark Declarative Pipelines
By default when you create a flow, your pipeline writes the resulting query to a Delta table, typically a materialized view or a streaming table. Pipelines also provide functionality to let you write to a wide range of sinks, or even programmatically transform and stream data to any target (or targets) that you can write to with Python.
The following topics describe the sink functionality in pipelines.
Topic | Description |
|---|---|
Use the | |
Use the | |
Use the |