Skip to content

Commit be30c4e

Browse files
committed
Further refine text in connect_to_table() docs
1 parent d6efdbf commit be30c4e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pointblank/validate.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,12 +2469,12 @@ def connect_to_table(connection_string: str) -> Any:
24692469
for various backends:
24702470

24712471
```
2472-
DuckDB: `"duckdb:///path/to/database.ddb::table_name"`
2473-
SQLite: `"sqlite:///path/to/database.db::table_name"`
2474-
PostgreSQL: `"postgresql://user:password@localhost:5432/database::table_name"`
2475-
MySQL: `"mysql://user:password@localhost:3306/database::table_name"`
2476-
BigQuery: `"bigquery://project/dataset::table_name"`
2477-
Snowflake: `"snowflake://user:password@account/database/schema::table_name"`
2472+
DuckDB: "duckdb:///path/to/database.ddb::table_name"
2473+
SQLite: "sqlite:///path/to/database.db::table_name"
2474+
PostgreSQL: "postgresql://user:password@localhost:5432/database::table_name"
2475+
MySQL: "mysql://user:password@localhost:3306/database::table_name"
2476+
BigQuery: "bigquery://project/dataset::table_name"
2477+
Snowflake: "snowflake://user:password@account/database/schema::table_name"
24782478
```
24792479

24802480
If the connection string does not include a table name, the function will attempt to connect to

0 commit comments

Comments
 (0)