From fd08e7333b5ff0e0deb7815241449cd524bf3a31 Mon Sep 17 00:00:00 2001 From: Giulio Frasca Date: Tue, 9 Jul 2024 16:26:41 -0400 Subject: [PATCH] WIP: test(backend) Use non-deprecated KFP for v2 samples test --- backend/src/v2/test/sample_test.py | 2 +- samples/WIP-REMOVEME | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 samples/WIP-REMOVEME diff --git a/backend/src/v2/test/sample_test.py b/backend/src/v2/test/sample_test.py index 6cb4c12a3098..8a5850c95df5 100644 --- a/backend/src/v2/test/sample_test.py +++ b/backend/src/v2/test/sample_test.py @@ -18,7 +18,7 @@ import json import yaml from kubernetes import client as k8s_client -import kfp.deprecated as kfp +import kfp as kfp download_gcs_tgz = kfp.components.load_component_from_file( 'components/download_gcs_tgz.yaml') diff --git a/samples/WIP-REMOVEME b/samples/WIP-REMOVEME new file mode 100644 index 000000000000..ae7a823c5453 --- /dev/null +++ b/samples/WIP-REMOVEME @@ -0,0 +1,3 @@ +REMOVE BEFORE MERGING + +Just to trigger the samples-v2 CI Check