Hi, I am trying to create the timeline of a datas...
# troubleshoot
m
Hi, I am trying to create the timeline of a dataset called "linaje". Firstly I ingested the dataset and then manually changed its schema. Then I executed the following command but obtained this error:
datahub timeline --urn "urn:li:dataset:(urn:li:dataPlatform:hive,nasalogs.linaje,PROD)" --category documentation --start 10daysago
Using DH v0.8.33 and CLI v0.8.32.1
h
@orange-night-91387, could this be because GMS is not up?
o
It's getting a connection refused, so there's a problem with the port specified. Either GMS is not running on localhost:8080 or there is some other connection issue. Have you also tried using the Swagger page to query the endpoint?
m
Yeah the GMS is not in localhost as I am using docker containers for each service, but I don't know why it is looking for GMS at localhost when I specify the host of it in the dockercompose
I have tried the Swagger page and it works fine, but isn't it supposed to appear the versions in the nasalogs dataframe like it does in some of the dataframes in the demo??
o
You have to configure your CLI to point at the right endpoint, see: https://datahubproject.io/docs/cli/#init
If you run
datahub init
it will allow you to point at the remote machine, by default the CLI points at localhost.
nasalogs dataframe
Not sure what this is, the CLI does some formatting on the actual response to make it more readable, but all of the information that the CLI displays is available in the API response.
m
"Nasalogs" is the database where the table "linaje" is stored