mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
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:
parent
f48b8dd6c0
commit
566cdf8bc1
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user