Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions google/cloud/bigquery/external_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,11 +637,7 @@ def from_api_repr(cls, resource: dict) -> "GoogleSheetsOptions":


class HivePartitioningOptions(object):
"""[Beta] Options that configure hive partitioning.

.. note::
**Experimental**. This feature is experimental and might change or
have limited support.
"""Options that configure hive partitioning.

See
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#HivePartitioningOptions
Expand Down Expand Up @@ -808,13 +804,9 @@ def decimal_target_types(self, value: Optional[Iterable[str]]):

@property
def hive_partitioning(self):
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: [Beta] When set, \
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: When set, \
it configures hive partitioning support.

.. note::
**Experimental**. This feature is experimental and might change or
have limited support.

See
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ExternalDataConfiguration.FIELDS.hive_partitioning_options
"""
Expand Down Expand Up @@ -979,14 +971,8 @@ def timestamp_format(self, value: Optional[str]):

@property
def connection_id(self):
"""Optional[str]: [Experimental] ID of a BigQuery Connection API
"""Optional[str]: ID of a BigQuery Connection API
resource.

.. WARNING::

This feature is experimental. Pre-GA features may have limited
support, and changes to pre-GA features may not be compatible with
other pre-GA versions.
"""
return self._properties.get("connectionId")

Expand Down