Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
test: create_test_resources path to schemas is fixed (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-karasova authored Feb 8, 2022
1 parent bc60b00 commit 9cd5398
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 9cd5398

Please sign in to comment.