You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: