.gitignore
CLAUDE.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
V2_CAPABILITIES_AND_GAPS.md
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/integration.yml
.github/workflows/publish.yml
examples/bigquery.py
examples/conditional_wf.py
examples/container_task_example.py
examples/control_flow_comprehensive.py
examples/datatypes_comprehensive.py
examples/deck_example.py
examples/edge_cases.py
examples/flyte_directory_example.py
examples/gate_example.py
examples/hello.py
examples/image.py
examples/image_comprehensive.py
examples/launchplan.py
examples/launchplan_comprehensive.py
examples/map_task.py
examples/map_task_advanced.py
examples/pod_template_comprehensive.py
examples/pod_template_example.py
examples/reference_launch_plan_example.py
examples/reference_task_example.py
examples/reference_task_target.py
examples/reference_workflow_example.py
examples/resource_comprehensive.py
examples/secret_comprehensive.py
examples/secret_example.py
examples/structured_dataset_example.py
examples/subworkflow_dynamic.py
examples/task_params_comprehensive.py
examples/v2_image.py
examples/plugins/dask_example.py
examples/plugins/pytorch_example.py
examples/plugins/ray_example.py
examples/plugins/spark_example.py
src/flyte_migrate/__init__.py
src/flyte_migrate/_bigquery.py
src/flyte_migrate/_container_task.py
src/flyte_migrate/_context.py
src/flyte_migrate/_deck.py
src/flyte_migrate/_deploy.py
src/flyte_migrate/_directory.py
src/flyte_migrate/_dynamic.py
src/flyte_migrate/_file.py
src/flyte_migrate/_gate.py
src/flyte_migrate/_image.py
src/flyte_migrate/_launchplan.py
src/flyte_migrate/_map.py
src/flyte_migrate/_pod_template.py
src/flyte_migrate/_reference.py
src/flyte_migrate/_resolver.py
src/flyte_migrate/_resource.py
src/flyte_migrate/_secret.py
src/flyte_migrate/_structured_dataset.py
src/flyte_migrate/_task.py
src/flyte_migrate/_workflow.py
src/flyte_migrate/cli.py
src/flyte_migrate.egg-info/PKG-INFO
src/flyte_migrate.egg-info/SOURCES.txt
src/flyte_migrate.egg-info/dependency_links.txt
src/flyte_migrate.egg-info/entry_points.txt
src/flyte_migrate.egg-info/requires.txt
src/flyte_migrate.egg-info/scm_file_list.json
src/flyte_migrate.egg-info/scm_version.json
src/flyte_migrate.egg-info/top_level.txt
src/flyte_migrate/_plugins/__init__.py
src/flyte_migrate/_plugins/dask.py
src/flyte_migrate/_plugins/pytorch.py
src/flyte_migrate/_plugins/ray.py
src/flyte_migrate/_plugins/spark.py
tests/__init__.py
tests/test_bigquery.py
tests/test_cli.py
tests/test_conditional_wf.py
tests/test_container_task.py
tests/test_control_flow_comprehensive.py
tests/test_datatypes_edge.py
tests/test_deck_flush.py
tests/test_deploy.py
tests/test_flyte_directory.py
tests/test_flyte_file.py
tests/test_gate.py
tests/test_image_comprehensive.py
tests/test_map.py
tests/test_module_slug.py
tests/test_ray_pytorch_plugins.py
tests/test_reference_task.py
tests/test_resolver.py
tests/test_resource_comprehensive.py
tests/test_secret_pod_comprehensive.py
tests/test_spark_dask_plugins.py
tests/test_structured_dataset.py
tests/test_subworkflow_dynamic.py
tests/test_task_params.py
tests/test_transform_utils.py
tests/test_workflow_launchplan_params.py
tests/integration/conftest.py
tests/integration/test_examples.py