Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support group_labels in yml for dimensions #69

Open
mike-weinberg opened this issue Sep 21, 2022 · 1 comment
Open

Support group_labels in yml for dimensions #69

mike-weinberg opened this issue Sep 21, 2022 · 1 comment

Comments

@mike-weinberg
Copy link

class Dbt2LookerDimension(BaseModel):

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.

@mike-weinberg
Copy link
Author

i suppose it might go somewhere around here:

'description': column.meta.dimension.description or column.description,
as like, if column.meta.dimension.group_label: etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant