Hi I have created a python based component and running it into kubeflow with kubeflow dag runner I am getting a runtime error as
AttributeError: module __main__ has no attribute as 'Add_Executor'
import error :could not import __main__.Add_Executor
Name of my python based component is - Add
Can anyone help me into this !