Open rpennec opened 1 year ago
The purpose of this change is to fix the
AttributeError: 'NoneType' object has no attribute 'upper'
raised by map_adapter_type_to_looker when called with column_type = None.
map_adapter_type_to_looker
column_type = None
The purpose of this change is to fix the
raised by
map_adapter_type_to_looker
when called withcolumn_type = None
.