Support group_labels in yml for dimensions
mike-weinberg opened this issue · 1 comments
dbt2looker/dbt2looker/models.py
Line 99 in bb8f5b4
measures seem to have this but not dimensions. probably all/most properties in available in https://docs.lightdash.com/references/dimensions/ should be represented here -- is this something lightdash is willing to maintain or would you want a contribution? @TuringLovesDeathMetal / @owlas - i figure full support for lightdash properties that can map to looker should be, in order to maximize the value of this utility for enabling looker customers to uncouple themselves from looker.
i suppose it might go somewhere around here:
dbt2looker/dbt2looker/generator.py
Line 246 in bb8f5b4
if column.meta.dimension.group_label:
etc