Hi all, Greetings from Portugal. I'm evaluating da...
# getting-started
d
Hi all, Greetings from Portugal. I'm evaluating datahub to see if it is a go to my company.
m
Welcome! Let us know how we can help :)
👍 1
d
Tahnk you. Right now I'm exploring it
I already have it running locally on my computer
I'm interesting on the rest api, to create users and datasets
but I can't see the api. It gives me an exception:
Copy code
"exceptionClass": "com.linkedin.restli.server.RestLiServiceException",
"stackTrace": "com.linkedin.restli.server.RestLiServiceException [HTTP Status:404]: No root resource defined for path '/restli'\n\tat com.linkedin.restli.server.RestLiServiceException.fromThrowable(RestLiServiceException.java:315)\n\tat
....
"message": "No root resource defined for path '/restli'",
"status": 404
m
Are you following some guide for creating users and datasets?
If you can provide the steps you are following, it would be helpful.
b
Thanks for bring this up. There is a known issue related to the API doc: https://github.com/linkedin/datahub/issues/1966. Meanwhile you can try these example commands: https://github.com/linkedin/datahub/tree/master/gms
👍 1
d
Yep, I can run that exemples
I just don't know How can I create my own datasources and schemas, because I don't know the schema of the subjects
b
I see. Could you elaborate a little more on what data source you're trying to pull from?
d
I want to create my own datasources via api