helpful-london-56362
11/08/2022, 7:25 AMdatahub actions container. To run the action, I exec into the container and run datahub actions -c my_custom_action.yaml . This starts up the action successfully. Can I run this same actions from outside the container ? ie without the need to exec into the container? Is this the recommended way to deploy actions? I followed the documentation here https://github.com/acryldata/datahub-actions/blob/main/docs/guides/developing-an-action.md#step-2-installing-the-action. thank youastonishing-answer-96712
11/08/2022, 6:46 PMhelpful-london-56362
11/09/2022, 9:42 AMhello_world example which is not very useful for my use case. I am developing a custom action, as found here in the docs here https://datahubproject.io/docs/actions/guides/developing-an-action. The action fails to run even though I have the definition file in the same folder as the configuration file - ie I have custom_action.py and custom_action.yaml in the same folder, as stated in the docs. Do I need to do any additional set up ? I get the error ModuleNotFoundError: No module named 'custom_action' .