(No longer supported). Upload as a report, including its attached assets, to the logged-in Datapane Server.
(
*args,
**kwargs,
)
| 127 | |
| 128 | |
| 129 | def 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 | ) |