Ar pluto new fields 1892 p2#2221
Merged
alexrichey merged 11 commits intoar-pluto-new-fields-1893from Mar 4, 2026
Merged
Conversation
24b6699 to
197488f
Compare
197488f to
0dc5f9e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8657b7d to
aa32610
Compare
889d748 to
e49eb2b
Compare
471663e to
4e0cc19
Compare
0e302dc to
c5244fb
Compare
- Add dcp_transit_zone_ranks.csv lookup table with 5 transit zones ranked 1-4 - Update _create.sql to load transit zone ranks table - Modify transitzone.sql to prioritize zones with tz_rank < 4 over 'Beyond the Greater Transit Zone' in lot-level assignments - If a lot has ANY coverage in a zone with rank < 4, exclude rank 4 zones from consideration Closes data-engineering-vu1.1, data-engineering-vu1.2
4e0cc19 to
48f51ed
Compare
damonmcc
reviewed
Mar 3, 2026
Member
There was a problem hiding this comment.
(nit) I think this could be an accepted_values dbt test in _sources.yml
Contributor
Author
There was a problem hiding this comment.
good call. Will change that.
Contributor
Author
There was a problem hiding this comment.
FYI, I'm going to merge this PR, then do another PR with a quick fix for transit zones. Will make this an accepted_value in the next PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrites MIH Areas and Transit Zone assignments based on our meeting with folks from Transit and Zoning. For logic on the assignments, see the sql files themselves.
Alas, I don't have a passing build to link here - the last one failed on the dbt QA stuff due to a mistake by me. After our demo, I'm going to re-run the build which should pass.
For the QA views, they're mostly to help diagnose/demo/visualize the edge cases. The tables look like this:

Which allows you to visualize all the relevant geometries in a single row.
note I've got this pointed at the previous PR, so you can see what changed between then and now. Feel free to change to point at
mainso you can see all changes. Also, I'm going to wait to merge this until QA is finished so that (if necessary) we can still build pluto without these changes.