query: Query a datasource and returns an arrow Table
Description
Query a datasource and returns an arrow Table
Usage
query(client, datasource, query, override = list())
Arguments
- client
As returned by datasource_client()
- datasource
The name of the datasource to query
- query
The query to run against the provided datasource
- override
Configuration values to override (add_override()
)