Skip to content

Commit 65fbb83

Browse files
committed
docs: remove experimental/beta declarations
Clean up some stale docstrings
1 parent db691bb commit 65fbb83

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

google/cloud/bigquery/external_config.py

Lines changed: 2 additions & 10 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
"""

0 commit comments

Comments
 (0)