remove dbx debug tests (#22264)

This commit is contained in:
Suman Maharana 2025-07-15 16:26:10 +05:30 committed by GitHub
parent e9b91bb5d4
commit ea63d7e184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: