PySpark Pipelines#
|
(Return a) decorator to define a materialized view in the pipeline and mark a function as the materialized view's query function. |
|
(Return a) decorator to define a table in the pipeline and mark a function as the table's query function. |
|
(Return a) decorator to define a view in the pipeline and mark a function as the view's query function. |
|
Creates a table that can be targeted by append flows. |
|
Return a decorator on a query function to define a flow in a pipeline. |
|
Creates a sink that can be targeted by streaming flows, providing a generic destination for flows to send data external to the pipeline. |