type
ConnectionTypeEnum
default:"ConnectionTypeEnum.SQLALCHEMY"
The type of connection as ConnectionTypeEnum.The ConnectionTypeEnum.ADBC and ConnectionTypeEnum.CONNECTORX connection types do not support placeholders in the SQL query.
The URI for the connection.
Optional label for the connection. If the label is not provided, the connection name will be used as the label.
sa_create_engine_args
dict[str, Any]
default:"{}"
Additional arguments to pass to SQLAlchemy’s create_engine function. Only used if the connection type is ConnectionTypeEnum.SQLALCHEMY.