[teiid-issues] [JBoss JIRA] (TEIIDSB-46) Support override translators

Steven Hawkins (Jira) issues at jboss.org
Sat Mar 2 08:02:00 EST 2019


     [ https://issues.jboss.org/browse/TEIIDSB-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins reopened TEIIDSB-46:
-----------------------------------


This added support for custom translator, not for override -

{code}
CREATE FOREIGN DATA WRAPPER postgresql;

CREATE FOREIGN DATA WRAPPER "pg-override" TYPE postgresql OPTIONS (PostGisVersion '2.0');
{code}

Do you want to change this issue to be for custom translators, and open a new one for override?

> Support override translators
> ----------------------------
>
>                 Key: TEIIDSB-46
>                 URL: https://issues.jboss.org/browse/TEIIDSB-46
>             Project: Teiid Spring Boot
>          Issue Type: Enhancement
>            Reporter: Steven Hawkins
>            Assignee: Ramesh Reddy
>            Priority: Major
>             Fix For: 1.0.3
>
>
> Override translators will need supported especially for migration scenarios.   By default the current logic will map ddl overrides to the corresponding vdb xml equivalents, which will then trigger a failure to deploy.  So things will need to be overriden to map the override to actually installing the translator (there is already an EmbeddedServer method for that given a translator type and properties).



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the teiid-issues mailing list