tmthyjames / SQLCell

SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
MIT License
151 stars 11 forks source link

EXPLAIN button errors out, then --pg_dump doesn't register it #49

Closed tmthyjames closed 7 years ago

tmthyjames commented 7 years ago
  1. run public.table database
  2. Press Explain Graph button
  3. try to run public.table database

The SQLVARS.EXPLAIN_GRAPH doesn't get updated