We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7901e commit 0954479Copy full SHA for 0954479
README.rst
@@ -54,7 +54,7 @@ Quick Example
54
SELECT CASE WHEN is_no_bags_booking = 'T' AND bags > 0 THEN false ELSE true END
55
FROM {{table_fullname}};
56
"""
57
- contessa = ContessaRunner("postgres://:@localhost:5432")
+ contessa = ContessaRunner("postgresql://:@localhost:5432")
58
59
RULES = [
60
{
contessa/__init__.py
@@ -6,7 +6,7 @@
6
check on load in temporary table.
7
8
9
-__version__ = "0.2.9"
+__version__ = "0.2.10"
10
11
# Start ignoring PyUnusedCodeBear
12
from .consistency_checker import ConsistencyChecker
0 commit comments