This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ Now you can insert it into the testing database(s):
509509``` shell-session
510510# It's optional to seed more than one to run data-diff(1) against.
511511$ poetry run preql -f dev/prepare_db.pql mysql://mysql:Password1@127.0.0.1:3306/mysql
512- $ poetry run preql -f dev/prepare_db.pql postgres ://postgres:Password1@127.0.0.1:5432/postgres
512+ $ poetry run preql -f dev/prepare_db.pql postgresql ://postgres:Password1@127.0.0.1:5432/postgres
513513
514514# Cloud databases
515515$ poetry run preql -f dev/prepare_db.pql snowflake://<uri>
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ rich = "^10.16.2"
3131toml = " ^0.10.2"
3232
3333[tool .poetry .dev-dependencies ]
34- databricks-sql-connector = " *"
34+ parameterized = " *"
35+ unittest-parallel = " *"
36+ preql = " ^0.2.16"
3537mysql-connector-python = " *"
36- preql = " ^0.2.15 "
38+ databricks-sql-connector = " * "
3739snowflake-connector-python = " *"
3840trino = " ^0.314.0"
3941psycopg2 = " *"
4042presto-python-client = " *"
41- parameterized = " *"
42- unittest-parallel = " *"
4343
4444[tool .poetry .extras ]
4545# When adding, update also: README + dev deps just above
You can’t perform that action at this time.
0 commit comments