def list_datasets(
    *,
    project: Optional[str] = None,
    prefix: str = "",
    api_key: Optional[str] = None,
) -> Dict[str, str]:

source code

List all datasets associated with a project and context.

Arguments:

  • project - Name of the project the datasets belong to.
  • prefix - Prefix of the datasets to get.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A list of datasets.