Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1f1f9d4

Browse files
authored
docs: remove experimental annotations from GA features (#2303)
* docs: remove experimental annotations from GA featuresCorrects some documentation drift.
1 parent7cad6cf commit1f1f9d4

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
classHivePartitioningOptions(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
defhive_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
defconnection_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
returnself._properties.get("connectionId")
992978

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp