Skip to content

Commit

Permalink
fix(docs): metadata-modeling - fix broken links and typos (#3954)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvasudevan authored Jan 24, 2022
1 parent a491407 commit f2e2a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modeling/metadata-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Timeseries aspect cannot have any fields that have the @Searchable or @Relations
completely different flow.

Please refer
to [DatasetProfile](https://github.com/linkedin/datahub/tree/master/metadata-models/src/main/pegasus/com/linkedin/dataset/DatasetProfile)
to [DatasetProfile](https://github.com/linkedin/datahub/tree/master/metadata-models/src/main/pegasus/com/linkedin/dataset/DatasetProfile.pdl)
to see an example of a timeseries aspect.

Because timeseries aspects are updated on a frequent basis, ingests of these aspects go straight to elastic search (
Expand Down Expand Up @@ -393,9 +393,9 @@ entities:
```
##### Ingesting a Timeseries aspect
The timeseries aspects can be ingested via the GSM REST endpoint `/aspects?action=ingestProposal` or via the python API.
The timeseries aspects can be ingested via the GMS REST endpoint `/aspects?action=ingestProposal` or via the python API.

Example1: Via GSM REST API using curl.
Example1: Via GMS REST API using curl.

```shell
curl --location --request POST 'http://localhost:8080/aspects?action=ingestProposal' \
Expand Down Expand Up @@ -451,7 +451,7 @@ my_emitter.emit(mcpw)

##### Performing an aggregation on a Timeseries aspect.

Aggreations on timeseries aspects can be performed by the GSM REST API for `/analytics?action=getTimeseriesStats` which
Aggreations on timeseries aspects can be performed by the GMS REST API for `/analytics?action=getTimeseriesStats` which
accepts the following params.
* `entityName` - The name of the entity the aspect is associated with.
* `aspectName` - The name of the aspect.
Expand Down

0 comments on commit f2e2a4d

Please sign in to comment.