Skip to content

Commit 94eff44

Browse files
authored
Merge pull request #706 from prady00/bug-typo-fix
fixed a typo in connect_to_oracle doc
2 parents 1db6cbd + c321c48 commit 94eff44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/vanna/base/base.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ def connect_to_oracle(
11671167
vn.connect_to_oracle(
11681168
user="username",
11691169
password="password",
1170-
dns="host:port/sid",
1170+
dsn="host:port/sid",
11711171
)
11721172
```
11731173
Args:

0 commit comments

Comments
 (0)