https://dagster.io/ logo
#ask-community
Title
# ask-community
p

Peter Davidson

12/16/2022, 3:50 PM
Trying to think of a design pattern for this scenario: • assets produced using a file system IO Manager -> writing to local disk for speed • one all assets have materialized, some of these are then uploaded to a database -> but this would be triggered as a separate job I'm thinking • Should each asset then have a second asset with a different IOManager (DB upload)? • Then have a "define_asset_job" which just selects those assets that will be uploaded?