Julio Venegas
04/17/2021, 4:09 PMprefect register --project PROJECT_NAME --path PATH/TO/DIR_WITH_N_FLOWS
and even though all flows in the dir are registered and showing in the project, when I try to run them, the agent does not pick them up. If I register them individually with
cd PATH/TO/DIR_WITH_N_FLOWS
python flow1.py
python flow2.py
and I try to run them, they work i.e. the agent picks them up.
Where do I get the appropriate logs and where do I share what I find?Kevin Kho