awswrangler.quicksight.list_data_sources

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

List all QuickSight Data sources summaries.

Parameters:
  • 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:

Data sources summaries.

Examples

>>> import awswrangler as wr
>>> sources = wr.quicksight.list_data_sources()