bayesline.api.equity.UploaderApi.get_schema#
- abstract UploaderApi.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.