From 0a2863941cf0306a759b3395ab72dcd8eb154622 Mon Sep 17 00:00:00 2001 From: t-karasova Date: Tue, 8 Feb 2022 13:10:32 +0100 Subject: [PATCH] create_test_resources path to schemas is fixed --- .../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(