This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -637,11 +637,7 @@ def from_api_repr(cls, resource: dict) -> "GoogleSheetsOptions":
637637
638638
639639class 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
You can’t perform that action at this time.
0 commit comments