Skip to contents

Retrieves events for a pipeline.

Usage

list_pipeline_events(
  client,
  pipeline_id,
  filter = NULL,
  max_results = NULL,
  order_by = NULL,
  page_token = NULL
)

pipelinesListPipelineEvents(
  client,
  pipeline_id,
  filter = NULL,
  max_results = NULL,
  order_by = NULL,
  page_token = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

pipeline_id

Required. This field has no description yet.

filter

Criteria to select a subset of results, expressed using a SQL-like syntax.

max_results

Max number of entries to return in a single page.

order_by

A string indicating a sort order by timestamp for the results, for example, timestamp asc.

page_token

Page token returned by previous call.

Value

data.frame with all of the response pages.