Skip to content

Commit 7e80c56

Browse files
committed
Remove the example showing the error state
1 parent 5683f91 commit 7e80c56

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pointblank/validate.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,17 +2162,6 @@ def connect_to_table(connection_string: str) -> Any:
21622162
pb.preview(game_revenue)
21632163
```
21642164

2165-
If you omit the table specification, you'll get helpful guidance:
2166-
2167-
```{python}
2168-
#| error: true
2169-
#| output: asis
2170-
try:
2171-
pb.connect_to_table(f"duckdb:///{duckdb_path}")
2172-
except Exception as e:
2173-
print(f"**{type(e).__name__}:** {e}")
2174-
```
2175-
21762165
Here are some backend-specific connection examples:
21772166

21782167
```python

0 commit comments

Comments
 (0)