Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 1f1f9d4

Browse filesBrowse files
authored
docs: remove experimental annotations from GA features (#2303)
* docs: remove experimental annotations from GA features Corrects some documentation drift.
1 parent 7cad6cf commit 1f1f9d4
Copy full SHA for 1f1f9d4

1 file changed

+3-17Lines changed: 3 additions & 17 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎google/cloud/bigquery/external_config.py‎

Copy file name to clipboardExpand all lines: google/cloud/bigquery/external_config.py
+3-17Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.