File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2469,12 +2469,12 @@ def connect_to_table(connection_string: str) -> Any:
2469
2469
for various backends:
2470
2470
2471
2471
```
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"
2478
2478
```
2479
2479
2480
2480
If the connection string does not include a table name, the function will attempt to connect to
You can’t perform that action at this time.
0 commit comments