Skip to content

Commit f19c168

Browse files
committed
Mark hive partitioning class and propertis as beta
1 parent 1aac65d commit f19c168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bigquery/google/cloud/bigquery/external_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def from_api_repr(cls, resource):
565565

566566

567567
class HivePartitioningOptions(object):
568-
"""Options that configure hive partitioning.
568+
"""[Beta] Options that configure hive partitioning.
569569
570570
See
571571
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#HivePartitioningOptions
@@ -692,7 +692,7 @@ def compression(self, value):
692692

693693
@property
694694
def hive_partitioning(self):
695-
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: When set, \
695+
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: [Beta] When set, \
696696
it configures hive partitioning support.
697697
698698
See

bigquery/google/cloud/bigquery/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ def field_delimiter(self, value):
11411141

11421142
@property
11431143
def hive_partitioning(self):
1144-
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: When set, \
1144+
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: [Beta] When set, \
11451145
it configures hive partitioning support.
11461146
11471147
.. note::

0 commit comments

Comments
 (0)