mediacloud / sous-chef

Configurable Data Analytics Pipeline
1 stars 0 forks source link

Types in mixins get flattened to `str` #10

Closed pgulley closed 6 months ago

pgulley commented 6 months ago

Due to how mixins are filled into template files, variables are flattened into strings. Sometimes we want to mixin int values- how do we ensure that this happens?

pgulley commented 6 months ago

I was misinterpreting this issue- it's actually a non-issue