Skip to content

How to store assets per user id? #20413

Closed Answered by maximearmstrong
4l1fe asked this question in Q&A
Discussion options

You must be logged in to vote

@4l1fe That feature is not currently supported by a built-in IOManager. To support the use case, the unique folder name would need to be persisted somewhere, so that the IOManager could get the correct path when loading an asset for downstream usage.

This being said, you could subclass S3PickleIOManager and implement a different get_asset_relative_path method that creates the correct path for your use case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@4l1fe
Comment options

Answer selected by 4l1fe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: io-manager Related to I/O Managers area: asset Related to Software-Defined Assets
2 participants