CDATA jdbc driver for a Salesforce Connection Type Request #528
jseaman-idata
started this conversation in
General
Replies: 1 comment 2 replies
-
@jseaman-idata - the command-line uses the API, so if the command-line can find the data, it is the API that is getting the data. You will have to give me detailed logs from the command-line as well as your code for me to be able to tell you what you need to do programatically. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can succesfully pull back plenty of metadata using schemacrawler from the commandline. (tables, with their columns, primary and foreign keys)
But I get this error when using the schemacrawler API to do the same thing:
"No matching schemas found"
I'm assuming this is because it lacks a schema name for any object. CDATA supports many things that aren't actually databases, and these objects won't have schemas. There's a host of CDATA drivers it would be great to use, but if the API doesn't handle blank schemas in the API, none of that will be usable.
Is there any way you could tackle adding support to the API for scan objects without schemas?
Beta Was this translation helpful? Give feedback.
All reactions