Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 9bb9093

Browse files
authored
Merge pull request #166 from datafold/update_preql_0.2.16
Update Preql version to 0.2.16
2 parents d66e67b + ec61732 commit 9bb9093

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Now you can insert it into the testing database(s):
510510
```shell-session
511511
# It's optional to seed more than one to run data-diff(1) against.
512512
$ poetry run preql -f dev/prepare_db.pql mysql://mysql:Password1@127.0.0.1:3306/mysql
513-
$ poetry run preql -f dev/prepare_db.pql postgres://postgres:Password1@127.0.0.1:5432/postgres
513+
$ poetry run preql -f dev/prepare_db.pql postgresql://postgres:Password1@127.0.0.1:5432/postgres
514514
515515
# Cloud databases
516516
$ poetry run preql -f dev/prepare_db.pql snowflake://<uri>

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ rich = "^10.16.2"
3131
toml = "^0.10.2"
3232

3333
[tool.poetry.dev-dependencies]
34-
databricks-sql-connector = "*"
34+
parameterized = "*"
35+
unittest-parallel = "*"
36+
preql = "^0.2.16"
3537
mysql-connector-python = "*"
36-
preql = "^0.2.15"
38+
databricks-sql-connector = "*"
3739
snowflake-connector-python = "*"
3840
trino = "^0.314.0"
3941
psycopg2 = "*"
4042
presto-python-client = "*"
41-
parameterized = "*"
42-
unittest-parallel = "*"
4343

4444
[tool.poetry.extras]
4545
# When adding, update also: README + dev deps just above

0 commit comments

Comments
 (0)