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