bayesline.api.equity.UploaderApi.get_summary_schema

bayesline.api.equity.UploaderApi.get_summary_schema#

abstract UploaderApi.get_summary_schema(which: Literal['data', 'staging'] = 'data') dict[str, DataType]#

Parameters#

which: Literal[“data”, “staging”], optional

The type of summary statistics to get the schema for. If “data” will get the schema for the committed data. If “staging” will get the schema for the staged data.

Returns#

dict[str, pl.DataType]:

The schema of the summary statistics.