From 9cd53983921aa2f7475471b6e431992c7818b3f1 Mon Sep 17 00:00:00 2001 From: t-karasova <91195610+t-karasova@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:17:43 +0100 Subject: [PATCH] test: create_test_resources path to schemas is fixed (#148) --- .../test_resources_recovery/create_test_resources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/interactive-tutorials/test_resources_recovery/create_test_resources.py b/samples/interactive-tutorials/test_resources_recovery/create_test_resources.py index 4fa080b3..604a22cf 100644 --- a/samples/interactive-tutorials/test_resources_recovery/create_test_resources.py +++ b/samples/interactive-tutorials/test_resources_recovery/create_test_resources.py @@ -35,10 +35,10 @@ product_dataset = "products" product_table = "products" -product_schema = "resources/product_schema.json" +product_schema = "../resources/product_schema.json" events_dataset = "user_events" events_table = "events" -events_schema = "resources/events_schema.json" +events_schema = "../resources/events_schema.json" object_name = re.search('resources/(.*?)$', product_resource_file).group(1) default_catalog = "projects/{0}/locations/global/catalogs/default_catalog/branches/default_branch".format(