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

Make dimension and fact creation functions thread safe #943

Open
jjnesbitt opened this issue Aug 8, 2024 · 0 comments
Open

Make dimension and fact creation functions thread safe #943

jjnesbitt opened this issue Aug 8, 2024 · 0 comments
Assignees

Comments

@jjnesbitt
Copy link
Collaborator

Currently, all of the functions surrounding dimension and fact table creation are not thread safe, and if invoked in this manner would raise IntegrityError when the "loser" tries to create a record, essentially losing that record. We should make all of these operations thread safe, as to avoid this.

@jjnesbitt jjnesbitt self-assigned this Aug 8, 2024
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

No branches or pull requests

1 participant