Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Sep 25, 2024
1 parent 2e59cd6 commit 8cf5473
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions llmfoundry/command_utils/data_prep/convert_delta_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,8 @@ def validate_and_get_cluster_info(
if res is None:
raise ClusterDoesNotExistError(cluster_id)

policy_id = res.policy_id
assert policy_id is not None
print(res.policy_id)
print(w.cluster_policies.get(policy_id=policy_id))
print(res)
time.sleep(10)

assert res.spark_version is not None
stripped_runtime = re.sub(
Expand Down

0 comments on commit 8cf5473

Please sign in to comment.