Skip to content
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

Store derived column values #3732

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

haneslinger
Copy link
Contributor

@haneslinger haneslinger commented Dec 31, 2022

What are the relevant tickets?

Save Derived Column values to PropertyState#3438

This a living draft.

All this PR does is create the field "derived data" in the inventory states and keep it up to date.

The derived_data of states in a given org must update when:

  • The state is created.
  • A new derived column is created.
  • That derived column is updated, either but changing the expressions or the source columns.
  • The state data changes.

These updates are easy to achieve with signals, but their run times are hard to pin down.

@isalanglois isalanglois added the Enhancement Add this label if functionality was generally improved but not a full feature or maintentance. label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Enhancement Add this label if functionality was generally improved but not a full feature or maintentance.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants