datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.93k stars 2.94k forks source link

chore(docs): Minor improvements to transformer docs and java example #11859

Closed skrydal closed 6 days ago

skrydal commented 1 week ago

Contains 2 changes:

  1. List of dataset transformers in intro.md was too short - didn't contain data products transformers. As we are listing those independently in 2 files, maybe we should think about re-designing this part of docs. For now they are synced with this PR.
  2. Java SDK example contained wrong code - get() returns already an object not a Future of it.