Skip to content

Qs

flowtask.interfaces.qs

QS Support.

Adding support for Querysource related functions as datasource support to components.

QSSupport

Bases: ABC

QSSupport.

Adding Support for Querysource parameters.

get_connection

get_connection(driver='pg', dsn=None, params=None, **kwargs)

Useful for internal connections of QS.

get_datasource async

get_datasource(name)

get_datasource.

Get the datasource from the database.

get_driver

get_driver(driver)

Getting a Database Driver from Datasource Drivers.