datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
193 stars 39 forks source link

Don't sort keys before adding in `join` processor #140

Closed cschloer closed 4 years ago

cschloer commented 4 years ago

Hi,

I know the new fields object inputed to join is a dictionary so order is never guaranteed. However, more often than not the order from the pipeline-spec.yaml is preserved when it is loaded in and passed on the dataflows. Is it possible to have an option in dataflows join that does NOT sort the keys (here https://github.com/datahq/dataflows/blob/master/dataflows/processors/join.py#L280)?