Skip to main content

Celonis Product Documentation

Verify the installation
Run the Connector

To start Kafka Connect standalone with the above setup, provided that Kafka Connect is already installed, you would run:

$ connect-standalone connect-avro-standalone.properties ems-plugin.properties

Verify data ingestion into Celonis Platform using Transformation SQL Editor

The following is required to verify the data ingestion:

  1. In Data → Data Integration → In your data pool

  2. Create a new data job

  3. Inside the data job create a new transformation and save it

  4. Within “Transformation Editor” type SELECT * FROM <table_name>

  5. Highlight and Execute