cancel
Showing results for 
Search instead for 
Did you mean: 

SAP DATAHUB Python Operator with Docker

jwiebe
Explorer
0 Kudos

Hello,

i created a Python Operator with an own docker file in SAP Datahub like it is described in

https://blogs.sap.com/2018/01/23/sap-data-hub-develop-a-custom-pipeline-operator-with-own-dockerfile....

I also added "tornado" as Tag, because we use SAP Datahub 5.2.0.

My dockerfile gets deployed.

But when i run my graph i get following error:

"failed to deploy graph: failed to prepare graph description: failed to select image: No matching image found for group default with runtime tags: ..... "


I read a file from my tenant and want to run a script with pandas


Thanks for any Help!

Accepted Solutions (0)

Answers (2)

Answers (2)

jwiebe
Explorer
0 Kudos

Thanks, it works now.

AndreasForster
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jürgen, the DockerFile needs these tags:
opensuse
python36
tornado (with version 5.0.2)

You have probably created the python_pandas tag yourself? This is also need of course.

Greetings, Andreas