Skip to content

Commit

Permalink
fix(doc) removed one tricky example of fine-grained lineage query to …
Browse files Browse the repository at this point in the history
…simplify
  • Loading branch information
ksrinath committed Feb 25, 2022
1 parent 19b8fa4 commit e153514
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions metadata-models/docs/entities/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,26 +212,6 @@ curl 'http://localhost:8080/relationships?direction=OUTGOING&urn=urn%3Ali%3Adata
```
</details>

<details>
<summary>Find downstream datasets and fields of a dataset</summary>

```
curl 'http://localhost:8080/relationships?direction=INCOMING&urn=urn%3Ali%3Adataset%3A(urn%3Ali%3AdataPlatform%3Apostgres,bar2,PROD)&types=DownstreamOf'
{
"start": 0,
"count": 1,
"relationships": [
{
"type": "DownstreamOf",
"entity": "urn:li:dataset:(urn:li:dataPlatform:postgres,bar,PROD)"
}
],
"total": 1
}
```
</details>

<details>
<summary>Find the datasets and fields consumed by a datajob i.e. inputs to a datajob</summary>

Expand Down

0 comments on commit e153514

Please sign in to comment.