Skip to content

Commit

Permalink
docs(ingest): update datahub sink doc to include an acryl example (da…
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored May 3, 2024
1 parent 50d37fe commit bda609b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions metadata-ingestion/sink_docs/datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ sink:
server: "http://localhost:8080"
```
If you are connecting to a hosted Acryl instance, your sink will look like
```yml
source:
# source configs
sink:
type: "datahub-rest"
config:
server: "https://<your-instance>.acryl.io/gms"
token: <token>
```
If you are running the ingestion in a container in docker and your [GMS is also running in docker](../../docker/README.md) then you should use the internal docker hostname of the GMS pod. Usually it would look something like
```yml
Expand Down

0 comments on commit bda609b

Please sign in to comment.