Dskpupper opened this issue 4 years ago · 1 comments
Hey, I just need the sql parser script that you used to parser the sql payload and collect the dataset. Just that part. which file is it?
The initial data was parsed by pg_query and then the JSON results were manually edited and cleaned up for this project.
In this project the dataset is no longer raw SQL text, but python pickle dumps. You can find more details in data.py.
data.py