[Draft] [flytekit] Polish - Map Tasks #6139
Labels
backlogged
For internal use. Reserved for contributor team workflow.
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
Map Task Polish
This is a series of tickets to improve the flytekit authoring experience. If any changes are not possible to make in a backwards-compatible way, split it out into a separate ticket.
Rename map task
Rename
map_task
to justmap
This will interfere with the native Pythonmap
but it's okay, as we now recommend usersimport flytekit as fl
Failure Toleration
The failure toleration parameters for
map_task
are very powerful but too verbose. Let's markmin_successes
andmin_success_ratio
as deprecated and make a new argumenttolerance
that is typefloat | int
.Parallelism
Deprecate the
max_parallelism
argument of workflow and LaunchPlan (is there one?) make a new one calledconcurrency
to match that ofmap_task
.Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: