kasteph
03/02/2023, 7:36 PMflows module, would it still be to build a deployment for each of them?Zanie
isinstance(obj, Flow) and iterate over all the items in the module?kasteph
03/02/2023, 7:45 PMprefect register commandZanie
kasteph
03/02/2023, 7:48 PMZanie
Zanie
import prefect
import prefect.context
@prefect.flow
def test():
pass
print(prefect.context.GLOBAL_OBJECT_REGISTRY.get_instances(prefect.Flow))Zanie
Flow objects that are definedkasteph
03/02/2023, 7:52 PMpython my_deployment.py ?Zanie
kasteph
03/02/2023, 7:52 PMkasteph
03/02/2023, 7:53 PM