Samuel Hinton
07/17/2024, 7:04 AMTask parameter introspection took 132.505 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`.
Does anyone know how I can turn task introspection off in general? I've already wrapped my task inputs in quote
and that doesnt solve the issueSamuel Hinton
07/17/2024, 7:08 AMSamuel Hinton
07/17/2024, 7:08 AM