Add require_partition_filter in bigquery.external_config.HivePartitioningOptions #255
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I want to force partition filters when user run queries on external tables that uses HivePartitioning.
Please add property require_partition_filter within bigquery.external_config.HivePartitioningOptions()
I tried using table.require_partition_filter = True, but I get an error when my table contains hive_partitioning within external_data_configuration:
The text was updated successfully, but these errors were encountered: