hey all, been trying out Prefect this week, and it...
# ask-community
b
hey all, been trying out Prefect this week, and its very impressive! Working on setting up Prefect with Dask currently, and wondering how I would expose a parameter in Prefect that I could use to set the task priority for Dask. Any ideas or guidance? Thanks so much!
c
Hi @Brennan Chapman and welcome! This is not a setting Prefect currently exposes, but we could probably replicate the same pattern we use for Worker Resources <-> Task tags (as described in this doc string: https://docs.prefect.io/api/latest/engine/executors.html#daskexecutor) If that’s something you’d be interested in seeing I can open an issue for you
👀 1