bayesline.api.equity.AsyncUploaderApi.get_detail_summary_schema

bayesline.api.equity.AsyncUploaderApi.get_detail_summary_schema#

abstract async AsyncUploaderApi.get_detail_summary_schema(which: Literal['data', 'staging'] = 'data') dict[str, DataType]#

Parameters#

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

The type of detail 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 detail summary statistics.