MCPcopy Create free account
hub / github.com/datapane/datapane / upload_report

Function upload_report

python-client/src/datapane/processors/api.py:129–139  ·  view source on GitHub ↗

(No longer supported). Upload as a report, including its attached assets, to the logged-in Datapane Server.

(
    *args,
    **kwargs,
)

Source from the content-addressed store, hash-verified

127
128
129def upload_report(
130 *args,
131 **kwargs,
132) -> None:
133 """
134 (No longer supported).
135 Upload as a report, including its attached assets, to the logged-in Datapane Server.
136 """
137 raise DPClientError(
138 "Datapane Cloud is now read-only and does not support Report uploading, only local, saved HTML report output is supported"
139 )

Callers 1

uploadMethod · 0.85

Calls 1

DPClientErrorClass · 0.90

Tested by

no test coverage detected