How can I query Dataiku's commit log from the public API client?
jkonieczny
Registered Posts: 13 ✭✭✭✭
I would like to use DSS's public API to query the internal commit log. In particular, I would like to obtain:
1. The project key
2. The commit timestamp
3. The commit ID of the latest timestamp
I know that it is possible to list all Project and Commits using an Internal DSS dataset. However, I would like to accomplish the same thing using code to avoid the overhead of having to create a separate project.
1. The project key
2. The commit timestamp
3. The commit ID of the latest timestamp
I know that it is possible to list all Project and Commits using an Internal DSS dataset. However, I would like to accomplish the same thing using code to avoid the overhead of having to create a separate project.
Tagged:
Answers
-
Hi,
There is currently no endpoint to get commit logs. However, there is an endpoint to get the data of a dataset, but that means that you need to keep an "Internal stats dataset" in a project. -
sdkayb Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 3 ✭✭✭
Hello,
is it still the case now ? if not, how ca we use the api to interact with commit data ?
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
What are you trying to achieve? Please start a new thread.