migrate_v1_to_v2
Convert flytekit V1 Python code to flyte-sdk V2 syntax, returning transformed code, applied changes, and warnings for patterns needing manual review.
Instructions
Rewrite flytekit V1 Python code into flyte-sdk V2 syntax.
Returns the transformed code plus a list of applied changes and warnings about patterns that need manual review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |