AllenInstitute / sciduck

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

When adding a constraint that fails, remove it from constraint records. #15

Open UCDNJJ opened 5 days ago

UCDNJJ commented 5 days ago

@mtvector It looks like constraints that fail for say an incorrect column name are still added to the constraint record and we will always attempt to retry that constraint even though its not valid.

mtvector commented 5 days ago

ah that's fair I need to add that check. does it hang when you apply constraints?