vendekagon-labs / unify

An engine for automating data integration & harmonization via schema inference.
Apache License 2.0
8 stars 0 forks source link

Config as YAML #48

Closed benkamphaus closed 2 months ago

benkamphaus commented 2 months ago

yaml is more straightforward for non-Clojurists to edit, and especially familiar to Python data scientists and devs. While it will be limited re: value semantics compared to edn, it's possible to use it as a format with some constraints. Based on the objective of Unify to meet data scientists where they are as much as possible, it makes sense to add this functionality.

benkamphaus commented 2 months ago

Resolved by #51