MANIFEST.in
README.md
build.sh
requirements-deprecated.txt
requirements-dev.txt
requirements.in
requirements.txt
setup.py
kfp/__init__.py
kfp.egg-info/PKG-INFO
kfp.egg-info/SOURCES.txt
kfp.egg-info/dependency_links.txt
kfp.egg-info/entry_points.txt
kfp.egg-info/requires.txt
kfp.egg-info/top_level.txt
kfp/cli/__init__.py
kfp/cli/__main__.py
kfp/cli/cli.py
kfp/cli/cli_test.py
kfp/cli/compile_.py
kfp/cli/compile_test.py
kfp/cli/component.py
kfp/cli/component_test.py
kfp/cli/diagnose_me_cli.py
kfp/cli/dsl.py
kfp/cli/experiment.py
kfp/cli/output.py
kfp/cli/pipeline.py
kfp/cli/recurring_run.py
kfp/cli/run.py
kfp/cli/diagnose_me/__init__.py
kfp/cli/diagnose_me/dev_env.py
kfp/cli/diagnose_me/dev_env_test.py
kfp/cli/diagnose_me/gcp.py
kfp/cli/diagnose_me/gcp_test.py
kfp/cli/diagnose_me/kubernetes_cluster.py
kfp/cli/diagnose_me/kubernetes_cluster_test.py
kfp/cli/diagnose_me/utility.py
kfp/cli/diagnose_me/utility_test.py
kfp/cli/utils/__init__.py
kfp/cli/utils/aliased_plurals_group.py
kfp/cli/utils/aliased_plurals_group_test.py
kfp/cli/utils/deprecated_alias_group.py
kfp/cli/utils/deprecated_alias_group_test.py
kfp/cli/utils/parsing.py
kfp/cli/utils/parsing_test.py
kfp/client/__init__.py
kfp/client/auth.py
kfp/client/client.py
kfp/client/client_test.py
kfp/client/set_volume_credentials.py
kfp/client/set_volume_credentials_test.py
kfp/client/token_credentials_base.py
kfp/client/token_credentials_base_test.py
kfp/compiler/__init__.py
kfp/compiler/compiler.py
kfp/compiler/compiler_test.py
kfp/compiler/compiler_utils.py
kfp/compiler/compiler_utils_test.py
kfp/compiler/pipeline_spec_builder.py
kfp/compiler/pipeline_spec_builder_test.py
kfp/compiler/read_write_test.py
kfp/components/__init__.py
kfp/components/base_component.py
kfp/components/base_component_test.py
kfp/components/component_decorator.py
kfp/components/component_decorator_test.py
kfp/components/component_factory.py
kfp/components/component_factory_test.py
kfp/components/constants.py
kfp/components/container_component.py
kfp/components/container_component_artifact_channel.py
kfp/components/container_component_artifact_channel_test.py
kfp/components/container_component_decorator.py
kfp/components/container_component_decorator_test.py
kfp/components/executor.py
kfp/components/executor_main.py
kfp/components/executor_test.py
kfp/components/for_loop.py
kfp/components/for_loop_test.py
kfp/components/graph_component.py
kfp/components/importer_component.py
kfp/components/importer_node.py
kfp/components/importer_node_test.py
kfp/components/kfp_config.py
kfp/components/pipeline_channel.py
kfp/components/pipeline_channel_test.py
kfp/components/pipeline_context.py
kfp/components/pipeline_task.py
kfp/components/pipeline_task_test.py
kfp/components/placeholders.py
kfp/components/placeholders_test.py
kfp/components/python_component.py
kfp/components/structures.py
kfp/components/structures_test.py
kfp/components/task_final_status.py
kfp/components/tasks_group.py
kfp/components/tasks_group_test.py
kfp/components/utils.py
kfp/components/utils_test.py
kfp/components/v1_components.py
kfp/components/v1_modelbase.py
kfp/components/v1_structures.py
kfp/components/yaml_component.py
kfp/components/yaml_component_test.py
kfp/components/test_data/simple_yaml.yaml
kfp/components/types/__init__.py
kfp/components/types/artifact_types.py
kfp/components/types/artifact_types_test.py
kfp/components/types/custom_artifact_types.py
kfp/components/types/custom_artifact_types_test.py
kfp/components/types/type_annotations.py
kfp/components/types/type_annotations_test.py
kfp/components/types/type_utils.py
kfp/components/types/type_utils_test.py
kfp/components/types/test_data/expected_bulk_loaded_confusion_matrix.json
kfp/components/types/test_data/expected_confusion_matrix.json
kfp/components/types/test_data/expected_io_types_bulk_load_classification_metrics.json
kfp/components/types/test_data/expected_io_types_classification_metrics.json
kfp/deprecated/__init__.py
kfp/deprecated/__main__.py
kfp/deprecated/_auth.py
kfp/deprecated/_client.py
kfp/deprecated/_config.py
kfp/deprecated/_local_client.py
kfp/deprecated/_runners.py
kfp/deprecated/aws.py
kfp/deprecated/azure.py
kfp/deprecated/gcp.py
kfp/deprecated/onprem.py
kfp/deprecated/auth/__init__.py
kfp/deprecated/auth/_satvolumecredentials.py
kfp/deprecated/auth/_tokencredentialsbase.py
kfp/deprecated/cli/__init__.py
kfp/deprecated/cli/cli.py
kfp/deprecated/cli/components.py
kfp/deprecated/cli/components_test.py
kfp/deprecated/cli/diagnose_me_cli.py
kfp/deprecated/cli/experiment.py
kfp/deprecated/cli/output.py
kfp/deprecated/cli/pipeline.py
kfp/deprecated/cli/recurring_run.py
kfp/deprecated/cli/run.py
kfp/deprecated/cli/diagnose_me/__init__.py
kfp/deprecated/cli/diagnose_me/dev_env.py
kfp/deprecated/cli/diagnose_me/dev_env_test.py
kfp/deprecated/cli/diagnose_me/gcp.py
kfp/deprecated/cli/diagnose_me/gcp_test.py
kfp/deprecated/cli/diagnose_me/kubernetes_cluster.py
kfp/deprecated/cli/diagnose_me/kubernetes_cluster_test.py
kfp/deprecated/cli/diagnose_me/utility.py
kfp/deprecated/cli/diagnose_me/utility_test.py
kfp/deprecated/compiler/__init__.py
kfp/deprecated/compiler/_data_passing_rewriter.py
kfp/deprecated/compiler/_data_passing_using_volume.py
kfp/deprecated/compiler/_default_transformers.py
kfp/deprecated/compiler/_k8s_helper.py
kfp/deprecated/compiler/_op_to_template.py
kfp/deprecated/compiler/compiler.py
kfp/deprecated/compiler/main.py
kfp/deprecated/compiler/v2_compat.py
kfp/deprecated/compiler/v2_compatible_compiler_test.py
kfp/deprecated/compiler/testdata/v2_compatible_two_step_pipeline.yaml
kfp/deprecated/compiler/testdata/v2_compatible_two_step_pipeline_with_custom_launcher.yaml
kfp/deprecated/components/__init__.py
kfp/deprecated/components/_airflow_op.py
kfp/deprecated/components/_component_store.py
kfp/deprecated/components/_components.py
kfp/deprecated/components/_data_passing.py
kfp/deprecated/components/_dynamic.py
kfp/deprecated/components/_key_value_store.py
kfp/deprecated/components/_naming.py
kfp/deprecated/components/_python_op.py
kfp/deprecated/components/_python_to_graph_component.py
kfp/deprecated/components/_structures.py
kfp/deprecated/components/_yaml_utils.py
kfp/deprecated/components/modelbase.py
kfp/deprecated/components/type_annotation_utils.py
kfp/deprecated/components/type_annotation_utils_test.py
kfp/deprecated/components/structures/__init__.py
kfp/deprecated/components/structures/components.json_schema.json
kfp/deprecated/components/structures/components.json_schema.outline.yaml
kfp/deprecated/components/structures/components.proto
kfp/deprecated/components/structures/generate_proto_code.sh
kfp/deprecated/components_tests/__init__.py
kfp/deprecated/components_tests/test_components.py
kfp/deprecated/components_tests/test_data_passing.py
kfp/deprecated/components_tests/test_graph_components.py
kfp/deprecated/components_tests/test_python_op.py
kfp/deprecated/components_tests/test_python_pipeline_to_graph_component.py
kfp/deprecated/components_tests/test_structure_model_base.py
kfp/deprecated/components_tests/test_data/component_with_0_inputs_and_2_outputs.component.yaml
kfp/deprecated/components_tests/test_data/component_with_2_inputs_and_0_outputs.component.yaml
kfp/deprecated/components_tests/test_data/component_with_2_inputs_and_2_outputs.component.yaml
kfp/deprecated/components_tests/test_data/module1.py
kfp/deprecated/components_tests/test_data/module2_which_depends_on_module1.py
kfp/deprecated/components_tests/test_data/python_add.component.yaml
kfp/deprecated/components_tests/test_data/python_add.component.zip
kfp/deprecated/components_tests/test_data/retail_product_stockout_prediction_pipeline.component.yaml
kfp/deprecated/components_tests/test_data/retail_product_stockout_prediction_pipeline.py
kfp/deprecated/containers/__init__.py
kfp/deprecated/containers/_build_image_api.py
kfp/deprecated/containers/_cache.py
kfp/deprecated/containers/_component_builder.py
kfp/deprecated/containers/_container_builder.py
kfp/deprecated/containers/_gcs_helper.py
kfp/deprecated/containers/_k8s_job_helper.py
kfp/deprecated/containers/entrypoint.py
kfp/deprecated/containers/entrypoint_utils.py
kfp/deprecated/containers_tests/__init__.py
kfp/deprecated/containers_tests/component_builder_test.py
kfp/deprecated/containers_tests/test_build_image_api.py
kfp/deprecated/containers_tests/testdata/__init__.py
kfp/deprecated/containers_tests/testdata/executor_output.json
kfp/deprecated/containers_tests/testdata/expected_component.yaml
kfp/deprecated/containers_tests/testdata/main.py
kfp/deprecated/containers_tests/testdata/pipeline_source.py
kfp/deprecated/dsl/__init__.py
kfp/deprecated/dsl/_component.py
kfp/deprecated/dsl/_component_bridge.py
kfp/deprecated/dsl/_container_op.py
kfp/deprecated/dsl/_container_op_test.py
kfp/deprecated/dsl/_for_loop.py
kfp/deprecated/dsl/_metadata.py
kfp/deprecated/dsl/_ops_group.py
kfp/deprecated/dsl/_pipeline.py
kfp/deprecated/dsl/_pipeline_param.py
kfp/deprecated/dsl/_pipeline_volume.py
kfp/deprecated/dsl/_resource_op.py
kfp/deprecated/dsl/_volume_op.py
kfp/deprecated/dsl/_volume_snapshot_op.py
kfp/deprecated/dsl/artifact.py
kfp/deprecated/dsl/artifact_utils.py
kfp/deprecated/dsl/component_spec.py
kfp/deprecated/dsl/component_spec_test.py
kfp/deprecated/dsl/data_passing_methods.py
kfp/deprecated/dsl/dsl_utils.py
kfp/deprecated/dsl/dsl_utils_test.py
kfp/deprecated/dsl/io_types.py
kfp/deprecated/dsl/metrics_utils.py
kfp/deprecated/dsl/metrics_utils_test.py
kfp/deprecated/dsl/serialization_utils.py
kfp/deprecated/dsl/serialization_utils_test.py
kfp/deprecated/dsl/type_utils.py
kfp/deprecated/dsl/types.py
kfp/deprecated/dsl/extensions/__init__.py
kfp/deprecated/dsl/extensions/kubernetes.py
kfp/deprecated/dsl/test_data/expected_bulk_loaded_confusion_matrix.json
kfp/deprecated/dsl/test_data/expected_confusion_matrix.json
kfp/deprecated/dsl/type_schemas/classification_metrics.yaml
kfp/deprecated/dsl/type_schemas/confidence_metrics.yaml
kfp/deprecated/dsl/type_schemas/confusion_matrix.yaml
kfp/deprecated/dsl/type_schemas/dataset.yaml
kfp/deprecated/dsl/type_schemas/metrics.yaml
kfp/deprecated/dsl/type_schemas/model.yaml
kfp/deprecated/dsl/type_schemas/sliced_classification_metrics.yaml
kfp/deprecated/notebook/__init__.py
kfp/deprecated/notebook/_magic.py
kfp/dsl/__init__.py
kfp/registry/__init__.py
kfp/registry/registry_client.py
kfp/registry/registry_client_test.py
kfp/registry/context/__init__.py
kfp/registry/context/default_pkg_dev.json
kfp/registry/context/kfp_pkg_dev.json
kfp/v2/__init__.py
kfp/v2/compiler.py
kfp/v2/components.py
kfp/v2/dsl.py
test_data/README.md
test_data/test_data_config.yaml
test_data/components/add_numbers.py
test_data/components/add_numbers.yaml
test_data/components/component_with_pip_install.py
test_data/components/component_with_pip_install.yaml
test_data/components/concat_message.py
test_data/components/concat_message.yaml
test_data/components/container_io.py
test_data/components/container_io.yaml
test_data/components/container_no_input.py
test_data/components/container_no_input.yaml
test_data/components/container_with_artifact_output.py
test_data/components/container_with_artifact_output.yaml
test_data/components/container_with_concat_placeholder.py
test_data/components/container_with_concat_placeholder.yaml
test_data/components/container_with_if_placeholder.py
test_data/components/container_with_if_placeholder.yaml
test_data/components/container_with_placeholder_in_fstring.py
test_data/components/container_with_placeholder_in_fstring.yaml
test_data/components/dict_input.py
test_data/components/dict_input.yaml
test_data/components/identity.py
test_data/components/identity.yaml
test_data/components/identity_op.yaml
test_data/components/input_artifact.py
test_data/components/input_artifact.yaml
test_data/components/nested_return.py
test_data/components/nested_return.yaml
test_data/components/output_metrics.py
test_data/components/output_metrics.yaml
test_data/components/preprocess.py
test_data/components/preprocess.yaml
test_data/components/unsupported/output_named_tuple.py
test_data/components/unsupported/task_status.py
test_data/pipelines/component_with_optional_inputs.py
test_data/pipelines/component_with_optional_inputs.yaml
test_data/pipelines/component_with_pip_index_urls.py
test_data/pipelines/component_with_pip_index_urls.yaml
test_data/pipelines/components_with_optional_artifacts.py
test_data/pipelines/components_with_optional_artifacts.yaml
test_data/pipelines/container_component_with_no_inputs.py
test_data/pipelines/container_component_with_no_inputs.yaml
test_data/pipelines/lightweight_python_functions_pipeline.py
test_data/pipelines/lightweight_python_functions_pipeline.yaml
test_data/pipelines/lightweight_python_functions_with_outputs.py
test_data/pipelines/lightweight_python_functions_with_outputs.yaml
test_data/pipelines/pipeline_as_exit_task.py
test_data/pipelines/pipeline_as_exit_task.yaml
test_data/pipelines/pipeline_in_pipeline.py
test_data/pipelines/pipeline_in_pipeline.yaml
test_data/pipelines/pipeline_in_pipeline_complex.py
test_data/pipelines/pipeline_in_pipeline_complex.yaml
test_data/pipelines/pipeline_in_pipeline_loaded_from_yaml.py
test_data/pipelines/pipeline_in_pipeline_loaded_from_yaml.yaml
test_data/pipelines/pipeline_with_after.py
test_data/pipelines/pipeline_with_after.yaml
test_data/pipelines/pipeline_with_concat_placeholder.py
test_data/pipelines/pipeline_with_concat_placeholder.yaml
test_data/pipelines/pipeline_with_condition.py
test_data/pipelines/pipeline_with_condition.yaml
test_data/pipelines/pipeline_with_dynamic_importer_metadata.py
test_data/pipelines/pipeline_with_dynamic_importer_metadata.yaml
test_data/pipelines/pipeline_with_env.py
test_data/pipelines/pipeline_with_env.yaml
test_data/pipelines/pipeline_with_exit_handler.py
test_data/pipelines/pipeline_with_exit_handler.yaml
test_data/pipelines/pipeline_with_google_artifact_type.py
test_data/pipelines/pipeline_with_google_artifact_type.yaml
test_data/pipelines/pipeline_with_if_placeholder.py
test_data/pipelines/pipeline_with_if_placeholder.yaml
test_data/pipelines/pipeline_with_importer.py
test_data/pipelines/pipeline_with_importer.yaml
test_data/pipelines/pipeline_with_importer_and_gcpc_types.py
test_data/pipelines/pipeline_with_importer_and_gcpc_types.yaml
test_data/pipelines/pipeline_with_loops.py
test_data/pipelines/pipeline_with_loops.yaml
test_data/pipelines/pipeline_with_loops_and_conditions.py
test_data/pipelines/pipeline_with_loops_and_conditions.yaml
test_data/pipelines/pipeline_with_metrics_outputs.py
test_data/pipelines/pipeline_with_metrics_outputs.yaml
test_data/pipelines/pipeline_with_multiple_exit_handlers.py
test_data/pipelines/pipeline_with_multiple_exit_handlers.yaml
test_data/pipelines/pipeline_with_nested_conditions.py
test_data/pipelines/pipeline_with_nested_conditions.yaml
test_data/pipelines/pipeline_with_nested_conditions_yaml.py
test_data/pipelines/pipeline_with_nested_conditions_yaml.yaml
test_data/pipelines/pipeline_with_nested_loops.py
test_data/pipelines/pipeline_with_nested_loops.yaml
test_data/pipelines/pipeline_with_ontology.py
test_data/pipelines/pipeline_with_ontology.yaml
test_data/pipelines/pipeline_with_outputs.py
test_data/pipelines/pipeline_with_outputs.yaml
test_data/pipelines/pipeline_with_parallelfor_parallelism.py
test_data/pipelines/pipeline_with_parallelfor_parallelism.yaml
test_data/pipelines/pipeline_with_params_containing_format.py
test_data/pipelines/pipeline_with_params_containing_format.yaml
test_data/pipelines/pipeline_with_placeholders.py
test_data/pipelines/pipeline_with_placeholders.yaml
test_data/pipelines/pipeline_with_resource_spec.py
test_data/pipelines/pipeline_with_resource_spec.yaml
test_data/pipelines/pipeline_with_retry.py
test_data/pipelines/pipeline_with_retry.yaml
test_data/pipelines/pipeline_with_reused_component.py
test_data/pipelines/pipeline_with_reused_component.yaml
test_data/pipelines/pipeline_with_task_final_status.py
test_data/pipelines/pipeline_with_task_final_status.yaml
test_data/pipelines/pipeline_with_task_final_status_yaml.py
test_data/pipelines/pipeline_with_task_final_status_yaml.yaml
test_data/pipelines/pipeline_with_task_using_ignore_upstream_failure.py
test_data/pipelines/pipeline_with_task_using_ignore_upstream_failure.yaml
test_data/pipelines/pipeline_with_various_io_types.py
test_data/pipelines/pipeline_with_various_io_types.yaml
test_data/pipelines/two_step_pipeline.py
test_data/pipelines/two_step_pipeline.yaml
test_data/pipelines/two_step_pipeline_containerized.py
test_data/pipelines/two_step_pipeline_containerized.yaml
test_data/pipelines/xgboost_sample_pipeline.py
test_data/pipelines/xgboost_sample_pipeline.yaml
test_data/pipelines/parallelfor_fan_in/artifacts_complex.py
test_data/pipelines/parallelfor_fan_in/artifacts_complex.yaml
test_data/pipelines/parallelfor_fan_in/artifacts_simple.py
test_data/pipelines/parallelfor_fan_in/artifacts_simple.yaml
test_data/pipelines/parallelfor_fan_in/conditional_producer_and_consumers.py
test_data/pipelines/parallelfor_fan_in/conditional_producer_and_consumers.yaml
test_data/pipelines/parallelfor_fan_in/nested_with_parameters.py
test_data/pipelines/parallelfor_fan_in/nested_with_parameters.yaml
test_data/pipelines/parallelfor_fan_in/parameters_complex.py
test_data/pipelines/parallelfor_fan_in/parameters_complex.yaml
test_data/pipelines/parallelfor_fan_in/parameters_simple.py
test_data/pipelines/parallelfor_fan_in/parameters_simple.yaml
test_data/pipelines/parallelfor_fan_in/pipeline_producer_consumer.py
test_data/pipelines/parallelfor_fan_in/pipeline_producer_consumer.yaml
test_data/v1_component_yaml/add_component.yaml
test_data/v1_component_yaml/concat_placeholder_component.yaml
test_data/v1_component_yaml/fancy_trainer_component.yaml
test_data/v1_component_yaml/if_placeholder_component.yaml
test_data/v1_component_yaml/ingestion_component.yaml
test_data/v1_component_yaml/serving_component.yaml
test_data/v1_component_yaml/trainer_component.yaml
tests/__init__.py
tests/local_runner_test.py
tests/run_tests.sh
tests/test_kfp.py
tests/compiler/__init__.py
tests/compiler/component_builder_test.py
tests/compiler/container_builder_test.py
tests/compiler/k8s_helper_tests.py
tests/compiler/main.py
tests/compiler/testdata/README.md
tests/compiler/testdata/add_pod_env.py
tests/compiler/testdata/add_pod_env.yaml
tests/compiler/testdata/artifact_passing_using_volume.py
tests/compiler/testdata/artifact_passing_using_volume.yaml
tests/compiler/testdata/basic.py
tests/compiler/testdata/basic.yaml
tests/compiler/testdata/basic_no_decorator.py
tests/compiler/testdata/basic_no_decorator.yaml
tests/compiler/testdata/coin.py
tests/compiler/testdata/coin.yaml
tests/compiler/testdata/compose.py
tests/compiler/testdata/compose.yaml
tests/compiler/testdata/default_value.py
tests/compiler/testdata/default_value.yaml
tests/compiler/testdata/imagepullsecrets.yaml
tests/compiler/testdata/input_artifact_raw_value.py
tests/compiler/testdata/input_artifact_raw_value.txt
tests/compiler/testdata/input_artifact_raw_value.yaml
tests/compiler/testdata/kaniko.basic.yaml
tests/compiler/testdata/kaniko.kubeflow.yaml
tests/compiler/testdata/loop_over_lightweight_output.py
tests/compiler/testdata/loop_over_lightweight_output.yaml
tests/compiler/testdata/opsgroups.py
tests/compiler/testdata/opsgroups.yaml
tests/compiler/testdata/parallelfor_item_argument_resolving.py
tests/compiler/testdata/parallelfor_item_argument_resolving.yaml
tests/compiler/testdata/parallelfor_pipeline_param_in_items_resolving.py
tests/compiler/testdata/parallelfor_pipeline_param_in_items_resolving.yaml
tests/compiler/testdata/param_op_transform.py
tests/compiler/testdata/param_op_transform.yaml
tests/compiler/testdata/param_substitutions.py
tests/compiler/testdata/param_substitutions.yaml
tests/compiler/testdata/pipelineparams.py
tests/compiler/testdata/pipelineparams.yaml
tests/compiler/testdata/preemptible_tpu_gpu.yaml
tests/compiler/testdata/recursive_do_while.py
tests/compiler/testdata/recursive_do_while.yaml
tests/compiler/testdata/recursive_while.py
tests/compiler/testdata/recursive_while.yaml
tests/compiler/testdata/resourceop_basic.py
tests/compiler/testdata/resourceop_basic.yaml
tests/compiler/testdata/sidecar.py
tests/compiler/testdata/sidecar.yaml
tests/compiler/testdata/timeout.py
tests/compiler/testdata/timeout.yaml
tests/compiler/testdata/tolerations.yaml
tests/compiler/testdata/two_step.py
tests/compiler/testdata/uri_artifacts.py
tests/compiler/testdata/uri_artifacts.yaml
tests/compiler/testdata/volume.py
tests/compiler/testdata/volume.yaml
tests/compiler/testdata/volume_snapshotop_rokurl.py
tests/compiler/testdata/volume_snapshotop_rokurl.yaml
tests/compiler/testdata/volume_snapshotop_sequential.py
tests/compiler/testdata/volume_snapshotop_sequential.yaml
tests/compiler/testdata/volumeop_basic.py
tests/compiler/testdata/volumeop_basic.yaml
tests/compiler/testdata/volumeop_dag.py
tests/compiler/testdata/volumeop_dag.yaml
tests/compiler/testdata/volumeop_parallel.py
tests/compiler/testdata/volumeop_parallel.yaml
tests/compiler/testdata/volumeop_sequential.py
tests/compiler/testdata/volumeop_sequential.yaml
tests/compiler/testdata/withitem_basic.py
tests/compiler/testdata/withitem_basic.yaml
tests/compiler/testdata/withitem_nested.py
tests/compiler/testdata/withitem_nested.yaml
tests/compiler/testdata/withparam_global.py
tests/compiler/testdata/withparam_global.yaml
tests/compiler/testdata/withparam_global_dict.py
tests/compiler/testdata/withparam_global_dict.yaml
tests/compiler/testdata/withparam_output.py
tests/compiler/testdata/withparam_output.yaml
tests/compiler/testdata/withparam_output_dict.py
tests/compiler/testdata/withparam_output_dict.yaml
tests/compiler/testdata/test_data/consume_2.component.yaml
tests/compiler/testdata/test_data/process_2_2.component.yaml
tests/compiler/testdata/test_data/produce_2.component.yaml
tests/compiler/testdata/testpackage/setup.py
tests/compiler/testdata/testpackage/mypipeline/__init__.py
tests/compiler/testdata/testpackage/mypipeline/compose.py
tests/compiler/testdata/testpackage/mypipeline/kaniko.basic.yaml
tests/dsl/__init__.py
tests/dsl/aws_extensions_tests.py
tests/dsl/component_bridge_tests.py
tests/dsl/component_tests.py
tests/dsl/main.py
tests/dsl/metadata_tests.py
tests/dsl/ops_group_tests.py
tests/dsl/pipeline_param_tests.py
tests/dsl/pipeline_tests.py
tests/dsl/test_azure_extensions.py
tests/dsl/type_tests.py
tests/dsl/extensions/__init__.py
tests/dsl/extensions/test_kubernetes.py