Skip to content

Commit

Permalink
Use hyphens instead of underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcain-db committed Aug 1, 2022
1 parent bb03c1f commit 620d175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks_cli/unity_catalog/uc_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def delete_metastore_assignment(self, workspace_id, metastore_id, headers=None):

def get_current_metastore_assignment(self, headers=None):
_data = {}
return self.client.perform_query('GET', '/unity-catalog/current_metastore_assignment',
return self.client.perform_query('GET', '/unity-catalog/current-metastore-assignment',
data=_data, headers=headers)

# External Location Operations
Expand Down

0 comments on commit 620d175

Please sign in to comment.