Created on 12-05-2018 12:11 PM - edited 09-16-2022 08:32 AM
Hi
I am trying to get some documentation on what cursor/connection object methods are available in impyla?
It does implement DB API 2.0 (PEP 249), but some of the methods like rowcount, messages, errorhandler are optional in when implementing DB API. Were any optional DB API Entensions included in Impyla?
If not, is there any documentation on what is available?
Also - can someone please advice on how to capture the logs when using impyla??
Created 12-08-2018 10:35 AM
I took a quick look at the Impyla code and rowcount() always returns -1 and the other two methods you mention are not implemented: https://github.com/cloudera/impyla/
At the moment Impyla isn't officially part of CDH - it was developed by one of our data scientists and open sourced for the benefit of the community - all of the documentation and so on is just in that github repo.
Created 12-08-2018 10:35 AM
I took a quick look at the Impyla code and rowcount() always returns -1 and the other two methods you mention are not implemented: https://github.com/cloudera/impyla/
At the moment Impyla isn't officially part of CDH - it was developed by one of our data scientists and open sourced for the benefit of the community - all of the documentation and so on is just in that github repo.
Created 12-10-2018 09:46 AM
Thanks Tim.
Would you be able to advice any easy way to capture the log messages from Impyla?
Created 12-17-2018 01:04 PM