AssetBucket.aggregate#

AssetBucket.aggregate(*assets)[source]

Aggregate the assets into a single asset.

Parameters:

assets (Iterable[dict[str, Any]]) – The assets to aggregate.

Returns:

The aggregated asset.

Return type:

dict[str, Any]