Skip to main content
Question

Is it possible to export a LOADED data model to another team/EMS environment?

  • May 25, 2023
  • 2 replies
  • 15 views

Forum|alt.badge.img+6

I am currently creating a Best Practice Celonis EMS with Analyses/Views from different teams. Since I haven't found a way to export loaded data models (data models that already contain the specific data) all my Analyses throw errors.

 

Exporting Data Pools is possible. I already did that. The problem is that I cannot re-run the Data Jobs in the Data Pool to create a new loaded Data Model because I don't have access to the previously used source data.

 

Any help is appreciated!

 

P.S.: I am also a little bit familiar with the Celonis Data API. Maybe Pycelonis offers some functionalities?

2 replies

You can use PyCelonis to transfer data from one environment to another.

Follow the documentation

1:- Pulling data from Data Model - PyCelonis

2:-Pushing Data to the Data Pool - PyCelonis


  • Level 8
  • May 26, 2023

You can use PyCelonis to transfer data from one environment to another.

Follow the documentation

1:- Pulling data from Data Model - PyCelonis

2:-Pushing Data to the Data Pool - PyCelonis

Nice answer, I was looking for this in passing.