mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-02 10:36:29 +00:00
remove dbx debug tests (#22264)
This commit is contained in:
parent
e9b91bb5d4
commit
ea63d7e184
@ -60,7 +60,7 @@ class DatabricksEngineWrapper:
|
||||
def get_schemas(self):
|
||||
"""Get schemas and cache them"""
|
||||
if self.schemas is None:
|
||||
self.schemas = self.inspector.get_schema_names(database="demo-test-cat")
|
||||
self.schemas = self.inspector.get_schema_names()
|
||||
if self.schemas:
|
||||
# Find the first schema that's not a system schema
|
||||
for schema in self.schemas:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user