Skip to content

Commit 7befcb4

Browse files
Kevin Glinskijacalata
authored andcommitted
adding oracle param support related to #137 (#149)
* adding oracle param support related to #137 * fix copy paste error
1 parent a0be6dd commit 7befcb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tableaudocumentapi/connection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def __init__(self, connxml):
1616
self._server = connxml.get('server')
1717
self._username = connxml.get('username')
1818
self._authentication = connxml.get('authentication')
19+
self._schema = connxml.get('schema')
20+
self._service = connxml.get('service')
1921
self._class = connxml.get('class')
2022
self._schema = connxml.get('schema')
2123
self._service = connxml.get('service')

0 commit comments

Comments
 (0)