green-engineer-57198
09/08/2025, 3:08 PM@task
) but I can't find a good way to rename them. We use the task name for some of our metrics but they are too long and I would like to shorten themacceptable-knife-37130
09/08/2025, 3:30 PM(method) def task(
_func: Unknown | None = None,
*,
name: str | None = None,
cache: CacheRequest | None = None,
retries: int | RetryStrategy = 0,
timeout: timedelta | int = 0,
docs: Documentation | None = None,
secrets: SecretRequest | None = None,
pod_template: str | Unknown | None = None,
report: bool = False,
max_inline_io_bytes: int = MAX_INLINE_IO_BYTES
@env.task(name=xyz)
green-engineer-57198
09/08/2025, 3:46 PMfreezing-airport-6809
runtime
node, which is what shows up in the graph. This can be done using
task.with_overrides(...
)