lisad / phaser

library for batch-oriented complex data integration pipelines
MIT License
3 stars 1 forks source link

Fixes two small bugs that both involved checking allowed_values #147

Closed lisad closed 1 week ago

lisad commented 2 weeks ago

Fixes order of column operation - fix, then check (allowed_values or other checks) . Also casts allowed_values to array if it isn't one.

Fixes #142