Skip to main content
Hi, I am not able to finish the Exercise - Push Flat Data via ML Workbench and Exercise - Push Nested Data via AWS CLI as in both the cases even though I am doing all the steps correctly still it is giving me S3 file upload error.

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 ​@kartic.rawat 

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