-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.6-CR1
When building a VDB with a MySQL source and mysql5 specified as foreign data wrapper, the following error is thrown in the build pod:
[ERROR] Failed to execute goal org.teiid:vdb-codegen-plugin:1.3.2.fuse-760002-redhat-00001:vdb-codegen (codegen) on project bqt-mysql-55: Error running the vdb-codegen-plugin. No Translator found with name:mysql5 -> [Help 1]
Interestingly, after changing the foreign data wrapper line to
CREATE FOREIGN DATA WRAPPER mysql;
it deploys ok and works, even though the create server line still says
CREATE SERVER bqt FOREIGN DATA WRAPPER mysql5;
- is related to
-
TEIIDSB-168 Translator is not found if given name does not match translatorName
- Resolved