Skip to main content
Question

Struggling to Reuse Objects & Events Across Celonis Data Pools

  • May 5, 2026
  • 2 replies
  • 6 views

kailash.potha12
Level 10
Forum|alt.badge.img+7

I’m currently facing a challenge with copying objects and events created in one data pool to another data pool.

  • How can this be done efficiently without recreating everything manually?
  • Is there a recommended or best‑practice approach to reuse objects/events across data pools?
  • Any tips to ensure consistency and minimal rework?

If you’ve solved this before or know a better way, I’d really appreciate your insights. Thanks in advance!

2 replies

gagan1
Level 10
Forum|alt.badge.img+3
  • Level 10
  • May 5, 2026

Hey ​@kailash.potha12 ,

 

For efficiency without manual rework, if u want to duplicate the whole setup, just use the Data Pool JSON Export/Import feature directly in Data Integration Creating and managing data pools . But if u only want to cherry-pick specific custom objects or events, PyCelonis is basically your only option. I usually run a quick python script to pull the specific object configs from the source and push them directly to the target.Data pool versioning

 

As for best practices and consistency, the official recommendation is to rely on JSON exports for cloning to avoid typo-driven errors in your SQL transformations. If u are scaling this across dev/prod environments, the real best practice is to use a single master extraction data pool that feeds your data into multiple OCPM transformation pools via shared data connections Troubleshooting data extraction and pre-processing.

 


kailash.potha12
Level 10
Forum|alt.badge.img+7

@gagan1 - Thank you Do you have Documentation reference on how to import the exported data pool.