list_iceberg_optimizer_runs

DatasetsApi.list_iceberg_optimizer_runs(id, type, max_results=None, _request_timeout=None, _request_auth=None, _content_type=None, _headers=None, _host_index=0)[source]

List Iceberg table optimizer runs

Retrieves the run history for a specific Iceberg table optimizer type. The optimizer type must be specified via the ‘type’ query parameter.

Parameters:
  • id (str) – (required)

  • type (str) – Type of optimizer to retrieve runs for (required)

  • max_results (int) – Maximum number of runs to return

  • _request_timeout (int, tuple(int, int), optional) – timeout setting for this request. If one number provided, it will be total request timeout. It can also be a pair (tuple) of (connection, read) timeouts.

  • _request_auth (dict, optional) – set to override the auth_settings for an a single request; this effectively ignores the authentication in the spec for a single request.

  • _content_type (str, Optional) – force content-type for the request.

  • _headers (dict, optional) – set to override the headers for a single request; this effectively ignores the headers in the spec for a single request.

  • _host_index (int, optional) – set to override the host_index for a single request; this effectively ignores the host_index in the spec for a single request.

Return type:

OptimizerRunsResponse

Returns:

Returns the result object.