Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnro314 committed Nov 2, 2023
1 parent 93972c6 commit 61c0fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def get_data(spark):

def initiate_repo_with_data(spark, lfs_client: lakefs_sdk.client.LakeFSClient, repo_name, storage_namespace, test_name):
storage_namespace = f"{storage_namespace}/{test_name}"
print("storage_namespace ", storage_namespace)
print("repo name ", repo_name)
lfs_client.repositories_api.create_repository(
RepositoryCreation(name=repo_name, storage_namespace=storage_namespace))
df = get_data(spark)
Expand Down

0 comments on commit 61c0fce

Please sign in to comment.