-
Sensors and observable source assets are two different approaches to listening for external changes and triggering downstream computation based on them. What's the difference, and when is each one appropriate? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Both sensors and observable source assets listen for external changes. The main high-level conceptual different between sensors and observable source assets is that observable source assets decouple the "discover what changed" logic from the "decide what downstream assets should be materialized" logic.
A few other differences:
|
Beta Was this translation helpful? Give feedback.
-
@sryza Are observable source assets still a recommended approach? I thought I had seen some references in communications to SourceAssets being deprecated soon in favor of AssetSpecs and External Assets. |
Beta Was this translation helpful? Give feedback.
Both sensors and observable source assets listen for external changes.
The main high-level conceptual different between sensors and observable source assets is that observable source assets decouple the "discover what changed" logic from the "decide what downstream assets should be materialized" logic.
A few other differences: