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

Provide a Sequence ID to make entity counts > 1000 manageable within accounts #124

Open
ricegi opened this issue Oct 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ricegi
Copy link

ricegi commented Oct 20, 2023

Summary

When you have more than 1000 entities in an account you need to use filters to select smaller populations of entities in order to run the report. We should provide a "sequence id" that can be added as a tag to entities in an account to break up those entities into populations so the report is more efficient.

Desired Behaviour

Add a tag that indexes the entities in an account into cohorts - of max 400 or 500 or so

Possible Solution

Introduce _tagWriting function

Additional context

Need to consider removing this tag should it be encountered in subsequent runs, or give the user the ability to delete the tag

@ricegi ricegi added the enhancement New feature or request label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant