Schema-Flexible Configuration with JDBC (Apache Hive 6.0) External System
Sneha Muthukumar
Member
in General
We've successfully configured an external system using Connection type: JDBC and DBMS: Apache Hive 6.0.
I’m looking for guidance on how to set up a Schema-Flexible configuration. Specifically:
- Is it possible to use Schema-Flexible JDBC connections to support workflows that export data to multiple schemas?
- For example, consider two databases:
- Database A with tables
T1
andT2
- Database B with tables
T3
andT4
My workflow needs to export data intoA.T1
andB.T4
.
Can this be achieved using a single Schema-Flexible JDBC external connection?
- Database A with tables
Any insights or examples would be greatly appreciated!
Tagged:
0