[JBoss JIRA] (TEIIDSB-168) Translator is not found if given name does not match translatorName
by Ramesh Reddy (Jira)
Ramesh Reddy created TEIIDSB-168:
------------------------------------
Summary: Translator is not found if given name does not match translatorName
Key: TEIIDSB-168
URL: https://issues.redhat.com/browse/TEIIDSB-168
Project: Teiid Spring Boot
Issue Type: Bug
Components: core
Affects Versions: 1.0.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 1.4.0
When vdb-code-generator tries to verify the translator name to the dependencies section, it is trying to match the external source name to the translator name. In case if there are multiple sources available for a translator like sqlserver (jtds, mssqlserver) the names will not align.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (TEIID-5898) Wrong force-wsc jar in translator / force.api module 41
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5898?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5898:
----------------------------------
Priority: Critical (was: Major)
> Wrong force-wsc jar in translator / force.api module 41
> -------------------------------------------------------
>
> Key: TEIID-5898
> URL: https://issues.redhat.com/browse/TEIID-5898
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 12.2
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Critical
> Fix For: 13.1, 12.3.2, 13.0.3
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> For some reason between 12.1 and 12.2 the wrong force-wsc began to be picked up in the 41 translator. This was not due to TEIID-5713 as the 12.1.2 kit is correct, so this was likely introduced by the wildfly related refactoring (but it's not clear why).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (TEIID-5898) Wrong force-wsc jar in translator / force.api module 41
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5898?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5898:
----------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
> Wrong force-wsc jar in translator / force.api module 41
> -------------------------------------------------------
>
> Key: TEIID-5898
> URL: https://issues.redhat.com/browse/TEIID-5898
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 12.2
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1, 12.3.2, 13.0.3
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> For some reason between 12.1 and 12.2 the wrong force-wsc began to be picked up in the 41 translator. This was not due to TEIID-5713 as the 12.1.2 kit is correct, so this was likely introduced by the wildfly related refactoring (but it's not clear why).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (TEIID-5898) Wrong force-wsc jar in translator / force.api module 41
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5898:
-------------------------------------
Summary: Wrong force-wsc jar in translator / force.api module 41
Key: TEIID-5898
URL: https://issues.redhat.com/browse/TEIID-5898
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 13.0.3, 13.1, 12.3.2
For some reason between 12.1 and 12.2 the wrong force-wsc began to be picked up in the 41 translator. This was not due to TEIID-5713 as the 12.1.2 kit is correct, so this was likely introduced by the wildfly related refactoring (but it's not clear why).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (TEIID-5897) Update srcclr.yml to on 1.0.x branch to run -Prelease profile
by Van Halbert (Jira)
Van Halbert created TEIID-5897:
----------------------------------
Summary: Update srcclr.yml to on 1.0.x branch to run -Prelease profile
Key: TEIID-5897
URL: https://issues.redhat.com/browse/TEIID-5897
Project: Teiid
Issue Type: Quality Risk
Components: Build/Kits
Reporter: Van Halbert
Assignee: Van Halbert
Update the 1.0.x branch srcclr.yml file so that source clear runs the -Prelease profile and the same dependencies are analyzed that are included when the -Prelease profile is run when the code is released.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (TEIID-5896) enable EXTRACT EPOCH/QUARTER from timestamp
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5896?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5896:
----------------------------------
Original Estimate: 5 hours
Remaining Estimate: 5 hours
Story Points: 1
> enable EXTRACT EPOCH/QUARTER from timestamp
> -------------------------------------------
>
> Key: TEIID-5896
> URL: https://issues.redhat.com/browse/TEIID-5896
> Project: Teiid
> Issue Type: Enhancement
> Components: Grammar
> Affects Versions: 12.3.1
> Reporter: Ken Geis
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 5 hours
> Remaining Estimate: 5 hours
>
> I am connecting to Teiid from Tableau using the JDBC driver and PostgreSQL dialect. I try to drill into a timestamp field, and I get some complaints parsing the SQL. In particular, it has trouble with:
> {code:java}
> EXTRACT(QUARTER FROM the_time)
> EXTRACT(EPOCH FROM the_time)
> {code}
> The docs suggest these datetime components are not supported by Teiid. They are not standard, but supporting them would get me a step closer to running Tableau against Teiid (a killer app!)
> I was able to work around the QUARTER by dismissing the error, drilling down to month, dismissing the error again, then dragging the quarter out of my drill-down.
> I worked around the EPOCH by moving a date difference from being calculated in Tableau to calculating it in Teiid with TIMESTAMPDIFF.
> An alternate I tried was using Tableau's SQL92 dialect, but it issues a "SELECT TOP" clause that is not SQL92 standard and also not supported by Teiid.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month