This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
AutoML tables: changing just a col's data type apparently also changes the nullability status #2
Labels
api: automl
Issues related to the googleapis/python-automl API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
With the automl tables client libs, I'm seeing that a call like this to change the data type of a column, where that column is initially set to be
Nullable
:also changes the nullability-- it changes the col to from nullable to non-nullable.
(I haven't tried the case where the col starts out as non-nullable).
(The wrapper code looks okay on the face of it... )
The text was updated successfully, but these errors were encountered: