-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
The Dataset class lacks an is_case_insensitive property.
Most of the fields of the Dataset REST resource have an equivalent property inside the Dataset class
For example:
- description has a getter and a setter
- labels has a getter and a setter
- defaultEncryptionConfig has a getter and a setter as
default_encryption_config - ...
However, the Dataset class unfortunately doesn't have an is_case_insensitive property (for the isCaseInsensitive field), and this property is needed to configure a dataset in some use cases. I plan on creating a PR to fix this.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.