kappa_sdk.user_tasks.DataQueryService#
- class kappa_sdk.user_tasks.DataQueryService(data_api, unit_converter)[source]#
Python wrapper for a Data Query Service.
Note
Should not be instantiated directly.
Methods
DataQueryService.get_metadata
(vector_id)Get metadata info of the vector :param vector_id: The id of the KAPPA Automate vector.
DataQueryService.read_vector
(vector_id[, ...])Reads the data values as
Vector
.- Parameters:
data_api (DataAPI)
unit_converter (UnitConverter)