Skip to content

Commit

Permalink
chore(cleanup): use imdb load that points to bucket, remove defunct sql
Browse files Browse the repository at this point in the history
We aren't loading PyPI data into postgres anymore, so we just need the
load script to dump the IMDB data into postgres.

The sql in the demo folder assumes the files are local -- the one at the
root of the repo (that I'm using for the tutorial) pulls from the bucket
  • Loading branch information
gforsyth committed May 15, 2024
1 parent 029b577 commit 8af259c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions load_pypi.sql

This file was deleted.

2 changes: 1 addition & 1 deletion quarto/00 - Start Here.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We will do this using DuckDB, yes you can do that!

```{python}
!psql < demo/create_imdb.sql
!duckdb < demo/load_imdb.sql
!duckdb < load_imdb.sql
```

And we'll confirm that our PostgreSQL database contains the tables we just loaded.
Expand Down

0 comments on commit 8af259c

Please sign in to comment.