lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
9 stars 1 forks source link

Fixes two small bugs that both involved checking allowed_values #147

Closed lisad closed 5 months ago

lisad commented 5 months 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