Skip to content

Commit

Permalink
Merge pull request #26 from bento-platform/qa/v0.13
Browse files Browse the repository at this point in the history
v0.13.1 rc-2
  • Loading branch information
brouillette authored Apr 21, 2022
2 parents 57170ab + 4894935 commit 9f390fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def _fetch_table_definition_worker(table_queue: Queue, auth_header: Option
# - Gohan compatibility
# TODO: formalize/clean this up
if USE_GOHAN and t['service_artifact'] == "variant":
url = f"api/gohan/tables/fake"
url = f"api/gohan/tables/{t['table_id']}"

print("url: " + url)

Expand Down Expand Up @@ -230,7 +230,7 @@ async def _table_search_worker(

# - Gohan compatibility
# TODO: formalize/clean this up
if USE_GOHAN and table_ownership['service_artifact'] == "variant":
if USE_GOHAN and table_ownership['service_artifact'] == "gohan":
# reset path_fragment:
path_fragment = (f"api/gohan/variants/get/by/variantId")

Expand Down

0 comments on commit 9f390fe

Please sign in to comment.