coursera / dataduct

DataPipeline for humans.
Other
252 stars 82 forks source link

Pyparsing upgrade causes SQL parsing to be broken #231

Open cliu587 opened 8 years ago

cliu587 commented 8 years ago

A known working version of pyparsing is 1.5.6, which we have frozen the requirements.txt version to.

With 2.0.6, was working prior to https://github.com/coursera/dataduct/commit/2519f9dac69440cf5923defaf060ca5082f378cd, which broke 2.1.0

After the above diff, 2.0.6 also broke. We probably need to read through the changelogs and figure out what broke.