Skip to content

quantpylib.datapoller.metadata

Metadata

Bases: BasePoller

query_engine(query, **kwargs)

Execute a query using a specific data poller.

Parameters:

Name Type Description Default
query str

The query to be executed.

required
**kwargs

Additional keyword arguments for executing the query.

{}

Returns:

Type Description

The result of the query execution using the specified data poller.