Taylor Brown
11/29/2024, 5:24 PMNate
11/29/2024, 5:31 PM@flow
def handler(event, context): ...
and you'd still get all the run metadata, and events (that you can create automations on) in the UI, as long as you have
• PREFECT_API_URL
• PREFECT_API_KEY
(if using cloud)
these env vars set in the place where you're running your functionsNate
11/29/2024, 5:33 PM@flow
def some_flow():
some_task.map(some_iterable).result()
Taylor Brown
11/29/2024, 5:50 PMTaylor Brown
11/29/2024, 5:53 PMNate
11/29/2024, 6:00 PMinspect
related to computing cache keys. i’ll go back and see if we can close this issue when im at my keyboard (as well 🙂)Taylor Brown
11/29/2024, 6:15 PM