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.
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
Make leafy balance sheet assets & liabilities data #2805
Make leafy balance sheet assets & liabilities data #2805
Changes from 4 commits
a959df6
d649d4f
2e8e3f7
e78915a
9cb516c
f3b1622
cd74c24
67e7caa
43f8857
f5b53ab
46b0997
7640af7
e11ef21
3e09106
c2d2102
47f323e
0b1fe1d
b78e69a
11533d9
68cf7f4
f2a06dc
e523d3a
1f1f8eb
d829570
81dafb9
17b2022
cb63e55
08b87b1
a352046
3b6217b
d9d1cb1
8f81e9c
f176a84
af6b6d0
042d852
16307e0
2ae4ae3
1a2e444
4cab17f
7b51b3e
19d172e
f728ff1
05d45f7
08e0ff4
e29492f
2c8c1f5
26f3491
56e0c7f
e5157d4
16a7204
56eabf5
d018a5d
a9ddaa0
b153c2a
a88e620
5751827
62ef211
884dfac
6df7967
421bada
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
What does this mean?
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.
@cmgosnell made this note and I've also been confused by it.
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.
this works fine and i think is a good solution for now, but i think the more holistic way to do this would be to get all of the nodes direct predecessor nodes in order to generate both the parent_cols and calc_cols in order to select the individual records to select on within
exploded_calcs
during the merge inset_forest_attributes
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.
We should talk about this. I'm not sure I understand what you're saying. I agree this probably belongs over in
set_forest_attributes()
or maybe it its owndeduplicate_calcs()
method that's called byset_forest_attributes()