Hello everyone,
I am unable to locate the ‘Push data into Celonis’ Data connection option within my Data pool.
Could you guide me on how to enable this feature?!--endfragment>

I want the ‘Push data into Celonis’ as the image below

Hello everyone,
I am unable to locate the ‘Push data into Celonis’ Data connection option within my Data pool.
Could you guide me on how to enable this feature?!--endfragment>
I want the ‘Push data into Celonis’ as the image below
Hi PhuongBHN,
The feature is enabled by default but you can press on the bottom where it says ‘Use the Data Push API’.
Hello abdulnour.duale11,
I'm trying to use the Data Push API to create a Data Push Job in my training environment.
The response.status_code
from the job creation request returns 200 OK, but response.text
only contains >]
, instead of the expected Data Push Job ID.
Do you have any solution for this?
I followed code in :Python Example
app_key = ""
pool_id = ""
targetName = "TABLE_PARQUET"
base_url = "http://yvcu94kc-2025-01-03.training.celonis.cloud"
connection_id =""
url = base_url + "/data-ingestion/api/v1/data-push/" + pool_id + "/jobs/"
body={'type': 'REPLACE', 'fileType': 'PARQUET', 'targetName': targetName, 'connectionId' : connection_id}
headers = {'Authorization': 'AppKey ' + app_key, 'Body-Type': 'application/json'}
response = requests.post(url=url ,json=body, headers=headers)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.