File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
bigquery/google/cloud/bigquery Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ def from_api_repr(cls, resource):
565
565
566
566
567
567
class HivePartitioningOptions (object ):
568
- """Options that configure hive partitioning.
568
+ """[Beta] Options that configure hive partitioning.
569
569
570
570
See
571
571
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#HivePartitioningOptions
@@ -692,7 +692,7 @@ def compression(self, value):
692
692
693
693
@property
694
694
def hive_partitioning (self ):
695
- """Optional[:class:`~.external_config.HivePartitioningOptions`]: When set, \
695
+ """Optional[:class:`~.external_config.HivePartitioningOptions`]: [Beta] When set, \
696
696
it configures hive partitioning support.
697
697
698
698
See
Original file line number Diff line number Diff line change @@ -1141,7 +1141,7 @@ def field_delimiter(self, value):
1141
1141
1142
1142
@property
1143
1143
def hive_partitioning (self ):
1144
- """Optional[:class:`~.external_config.HivePartitioningOptions`]: When set, \
1144
+ """Optional[:class:`~.external_config.HivePartitioningOptions`]: [Beta] When set, \
1145
1145
it configures hive partitioning support.
1146
1146
1147
1147
.. note::
You can’t perform that action at this time.
0 commit comments