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:
In Data → Data Integration → In your data pool
Create a new data job
Inside the data job create a new transformation and save it
Within “Transformation Editor” type SELECT * FROM <table_name>
Highlight and Execute