Hi @ObadaJab
While there's no specific step to run a Shell command, you have a couple of options.
- execute inside of a Python snippet, using the code section step you already picked up on.
- in your flow create a shell recipe with a dummy output dataset. Then in your scenario you would choose a build step and select this dataset. The scenario will execute the shell recipe as part of the build.
Good luck!