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

Add account data enrichment #1532

Merged
merged 7 commits into from
Dec 13, 2024
Merged

Conversation

zachgoll
Copy link
Collaborator

Closes #834

Adds a basic enrichment flow for accounts.

Account::DataEnricher is a general purpose class that should work in a background job and enrich Account data in the background.

The enrichment process is called during the SyncJob, but runs as a separate job since it will take a long time with accounts that have many transactions.

@zachgoll zachgoll merged commit fe199f2 into main Dec 13, 2024
5 checks passed
@zachgoll zachgoll deleted the zachgoll/enrich-transactions-with-synth branch December 13, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build transaction enrichment action / flow (with Synth API)
1 participant