Skip to content

Commit

Permalink
OS-7008. Fixed 500 error for databricks region coordinates
Browse files Browse the repository at this point in the history
## Description

Fixed error for region_expenese with databricks account

## Related issue number

OS-7008
  • Loading branch information
sd-hystax authored Nov 9, 2023
1 parent ce4da50 commit 1574db4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/cloud_adapter/clouds/databricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,6 @@ def set_currency(self, currency):

def configure_last_import_modified_at(self):
pass

def get_regions_coordinates(self):
return {}

0 comments on commit 1574db4

Please sign in to comment.