]
Ramesh Reddy updated TEIIDSB-183:
---------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
Story Points: 0.5
Code generator not correctly interpreting the Translator name
-------------------------------------------------------------
Key: TEIIDSB-183
URL:
https://issues.redhat.com/browse/TEIIDSB-183
Project: Teiid Spring Boot
Issue Type: Bug
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Major
Fix For: 1.5.0
Original Estimate: 1 hour
Remaining Estimate: 1 hour
The code at [1] is only looking at the translator name, it should also be checking
against the "name" defined is ExternalSource as sometimes it can be an
"alias" used when multiple translators use the same connection factory, like in
the case of "sqlserver" or "rest"
[1]
https://github.com/teiid/teiid-spring-boot/blob/master/tools/vdb-codegen-...