if i run the comment inside cd ~/agendapro-data-in...
# ask-community
b
if i run the comment inside cd ~/agendapro-data-integration/meltano/;source .venv/bin/activate;" and then run it manually and it works but from prefect2 orquestator dont
1
tuck in for entire day, original process doenst take more than 1 hour
b
Hey Brayyan, it may be helpful to enable DEBUG logs to see if that gets us more information on why the flow is hanging. To enable debug level logs, you'll want to set the following environmental variable:
Copy code
prefect config set `PREFECT_LOGGING_LEVEL="DEBUG"`
If possible, maybe you could try using
ShellOperation
to run the operation instead (example here).
🙌 1
b
Hi Bianca youre right, with ShellOperations runs well, thanks
1
🚀 1