Hi Team, I am using python to connect Denodo ad want to run some vql, I am using JDBC connection to connect denodo with python library "jaydebeapi", when I ran some select vql query, it works.
But I encounter below two problems, can you help check:
1. when I ran "Desc view aaaa", it just show some information about column name and data type, size, but when I run it in VDP client, I can get more, for example it is and OPT or OBL column, how can I let this kind of information also shown from python query. I need this opt/OBL information.
2. When I run some "create or replace view....", the python script will return errors, how can I run "create or replace review..." statement through python scripts, do we have some examples?
Thank you.