Re: Interconnected views

2023-06-03 Thread Kirk Wolak
On Fri, Jun 2, 2023 at 9:36 AM Oliver Kohll wrote: > Hi, > > Just wondering, does anyone else create apps which might not have 'big' > data, but quite complex arrangements of views joining to each other? > > If so, do you have scripts to aid refactoring them e.g. drop/recreate/test > them in the

Re: Interconnected views

2023-06-02 Thread Guillermo González de Agüero
Hace you taken a look at dbt (https://www.getdbt.com/)? It's aimed at analytics but can be used for any purpose. Regards, Guillermo González de Agüero El vie, 2 jun 2023 15:36, Oliver Kohll escribió: > Hi, > > Just wondering, does anyone else create apps which might not have 'big' > data, but

Re: Interconnected views

2023-06-02 Thread Chris Travers
On Fri, Jun 2, 2023, 09:36 Oliver Kohll wrote: > Hi, > > Just wondering, does anyone else create apps which might not have 'big' > data, but quite complex arrangements of views joining to each other? > > If so, do you have scripts to aid refactoring them e.g. drop/recreate/test > them in the righ