bayesline.api.equity.AsyncReportAccessorApi.persist# abstract async AsyncReportAccessorApi.persist(name: str) → int# Persists the given report for the given name. Parameters# namestrThe name to persist the report under. Will throw if the name already exists. Returns# intA globally unique identifier of the persisted report.