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

dump to sql - indexes_fields should be per created table (and not global) #175

Closed akariv closed 2 years ago

akariv commented 2 years ago

When using dump to sql, we need to be able to provide indexes_fields per table - currently it's a parameter for the processor itself

cc: @pwalsh