Saad Bin Akhlaq
03/19/2024, 4:12 PMSaad Bin Akhlaq
03/19/2024, 4:13 PMSaad Bin Akhlaq
03/19/2024, 4:15 PM@flow(persist_result=True)
def do_something():
print("Hello Prefect")
return {"message": "hello prefect"}
is it possible to call this without persistenceSaad Bin Akhlaq
03/19/2024, 4:21 PMdo_something = do_something.with_options(persist_result=False)