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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looker Integration #9

Closed
emresemercioglu opened this issue May 28, 2021 · 6 comments
Closed

Looker Integration #9

emresemercioglu opened this issue May 28, 2021 · 6 comments
Projects

Comments

@emresemercioglu
Copy link
Contributor

emresemercioglu commented May 28, 2021

We will create LookML files via CLI.

馃憤 Upvote if you plan to use this integration.
鉁嶏笍 If you have any ideas, questions or use cases you'd like to share about this issue, feel free to use comments.

@jpau
Copy link

jpau commented May 31, 2021

Thanks Emre! This would be great.

I wonder what the development workflow would look like. For example -- would the CLI generate view files only, or might it stub model files too? And after the initial creation, on further iterations, would the CLI track the LookML-specific parts that get updated? Or might the onus be on the user -- at least at the start -- to track those manually?

@buremba
Copy link
Member

buremba commented Jun 1, 2021

Hey @jpau , we will be generating view files a structure everything under a model. There is a similar project here as well:
https://github.com/lightdash/dbt2looker (See https://github.com/lightdash/dbt2looker/blob/main/example/lookml/hubble_analytics.model)

For the LookML specific attributes, you will be able to configure the fields as follows:

columns:
  - name: col
    meta:
      metriql.dimension:
         report:
            looker:
              type: distance

The report.looker spec will be identical to LookML dimension: https://docs.looker.com/reference/field-reference/dimension-type-reference

@buremba
Copy link
Member

buremba commented Jun 20, 2021

@UmarMajeed-Rana is working on this integration, thanks Umar!

@metriql metriql deleted a comment from allcontributors bot Jun 20, 2021
@buremba
Copy link
Member

buremba commented Jun 20, 2021

@all-contributors please add @UmarMajeed-Rana for code, platform.

@allcontributors
Copy link
Contributor

@buremba

I've put up a pull request to add @UmarMajeed-Rana! 馃帀

@buremba
Copy link
Member

buremba commented Aug 27, 2021

It's implemented, please see: https://metriql.com/integrations/bi-tools/looker

@buremba buremba closed this as completed Aug 27, 2021
@buremba buremba moved this from To do to Done in Roadmap Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants