Skip to content

Commit 3ae5bfd

Browse files
author
Kevin Sheppard
committed
ENH: Sync to/read gbp
1 parent 44d5f7b commit 3ae5bfd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pandas-stubs/io/gbq.pyi

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ def read_gbq(
1414
dialect: str | None = ...,
1515
location: str | None = ...,
1616
configuration: dict[str, Any] | None = ...,
17-
credentials=...,
17+
# Google type, not available
18+
credentials: Any = ...,
1819
use_bqstorage_api: bool | None = ...,
19-
private_key=...,
20-
verbose=...,
20+
max_results: int | None = ...,
2121
progress_bar_type: str | None = ...,
2222
) -> DataFrame: ...
2323
def to_gbq(
@@ -31,7 +31,6 @@ def to_gbq(
3131
table_schema: list[dict[str, str]] | None = ...,
3232
location: str | None = ...,
3333
progress_bar: bool = ...,
34-
credentials=...,
35-
verbose=...,
36-
private_key=...,
34+
# Google type, not available
35+
credentials: Any = ...,
3736
) -> None: ...

0 commit comments

Comments
 (0)