Closed fvankrieken closed 4 months ago
So there are a few parts to this.
int__zoningtaxlots
. This has a few parts
int__zoningtaxlots
. We can flush this out after we get upstream logic ironed outTodos:
commercialoverlay
pivoting logic upstreamlimitedheightdistrict
column setup upstreamzoningmapnumber
column setup upstream zoningmapcode
column setup upstreamzoningdistricts
pivoting logic upstreamcommercialoverlay
drop duplicate logic upstream
After we have a working dag/dbt project from #925, it'd be good to evaluate our DAG/sql and iterate on our models. Did we compress too much and now have queries that are too busy and hard to read? Or are some models maybe too discrete, and could be grouped further? This can be a bit of a gray area, but to me it comes down to largely
There's also likely a macro to be written. The code for all the "per area" files/models is very repetitive and likely could have some of it pulled out