Skip to content

Commit

Permalink
Mark hive partitioning class and propertis as beta
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Nov 13, 2019
1 parent 1aac65d commit f19c168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bigquery/google/cloud/bigquery/external_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def from_api_repr(cls, resource):


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

@property
def hive_partitioning(self):
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: When set, \
"""Optional[:class:`~.external_config.HivePartitioningOptions`]: [Beta] When set, \
it configures hive partitioning support.
See
Expand Down
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ def field_delimiter(self, value):

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

0 comments on commit f19c168

Please sign in to comment.