docs(Timeseries): Update Timeseries aspect documentation to add support for @Searchable and @Relationship annotations (#12945)

Co-authored-by: trialiya <trialiya@gmail.com>
Co-authored-by: Chakru <161002324+chakru-r@users.noreply.github.com>
This commit is contained in:
trialiya 2025-03-22 19:14:33 +03:00 committed by GitHub
parent f48b8dd6c0
commit 566cdf8bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)