You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function transform_to_schema has an flag to populate with nulls the resulting DataSet when the columns are not in the data or in the transformations. However this won't work for fields inside structs.
The function
transform_to_schema
has an flag to populate with nulls the resulting DataSet when the columns are not in the data or in the transformations. However this won't work for fields inside structs.Example:
Expected behaviour:
The resulting dataset should have the f2 field populated with nulls.
Actual behaviour
Error:
TypeError: Schema TestSchema.a contains the following columns not present in data: {'f2'}
The text was updated successfully, but these errors were encountered: