cancel
Showing results for 
Search instead for 
Did you mean: 

Importing python module in datasphere dataflow

t_ravichandra
Explorer
0 Kudos

Hi Team,

Is it possible to import custom module in dataflow. I have many custom modules which needs to be used in many flow, and hence i want to import these modules. Could someone help in how to achieve this.

Accepted Solutions (1)

Accepted Solutions (1)

kpsauer
Product and Topic Expert
Product and Topic Expert
0 Kudos

As I wrote, they are the only supported modules. You cannot use any adiitional or custom modules.

t_ravichandra
Explorer
0 Kudos

Ok thanks for the confirmation klaus-peter.sauer4

Answers (1)

Answers (1)

kpsauer
Product and Topic Expert
Product and Topic Expert

The only supported modules are Pandas and NumPy. More information is also given in the SAP Help documentation: https://help.sap.com/docs/SAP_DATASPHERE/c8a54ee704e94e15926551293243fd1d/f3e2570966ac4036b552ebd998...

t_ravichandra
Explorer
0 Kudos

Thanks klaus-peter.sauer4 for the response. Yes I am aware that Numpy and Pandas are the only supported modules, but i want to have one custom Python module(imported with Pandas modules) to be used in many Dataflow. Is it possible to implement such scenario ?