bayesline.api.equity.AsyncUploaderApi.get_schema

bayesline.api.equity.AsyncUploaderApi.get_schema#

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

Parameters#

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

The type of schema to get. 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 uploaded files.