We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba9b71 commit 7f8ab66Copy full SHA for 7f8ab66
generated_samples/interactive-tutorials/test_resources_recovery/create_test_resources.py
@@ -35,10 +35,10 @@
35
36
product_dataset = "products"
37
product_table = "products"
38
-product_schema = "resources/product_schema.json"
+product_schema = "../resources/product_schema.json"
39
events_dataset = "user_events"
40
events_table = "events"
41
-events_schema = "resources/events_schema.json"
+events_schema = "../resources/events_schema.json"
42
43
object_name = re.search('resources/(.*?)$', product_resource_file).group(1)
44
default_catalog = "projects/{0}/locations/global/catalogs/default_catalog/branches/default_branch".format(
0 commit comments