coursera / dataduct

DataPipeline for humans.
Other
252 stars 83 forks source link

fixed create_pipeline_object call in extract_postgres.py to match ini… #219

Closed tobiasballing-zz closed 8 years ago

tobiasballing-zz commented 8 years ago

Fixed issue mentioned in #218 Once fix is applied the pip version can be updated

The call extract_postgres.py:65 self.create_pipeline_objectdidn't match the method signature of the init in postgres_node.py

was using sql=sql instead of select_query=sql, insert_query=None,

tobiasballing-zz commented 8 years ago

tests successful locally btw

cliu587 commented 8 years ago

Tests passed for me locally also. LGTM.