helpful-london-56362
10/31/2022, 8:05 PMbig-carpet-38439
10/31/2022, 9:44 PMdatahub-actions container -> https://github.com/acryldata/datahub-actions/blob/main/docs/guides/developing-an-action.md#step-2-installing-the-actionhelpful-london-56362
11/01/2022, 9:24 PMdatahub-actions container, the start_datahub_actions.sh script runs the user actions from /etc/datahub/actions/conf/ folder. I'm thinking this is the right place to mount my configuration and action definition file, is this correct?helpful-london-56362
11/07/2022, 4:09 PMhome folder in the data hub-actions container. But I'm having to exec into the docker container to run the actions. Is this the right way? I can understand that this is because the python runtime and data hub-actions cli are all present in the container. Is there a way to run the actions without the need to exec into the `datahub-action`` container? I know this is a bit of a rumble, but just trying to know the recommended way to set things up. Thank you