Skip to content

Commit 0114337

Browse files
authored
Merge branch 'main' into fix-job-result-retry
2 parents 71e31b3 + 1f1f9d4 commit 0114337

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

google/cloud/bigquery/external_config.py

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -637,11 +637,7 @@ def from_api_repr(cls, resource: dict) -> "GoogleSheetsOptions":
637637

638638

639639
class HivePartitioningOptions(object):
640-
"""[Beta] Options that configure hive partitioning.
641-
642-
.. note::
643-
**Experimental**. This feature is experimental and might change or
644-
have limited support.
640+
"""Options that configure hive partitioning.
645641
646642
See
647643
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#HivePartitioningOptions
@@ -808,13 +804,9 @@ def decimal_target_types(self, value: Optional[Iterable[str]]):
808804

809805
@property
810806
def hive_partitioning(self):
811-
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: [Beta] When set, \
807+
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: When set, \
812808
it configures hive partitioning support.
813809
814-
.. note::
815-
**Experimental**. This feature is experimental and might change or
816-
have limited support.
817-
818810
See
819811
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ExternalDataConfiguration.FIELDS.hive_partitioning_options
820812
"""
@@ -979,14 +971,8 @@ def timestamp_format(self, value: Optional[str]):
979971

980972
@property
981973
def connection_id(self):
982-
"""Optional[str]: [Experimental] ID of a BigQuery Connection API
974+
"""Optional[str]: ID of a BigQuery Connection API
983975
resource.
984-
985-
.. WARNING::
986-
987-
This feature is experimental. Pre-GA features may have limited
988-
support, and changes to pre-GA features may not be compatible with
989-
other pre-GA versions.
990976
"""
991977
return self._properties.get("connectionId")
992978

0 commit comments

Comments
 (0)