Chaining features
Last updated
Last updated
Features are reusable. This means it is possible to create robust data pipelines within Lynk - by adding features to an entity, based on features of other (related) entities.
are data assets that live "virtually" within Lynk. Meaning, there is no materialized asset on the underlying data source. A virtual data assets is created for each entity within Lynk, where the entity is the "asset" and it's features are the "fields".
For example, let's assume we have an entity called user
and another entity called team
, and their relation is many-to-one. You can create a feature called is_active_user
on the user
level and consume it for creating a metric feature active_users_count
on the team
entity level.
Note that the asset
in this case is the related entity name (see ).