We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 317fe37 + 5cbaac0 commit e33f0b7Copy full SHA for e33f0b7
1 file changed
datamasque/client/models/connection.py
@@ -48,6 +48,7 @@ class DatabaseType(Enum):
48
databricks_lakebase = "databricks_lakebase"
49
databricks = "databricks"
50
informix = "informix"
51
+ saphana = "saphana"
52
53
54
class SnowflakeStageLocation(str, Enum):
0 commit comments