REST API library for Python
Is there any client library for Collibra-Console API to help me automate some tasks related to backup / restore?
I am looking for something similar to https://pypi.org/project/collibra-core/ (this is for Core API).
Thanks in advance!
rahulanand
Posted 3 years ago · Edited 1 year ago·Last reply 3 years ago
2 comments
arthurburkhardt
·3 years ago · EditedThe library you pointed seems to be automatically generated from the openAPI spec, so you could do the same thing for the console API https://developer.collibra.com/rest/console
I personally do not use a client library, I have a thin wrapper around requests and that’s it.
rahulanand
OP3 years ago · EditedThank you! It seems the https://developer.collibra.com/rest/console do not conform to the latest Open API specification and the OpenAPI code generator fails on this.
I think the Swagger CodeGen will work but wanted to find out if someone has already done that and save some dev cycle on creating this library and testing it thoroughly. I would be good to see if Collibra generates and maintains such wrappers to make it easier for their clients.