This repository was archived by the owner on Mar 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
1918branch = True
2019omit =
@@ -34,6 +33,5 @@ exclude_lines =
3433omit =
3534 */gapic/*.py
3635 */proto/*.py
37- */core/*.py
3836 */site-packages/*.py
3937 google/cloud/__init__.py
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments