Javier Rengel Jiménez
Javier Rengel Jiménez
> Two things: 1. I'm not sure I understand then the fields we need to show on the table. In that case, it is showing all the dimensions from the...
> What you've done now is great ok_hand I think the "rule" we should follow is: the join logic in the `underlying data` table should follow the same join logic...
is this `view underlying data` available for both `dimension` and `metric` columns ? or just dimensions @TuringLovesDeathMetal @PriPatel
I made a "working" github action that will deploy my project from my dbt repo. https://github.com/rephus/dbt_solar_panels/blob/master/.github/workflows/action.yml . There are a few details left to implement about oauth, but it should...
about analytics, this script is going to install CLI on github actions, this means the number of installations will skyrocket and will become unreliable. So we should probably disable the...
right now, it will install the CLI each time, unless it is cached by github somehow, because we don't have any base image with the CLI already installed (yet) I...
Yes, this doesn't even make sense anymore, we have changed the warehouse form completely. Closing
It keeps happening, we should fix this
Reopening, not finished. Depends on https://github.com/lightdash/lightdash/issues/3821
I agree caching might be valuable, specially if a chart/dashboard doesn't change very often. However, implementing caching has many implications, not only is hard to implement technically (how often do...