News

I been googling a good chunk of the day looking for any kind of examples on how to accomplish what i am trying to do. I had a python script that needs to access an oracle 11g database and run a ...
I am trying to make the schema configuration more dynamic by using "vars" in the dataform.json property as a way to control which schema to use based on the value of the variable. Goal is to have to ...
querying select * from system.jdbc.tables Thinking: I see the general configuration properties, config case-insensitive-name-matching does not work. When I tried to figure out how ...