[JBoss JIRA] (TEIIDSB-118) zero precision loaded for java.sql.Timestamp
by Renat Eskenin (Jira)
Renat Eskenin created TEIIDSB-118:
-------------------------------------
Summary: zero precision loaded for java.sql.Timestamp
Key: TEIIDSB-118
URL: https://issues.jboss.org/browse/TEIIDSB-118
Project: Teiid Spring Boot
Issue Type: Bug
Components: datasource, OData
Affects Versions: 1.2.0
Reporter: Renat Eskenin
Attachments: image-2019-09-20-13-30-58-536.png, image-2019-09-20-13-34-56-255.png
I create spring-boot project for translate jdbc connection from vertica JDBC to odata4 REST interface.
When i get request to object with field witch Timestamp type i get the exception:
Request:
GET /vertica-odata-facade/odata/vertica/domain?%24top=1
Response:
{
"error": {
"code": null,
"message": "The value '2019-09-12 09:26:22.323764' is not valid for property 'created_date'."
}
}
This field in vertica
!image-2019-09-20-13-34-56-255.png|thumbnail!
name: created_by_id
type: Timestamp
column size: 26
decimal digits: 6
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 5 months
[JBoss JIRA] (TEIID-5815) Reduce the verbose metadata on Salesforce models
by Ramesh Reddy (Jira)
[ https://issues.jboss.org/browse/TEIID-5815?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-5815.
---------------------------------
Resolution: Done
Added "includeExtensionMetadata` as importer property to control the metadata.
> Reduce the verbose metadata on Salesforce models
> ------------------------------------------------
>
> Key: TEIID-5815
> URL: https://issues.jboss.org/browse/TEIID-5815
> Project: Teiid
> Issue Type: Enhancement
> Components: Salesforce Connector
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Priority: Major
> Fix For: 12.3
>
>
> There are lot of metadata properties on the Salesforce models that are like
> {code}
> teiid_sf:Calculated" 'false',
> teiid_sf:Custom" 'false',
> teiid_sf:Defaulted on Create" 'true'
> {code}
> that are defined on the model, however they are never used by the engine to further process the queries. Thus these are effectively more of annotations then processing instructions for Teiid engine. These in some situations exceeding the limits of the metadata repository.
> Provide an option to not include these in metadata based on a flag
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 6 months
[JBoss JIRA] (TEIID-5815) Reduce the verbose metadata on Salesforce models
by Ramesh Reddy (Jira)
Ramesh Reddy created TEIID-5815:
-----------------------------------
Summary: Reduce the verbose metadata on Salesforce models
Key: TEIID-5815
URL: https://issues.jboss.org/browse/TEIID-5815
Project: Teiid
Issue Type: Enhancement
Components: Salesforce Connector
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 12.3
There are lot of metadata properties on the Salesforce models that are like
{code}
teiid_sf:Calculated" 'false',
teiid_sf:Custom" 'false',
teiid_sf:Defaulted on Create" 'true'
{code}
that are defined on the model, however they are never used by the engine to further process the queries. Thus these are effectively more of annotations then processing instructions for Teiid engine. These in some situations exceeding the limits of the metadata repository.
Provide an option to not include these in metadata based on a flag
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 6 months
[JBoss JIRA] (TEIID-5812) Associate Teiid validation errors with their run time objects for discoverability
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5812?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5812.
-----------------------------------
Resolution: Done
Updated the validation logic to set the path using just the fqn name segment - as we're already scoped to a schema.
> Associate Teiid validation errors with their run time objects for discoverability
> ----------------------------------------------------------------------------------
>
> Key: TEIID-5812
> URL: https://issues.jboss.org/browse/TEIID-5812
> Project: Teiid
> Issue Type: Enhancement
> Components: Query Engine
> Reporter: Ramesh Reddy
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.3
>
>
> The validation errors that are found during the deployment of VDB are currently associated with the Model/Schema object, where they kind of lose the identity of which schema item they belong to.
> It would be good to associate with their respective runtime objects so that they can be easily discoverable
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 6 months
[JBoss JIRA] (TEIID-5814) Add an async vdb loading mode to Teiid
by Steven Hawkins (Jira)
[ https://issues.jboss.org/browse/TEIID-5814?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5814.
-----------------------------------
Fix Version/s: 12.3
Resolution: Done
Refactored the async logic into the common runtime. It will not be used by default with embedded - it needs the async-load vdb property set. We'll leave that as an undocumented option for now.
> Add an async vdb loading mode to Teiid
> --------------------------------------
>
> Key: TEIID-5814
> URL: https://issues.jboss.org/browse/TEIID-5814
> Project: Teiid
> Issue Type: Enhancement
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 12.3
>
>
> To support syndesis usage of embedded, we should have a the multi-threaded metadata load logic moved into a more common place so that not every vdb deployment is blocking.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 6 months