https://prefect.io logo
Title
b

Brayyan Yanes

05/24/2023, 8:29 PM
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

Bianca Hoch

05/24/2023, 9:52 PM
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:
prefect config set `PREFECT_LOGGING_LEVEL="DEBUG"`
If possible, maybe you could try using
ShellOperation
to run the operation instead (example here).
🙌 1
b

Brayyan Yanes

05/25/2023, 12:11 AM
Hi Bianca youre right, with ShellOperations runs well, thanks
🚀 1
1