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

Moves indexes_fields to be per created table #176

Closed akariv closed 2 years ago

akariv commented 2 years ago

Overview

Please replace this line with full information about your pull request. Make sure that tests pass before publishing it


Please preserve this line to notify @akariv (lead of this repository)

codecov-commenter commented 2 years ago

Codecov Report

Merging #176 (aed1109) into master (ebeebc8) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #176   +/-   ##
=======================================
  Coverage   87.58%   87.58%           
=======================================
  Files          64       64           
  Lines        2594     2594           
=======================================
  Hits         2272     2272           
  Misses        322      322           
Impacted Files Coverage Δ
dataflows/processors/dumpers/to_sql.py 64.07% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ebeebc8...aed1109. Read the comment docs.

akariv commented 2 years ago

fyi @pwalsh