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 da5f468 commit ae43179
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llmfoundry/command_utils/data_prep/convert_delta_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,12 +554,6 @@ def validate_and_get_cluster_info(

print('perms: ', perms)

# None stands for Shared Access Mode
if data_security_mode not in ('NONE', 'SINGLE_USER'):
raise ClusterInvalidAccessMode(
cluster_id=cluster_id, access_mode=data_security_mode
)

assert res.spark_version is not None
stripped_runtime = re.sub(
r'[a-zA-Z]',
Expand Down

0 comments on commit ae43179

Please sign in to comment.