List pipeline updates.
list_pipeline_updates.Rd
List updates for an active pipeline.
Usage
list_pipeline_updates(
client,
pipeline_id,
max_results = NULL,
page_token = NULL,
until_update_id = NULL
)
pipelinesListUpdates(
client,
pipeline_id,
max_results = NULL,
page_token = NULL,
until_update_id = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- pipeline_id
Required. The pipeline to return updates for.
- max_results
Max number of entries to return in a single page.
- page_token
Page token returned by previous call.
- until_update_id
If present, returns updates until and including this update_id.