lightdash / dbt2looker

Generate lookml for views from dbt models
https://lightdash.com
MIT License
178 stars 46 forks source link

Fix map_adapter_type_to_looker when column_type is None #79

Open rpennec opened 1 year ago

rpennec commented 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.