Skip to content

Commit

Permalink
test: create_test_resources path to schemas is fixed (googleapis#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetiana-karasova committed Feb 10, 2022
1 parent 597e47a commit b97daf7
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 b97daf7

Please sign in to comment.