Rafael Barbosa

Results 6 comments of Rafael Barbosa

No, ideally I would like to keep history per server, so they are persisted over sessions. Other clients, like Postico or Sequel Pro have a button on the UI that...

It could actually be more flexible. Maybe `meta: dimensions` should be a model property, instead of a column one. You may want to also create custom dimensions that are combinations...

Right! I did not even consider adding the sql expression with multiple columns. I think having a separate dimensions property would be cleaner in cases like the one above, when...

Combining with with the idea of having `meta: dimensions` https://github.com/lightdash/lightdash/issues/3232#issuecomment-1290722215, we can also tackle another use case. I want to create a dimension based on the results of the join....

I expect the lines between dbt models, the BI tool and analysis to become more blurred. That's what they plan to do with the semantic layer, right? > The initial...

We did hit this recently. We use [external-tables](https://github.com/dbt-labs/dbt-external-tables) on a `on-run-start` macro. We also use service account impersonation in the dbt profile. While running dbt docs generate on CI environment...