feat: add ranch_revenue filtered metric to dbt_orders - #105
Open
lightdash[bot] wants to merge 1 commit into
Open
lightdash[bot] wants to merge 1 commit into
lightdash[bot] wants to merge 1 commit into
Conversation
## Summary - Adds a new `ranch_revenue` metric to the `basket_total` column in `dbt_orders.yml` - Mirrors `sum_of_basket_total` (type: sum, same format) but filters to rows where `partner_name = 'Redwood Ranch'` - Label: "Ranch Revenue", with description "Total revenue from the Redwood Ranch partner only." - No existing metrics were modified ## Test plan - [ ] Confirm `ranch_revenue` appears in the Orders explore in Lightdash - [ ] Verify the metric value matches a manual filter of `partner_name = 'Redwood Ranch'` applied to `sum_of_basket_total` - [ ] Confirm all other existing metrics are unaffected Co-authored-by: lightdash[bot] <183517231+lightdash[bot]@users.noreply.github.com> Co-authored-by: Oliver Laslett <oliver@lightdash.com>
Lightdash Validation Results
|
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.
Summary
ranch_revenuemetric to thebasket_totalcolumn indbt_orders.ymlsum_of_basket_total(type: sum, same format) but filters to rows wherepartner_name = 'Redwood Ranch'Test plan
ranch_revenueappears in the Orders explore in Lightdashpartner_name = 'Redwood Ranch'applied tosum_of_basket_total