marimo + prefect is such a nice combo that we want...
# show-and-tell
v
marimo + prefect is such a nice combo that we wanted to make a video about it

https://youtu.be/CvSbGTFCpF4

👀 3
catjam 3
prefect rocket 4
amaze 1
cool cool 1
n
hey @Vincent D. Warmerdam - awesome video! thanks for sharing!
as a small side note: if you say
@task(log_prints=True)
or simply set
PREFECT_LOGGING_LOG_PRINTS=1
then `print`s in the scope of that task/flow (as long as child flows/tasks don't opt out with
log_prints=False
) will be captured and sent to the API as
INFO
records (we probably should not have made
print_as_log
public, to avoid this potential confusion) https://docs.prefect.io/v3/how-to-guides/workflows/add-logging#log-with-print-statements
v
Ah, that's a fair thing to point out.
152 Views