hi! :wave:. Question about the DataHub API, is the...
# troubleshoot
n
hi! 👋. Question about the DataHub API, is there a way we can create POST requests to load descriptions to datasets? I couldnt find it in the docs
e
Hey are you talking about updating descriptions? or getting description?
n
@early-lamp-41924 updating descriptions
e
n
thanks @early-lamp-41924 i haven't used graphql before I'll take a look
m
If you want to use the low-level Python SDK to update documentation, you can use the code examples here: https://datahubproject.io/docs/generated/metamodel/entities/dataset#documentation-links-etc
As you can see, it is a bit complex ... GraphQL is easier, but you have both choices.
n
@mammoth-bear-12532 thanks I'll take a look 🙂