Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: B-Step62 <[email protected]>
  • Loading branch information
B-Step62 committed Sep 25, 2024
1 parent c0e2450 commit ae3f411
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/databricks/tests/integration_tests/test_vectorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ def test_vectorstore():

# Trigger the workflow
response = w.jobs.run_now(job_id=test_job_id)
job_url = (
f"{os.getenv('DATABRICKS_HOST')}/jobs/{test_job_id}/runs/{response.run_id}"
)
job_url = f"{w.config.host}/jobs/{test_job_id}/runs/{response.run_id}"
print(f"Started the job at {job_url}") # noqa: T201

# Wait for the job to complete
Expand Down

0 comments on commit ae3f411

Please sign in to comment.