Skip to main content

Hi all,

I would like to know wheather celonis data job task have following features or not. 

1. Code history feature to compare old to new code.

2. Export all SQL on data job task, if #1 doesn't exist I'd like to store my SQL on my local.

Thanks and regards :)

 

Hi @jumbo.szk,

 

Out of the box, both features are not available. However you can achieve this by creating a Python script that uses PyCelonis, which can capture the content of a transformation and download it to disk (see task - PyCelonis). To perform feature 1, just enable GIT on the directory, and you can see the differences with the pushed GIT version and the one you have stored locally.


Hi @jumbo.szk,

 

Out of the box, both features are not available. However you can achieve this by creating a Python script that uses PyCelonis, which can capture the content of a transformation and download it to disk (see task - PyCelonis). To perform feature 1, just enable GIT on the directory, and you can see the differences with the pushed GIT version and the one you have stored locally.

Hi @janpeter.van.d ,

 

Thanks for your reply and I will check PyCelonis also :)


Reply