configuration.load.schemaUpdateOptions is documented in the REST API docs, but LoadJobConfiguration doesn't have a way to set it. Actually the protobuf model class seems to have a setter.
It's not clear in the documentation whether schemaUpdateOptions are valid also for partitioned tables or not. Would be nice to get a clarification for that.
configuration.load.schemaUpdateOptionsis documented in the REST API docs, butLoadJobConfigurationdoesn't have a way to set it. Actually the protobuf model class seems to have a setter.It's not clear in the documentation whether
schemaUpdateOptionsare valid also for partitioned tables or not. Would be nice to get a clarification for that.