Skip to content

Commit ed80b66

Browse files
committed
Update validate.py
1 parent 2211716 commit ed80b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pointblank/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ class Validate:
27842784
- CSV files (string path or `pathlib.Path` object with `.csv` extension)
27852785
- Parquet files (string path, `pathlib.Path` object, glob pattern, directory with `.parquet`
27862786
extension, or partitioned dataset)
2787-
- Database connection strings (RFC 3986 URI format with optional table specification)
2787+
- Database connection strings (URI format with optional table specification)
27882788

27892789
The table types marked with an asterisk need to be prepared as Ibis tables (with type of
27902790
`ibis.expr.types.relations.Table`). Furthermore, the use of `Validate` with such tables requires

0 commit comments

Comments
 (0)