Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
mat007g
Contributor III
Contributor III

JDBC connection to Databricks

I have created a tJDBCconnection and succesfully connected to databricks. However I need to use a tJDBCRow to execute a series of SQL commands : Update/delete/insert (Merge) . However, for some reason, the component is throwing a runtime exception. I then end up creating multiple tJDBCRow components , and assigning 1 sql statement to each. As you might imagine, this is not practical. Moreover, I cannot use the database/schema name in the SQL, as I get thrown a "Catalog namespace is not supported." exception.

Any thoughts on the above?

Labels (4)
1 Reply
Anonymous
Not applicable

Hello,

Are you able to retrieve table schemas successfully when you complete JDBC connection?

Here is online documentation about: TalendHelpCenter: Retrieving table schemas

Best regards

Sabrina