Hi, team! I'm quite confused on how to use `Source...
# ask-community
e
Hi, team! I'm quite confused on how to use
SourceAsset
. Documentation says that SourceAsset is an asset that will be loaded but not updated by Dagster. I'm ingesting a csv file from s3, the best practice is to keep this file from s3 in my SourceAsset, right? In line with this, how does this differ from Observable Source Asset?