From 566cdf8bc173af2b3f1c63be3d4ea23d2e88c1f1 Mon Sep 17 00:00:00 2001 From: trialiya <41265764+trialiya@users.noreply.github.com> Date: Sat, 22 Mar 2025 19:14:33 +0300 Subject: [PATCH] docs(Timeseries): Update Timeseries aspect documentation to add support for @Searchable and @Relationship annotations (#12945) Co-authored-by: trialiya Co-authored-by: Chakru <161002324+chakru-r@users.noreply.github.com> --- docs/modeling/metadata-model.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/modeling/metadata-model.md b/docs/modeling/metadata-model.md index 4c97cadc88..6bcde56ad8 100644 --- a/docs/modeling/metadata-model.md +++ b/docs/modeling/metadata-model.md @@ -411,8 +411,7 @@ Each timeseries aspect must be declared "type": "timeseries" and must include [TimeseriesAspectBase](https://github.com/datahub-project/datahub/tree/master/metadata-models/src/main/pegasus/com/linkedin/timeseries/TimeseriesAspectBase.pdl) , which contains a timestampMillis field. -Timeseries aspect cannot have any fields that have the @Searchable or @Relationship annotation, as it goes through a -completely different flow. +Timeseries aspect can also have fields annotated with @Searchable and @Relationship. Please refer to [DatasetProfile](https://github.com/datahub-project/datahub/tree/master/metadata-models/src/main/pegasus/com/linkedin/dataset/DatasetProfile.pdl)