latest--SqlAlchemy
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--SqlAlchemy.json |
| Parent schema | eidolon-resource |
Type:
object
A client for executing SQL queries using SQLAlchemy. See https://docs.sqlalchemy.org/ for connection configuration details.
Performs cursory checks when select_only is set to True. Additionally ensure user is restricted to allowed permissions.
Properties
implementation
const: "SqlAlchemy"
required
protocol
string
connection_string
string
SQLAlchemy connection string. See https://docs.sqlalchemy.org/en/20/core/engines.html for more information.
engine_kwargs
object
{}
select_only
boolean
metadata
MetadataAttribute[]
[
{
"name": "tables",
"metadata": [],
"remove_falsy_metadata": true
}
]
Definitions
MetadataAttribute
object