Skip to content

Commit

Permalink
Merge pull request #1047 from dan1elt0m/fix-catalog-url
Browse files Browse the repository at this point in the history
Fix unity catalot base_url
  • Loading branch information
dan1elt0m authored Jul 19, 2023
2 parents ebc3903 + 3bba553 commit 4d24adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SchemaResponse(CnfResponse):

def get_schema_url(workspace_url: str):
"""Getting url for job requests"""
return f"{workspace_url}api/2.1/unity-catalog/schemas"
return f"{workspace_url}/api/2.1/unity-catalog/schemas"


def get_schema_by_name(catalog_name: str, schema_name: str, base_url: str) -> Optional[dict]:
Expand Down

0 comments on commit 4d24adc

Please sign in to comment.