Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. conn_info = {'host': '',
  2. 'port': 5433,
  3. 'user': 'username',
  4. 'password': 'password',
  5. 'database': 'xdw'}
  6. connection = vertica_python.connect(**conn_info) # connecting to Vertica
  7. using Vertica_Python
  8. cur = connection.cursor()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement