We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e76ed4 commit 999def5Copy full SHA for 999def5
graphdatascience/arrow_client/v2/gds_arrow_client.py
@@ -458,12 +458,12 @@ def request_token(self) -> str | None:
458
return self._flight_client.request_token()
459
460
def _upload_data(
461
- self,
462
- endpoint: str,
463
- job_id: str,
464
- data: pyarrow.Table | list[pyarrow.RecordBatch] | pandas.DataFrame,
465
- batch_size: int = 10000,
466
- progress_callback: Callable[[int], None] = lambda x: None,
+ self,
+ endpoint: str,
+ job_id: str,
+ data: pyarrow.Table | list[pyarrow.RecordBatch] | pandas.DataFrame,
+ batch_size: int = 10000,
+ progress_callback: Callable[[int], None] = lambda x: None,
467
) -> None:
468
match data:
469
case pyarrow.Table():
0 commit comments