awswrangler.quicksight.list_ingestions

awswrangler.quicksight.list_ingestions(dataset_name: str | None = None, dataset_id: str | None = None, account_id: str | None = None, boto3_session: Session | None = None) list[dict[str, Any]]

List the history of SPICE ingestions for a dataset.

Parameters:
  • dataset_name (str | None) – Dataset name.

  • dataset_id (str | None) – The ID of the dataset used in the ingestion.

  • account_id (str | None) – If None, the account ID will be inferred from your boto3 session.

  • boto3_session (Session | None) – The default boto3 session will be used if boto3_session is None.

Return type:

list[dict[str, Any]]

Returns:

IAM policy assignments.

Examples

>>> import awswrangler as wr
>>> ingestions = wr.quicksight.list_ingestions()