can we query dataiku python api to get history of changes

Solved!
aitoufkm
Level 2
can we query dataiku python api to get history of changes

we need to gather logs and changes from Dataiku and aggregate them with other historical logs.

Is there a way to query that using Dataiku python API?

from the documentation, I did not find a specific description of that.

 

Thank you

0 Kudos
1 Solution
Alex_Combessie
Dataiker Alumni

Hi,

What types of logs/changes are you looking for specifically? 

DSS offers several log levels, as documented on https://doc.dataiku.com/dss/latest/operations/logging.html

In addition, there are runtime databases with additional information: https://doc.dataiku.com/dss/latest/operations/runtime-databases.html

Cheers,

Alex

View solution in original post

0 Kudos
2 Replies
Alex_Combessie
Dataiker Alumni

Hi,

What types of logs/changes are you looking for specifically? 

DSS offers several log levels, as documented on https://doc.dataiku.com/dss/latest/operations/logging.html

In addition, there are runtime databases with additional information: https://doc.dataiku.com/dss/latest/operations/runtime-databases.html

Cheers,

Alex

0 Kudos
aitoufkm
Level 2
Author

Thank you Alex ,

The links are helpful, I wanted to access for example to nginx.log

Best Regards,

Mohammed

0 Kudos