How can I query Dataiku's commit log from the public API client?
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.
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.