Hi @kartic.rawat,
Since this function is currently in limited availability, it might give you some issues in the beginning (see https://docs.celonis.com/en/pushing-data-to-the-celonis-platform-using-standard-data-ingestion-api.html). I would advise checking if this function is enabled on the team you're working in, and do a retry at a later moment. If that doesn't work, I'd suggest to open a support ticket.
Hi
I figured out it was a compatibility issue which apparently wasn’t allowing the data to be loaded and causing misconfigurations.
I upgraded boto3 and was able to successfully push data into Celonis using ML Workbench and awscli.
in a terminal in ML Workbench I did the following;
Since I had run aws configure --profile command previously
Confirm the version of boto3 using
pip show boto3 (take note of the version. mine was 1.36.6)
I just ran
pip install --upgrade boto3
Check the new version
pip show boto3 (now the new version is 1.36.7)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.