Hi team,
I was checking the capabilities of java sdk for metadata ingestion. I saw various examples on python sdk but couldnt find much on java. I tried out the sdk and was able to write metadata.
But I could not find how to read various aspects? For example,I didnt find way to find the current tags of a dataset or the list of datasets present?
I could use the the graphql API. But Is it possible at java sdk end to get these info?
I could not find the datahub graph query that is implemented in python at java sdk. Am I missing anything or the java sdk is limited to write scenarios?