Commit 13baee7
committed
feat: ExportService.get_raw_export_bytes() for Arrow IPC polling
Add a thin method that polls the raw export endpoint for an
already-submitted export and returns Arrow IPC bytes. Reuses the
existing _get_exported_content() polling loop; the caller is
responsible for submitting the execution and export request.1 parent 88dea4b commit 13baee7
File tree
1 file changed
+33
-0
lines changed- packages/gooddata-sdk/src/gooddata_sdk/catalog/export
1 file changed
+33
-0
lines changedLines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
332 | 365 | | |
333 | 366 | | |
334 | 367 | | |
| |||
0 commit comments