Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterized Types #668

Closed
jimfulton opened this issue May 18, 2021 · 1 comment · Fixed by #673
Closed

Parameterized Types #668

jimfulton opened this issue May 18, 2021 · 1 comment · Fixed by #673
Assignees
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.

Comments

@jimfulton
Copy link
Contributor

Now:

Strings and Bytes now have `maxLength`.
Numeric(/DECIMAL) now have `precision` and `scale`.

These should be reflected in:

  • SchemaField
  • deserialization
  • serialization?
  • anything else?
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label May 18, 2021
@meredithslota meredithslota added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label May 19, 2021
@jimfulton
Copy link
Contributor Author

I'm going to decompose this into some sub-issues to make it easier to take small bites. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants