SimpleSqlAlchemyFetcher#
dbally.similarity.SimpleSqlAlchemyFetcher
#
Bases: SqlAlchemyFetcher
Fetches the data from a single column in the database.
Source code in src/dbally/similarity/sqlalchemy_base.py
fetch
async
#
Fetches the data from the source and returns it as a list of strings.
RETURNS | DESCRIPTION |
---|---|
List[str]
|
The fetched data. |
Source code in src/dbally/similarity/sqlalchemy_base.py
get_query
#
Returns query that will be used to fetch the data from the database.
RETURNS | DESCRIPTION |
---|---|
Select
|
The query to fetch the data. |