Incompability with Teradata SQL package
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to make connections to both databases Teradata and Hive, but when I start the Hive connection and then try to start Teradata connection program crashes.
```python
from pyhive import hive
import teradatasql
h_conn = hive.Connection(host='hive_ip')
t_conn = teradatasql.connect(host='tera_ip', user='user_name', password='pawd')
```
Gave me this error
python: threads.c:353: krb5int_key_register: Assertion `destructors_set[keynum] == 0' failed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.