List pipelines.
list_pipeline_pipelines.Rd
Lists pipelines defined in the Delta Live Tables system.
Usage
list_pipeline_pipelines(
client,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL
)
pipelinesListPipelines(
client,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- filter
Select a subset of results based on the specified criteria.
- max_results
The maximum number of entries to return in a single page.
- order_by
A list of strings specifying the order of results.
- page_token
Page token returned by previous call.