Binoy Shah
08/11/2022, 6:07 PMclass dagster.SourceAsset(key, metadata=None, io_manager_key=None, io_manager_def=None, description=None, partitions_def=None, _metadata_entries=None, group_name=None, resource_defs=None)
[source]
¶
A SourceAsset represents an asset that will be loaded by (but not updated by) Dagster.
What does it mean “asset will be loaded by (but not updated by) dagster”
for eg.
When Dagster builds Assets from Airbyte https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-airbyte/dagster_airbyte/asset_defs.py .. Ideally it “appears” like airbyte updating the the asset and Dagster is loading it. But still SourceAssets were not used for this
What would be an example of such SourceAsset
in more realistic way where its loaded by Dagster but not updated ? Here by term “loading”, does it only mean displaying it in Dagit UI ?claire
08/11/2022, 6:32 PMBinoy Shah
08/11/2022, 7:24 PMsandy
08/11/2022, 9:02 PMBinoy Shah
08/11/2022, 9:16 PMsandy
08/11/2022, 9:22 PM