Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jupyter notebook example for sqlite #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shravankshenoy
Copy link

Fixes #217

Created a jupyter notebook which gives a walkthrough of how to setup and use sql-eval with sqlite database. The major steps involved are as follows:

  1. Setting up the defog-data repo
  2. Setting up the sql-eval repo
  3. Creating and populating the sqlite databases using the translate_ddl_dialect.py script
  4. Running the evaluation code (and modifying the question set if required)

I have not run any of the linting or tests since this is a Jupyter notebook, but let me know if I should create or run any. Also let me know if any other changes required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jupyter Notebook walkthrough of sql-eval with sqlite
1 participant