-
Notifications
You must be signed in to change notification settings - Fork 429
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
Populate flagsmith_environments_v2
from flagsmith_identities
#3106
Comments
|
flagsmith_overrides
tableflagsmith_environments_v2
from flagsmith_identities
with DDB stream consumer
This is now going to be a permanent worker process that:
|
This is solved as a task processor task in the Core API that's triggered on |
5 tasks
flagsmith_environments_v2
from flagsmith_identities
with DDB stream consumerflagsmith_environments_v2
from flagsmith_identities
The task processor code is merged. For the backfill/migration part, we need to call the task with the changeset that updates all the identity overrides in the project. |
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a way to migrate the data in the
identity_features
attribute on each identity in an environment into the newflagsmith_overrides
table.This should be a one off migration process which we can create a Task in the task processor for.
The text was updated successfully, but these errors were encountered: