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 4e5af9e + edba442 commit 2e887daCopy full SHA for 2e887da
1 file changed
datamasque/client/models/connection.py
@@ -46,6 +46,7 @@ class DatabaseType(Enum):
46
mongodb = "mongodb"
47
databricks_lakebase = "databricks_lakebase"
48
databricks = "databricks"
49
+ informix = "informix"
50
51
52
class SnowflakeStageLocation(str, Enum):
0 commit comments