Moe
05/13/2024, 5:50 PM2.18.0
?
Task parameter introspection took 65.871 seconds , exceeding `PREFECT_TASK_INTROSPECTION_WARN_THRESHOLD` of 10.0. Try wrapping large task parameters with `prefect.utilities.annotations.quote` for increased performance, e.g. `my_task(quote(param))`. To disable this message set `PREFECT_TASK_INTROSPECTION_WARN_THRESHOLD=0`
If it matters, this task just takes in a list returned from another task, creates a dataframe out of it and does something with it.Mihir Thatte
05/15/2024, 9:05 PM