-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate distance traveled for CCJPA rides #3261
Conversation
Warehouse report 📦 DAGLegend (in order of precedence)
|
I've two minds about this one. My initial preference is to spin this new information out into another CCJPA-specific model, or even just an enhanced version of I'll leave the final decision to you, Charlie, since you have a longer history working on payments models than I do, but from my first-pass standpoint I would prefer this column exist somewhere other than Let me know what you decide to do, and I'll put in a formal review after that decision point. |
okay @SorenSpicknall I've spent some time thinking about this I did move the joining of the seed to the intermediate table, However, I left the column on
Let me know if you don't agree with this and I'm happy to reconsider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with this approach. Approved!
…ation_name and off_location_name for ccjpa rides
5922998
to
c834b5f
Compare
Description
This PR facilitates the calculation of distance traveled (in miles) between
location_name
andoff_location_name
for CCJPA rides in thefct_payments_rides_v2
table. It does this by:fct_payments_rides_v2
tableType of change
How has this been tested?
Locally using dbt