UltraData

Core

class q2_cores.UltraData.core.Core(logger, core_user, hq_credentials=None, use_cache=True, **kwargs)[source]

Bases: BaseCore

All cores will inherit from this common base class. This contains a self.configured_user property, which is an instance of q2_sdk.models.cores.models.core_user.CoreUser.

async build_demographic_info()[source]

Returns a DemographicInfoMapper ready to execute

Return type:

BaseDemographicInfoMapper

async build_update_demographic_info(demographic_info)[source]

Returns a UpdateDemographicInfoMapper ready to execute

Return type:

BaseUpdateDemographicInfoMapper