Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 53e714d

Browse files
committed
chore: fix docs build
1 parent a848d69 commit 53e714d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.coveragerc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# Generated by synthtool. DO NOT EDIT!
1817
[run]
1918
branch = True
2019
omit =
@@ -34,6 +33,5 @@ exclude_lines =
3433
omit =
3534
*/gapic/*.py
3635
*/proto/*.py
37-
*/core/*.py
3836
*/site-packages/*.py
3937
google/cloud/__init__.py

pandas_gbq/gbq.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,7 @@ def to_gbq(
419419
destination_table : str
420420
Name of table to be written, in the form ``dataset.tablename`` or
421421
``project.dataset.tablename``.
422-
clustering_columns: typing.Union[
423-
pandas.core.indexes.base.Index, typing.Iterable[typing.Hashable]
424-
] = (),
422+
clustering_columns: pandas.Index | Iterable[Hashable]
425423
Specifies the columns for clustering in the BigQuery table.
426424
time_partitioning_column : str, optional
427425
Specifies the column for time-based partitioning in the BigQuery table.

tests/unit/core/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (c) 2026 pandas-gbq Authors All rights reserved.
2+
# Use of this source code is governed by a BSD-style
3+
# license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)