Closed
Description
Since dlt
is data-driven, it cannot infer the data type for a column if all values are None
, unless the user explicitly provides a type hint. This silent dropping has caused confusion for users before.
Because it is impossible to infer the data type from None
, we now raise an explicit warning that lists the columns which could not be typed and were therefore silently dropped.
The warning should come from the normalizers.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done