Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


SDP-75727 Regression issue with SDP-68320

Regression issue with EDS accessing data in footer

There was a regression issue in June 2023 MC2 release regarding enhancement made under

SDP-68320 Allow users to access data that is stored in footer


SDP-75671 OLAP REST API - Implement ODBC Driver Upgrade

OLAP REST API upgraded to use ODBC driver

OLAP REST API has to upgrade to ODBC driver ojdbc6-11.2.0.jar which was downloaded through eagle-spring-boot-starter as dependency. Its updated from eagle-spring-boot-starter to cmp-mc2-spring-boot-starter, version: "1.0.11", this version has ojdbc10-19.3.0.0.jar as dependency . There is no functional changes in Pace-reportservice.


SDP-75499 Issue with producing empty output file when using EDS pipe

Enabled empty output files with EDS pipes

Enabled use of allowemptyfiles attribute in custom resource definition for pipes.

This attribute indicates that an empty result file should be produced instead of returning a NO_DATA status.

Example:

"pipes_def":[
["pipe", "STEP", {}, ["ActionType","'EBS'","FeedType","'sdp75499_example_mmap_custom'","OutputFormat","'EagleML'",
"allowemptyfiles","'y'",
"OutputFormatDialect","'

{\"delimiter\":\"|\",\"rowdelimiter\":\"\\\\n\",\"hasheader\":\"Y\"}

'"],["True"]]
]


SDP-75102 Enable ontology to handle forward slash in source field name

Forward slash escaping logic was enhanced

For columns with / in the name escaping logic was enhanced

Escaping logic was added to the taxonomy of the transparent rules, so in case of transparent rule column will be correctly mapped to the column with the escaped name

Escaping char was changed from | to ~ to prevent issues with the mapping, as data rules use 2 | symbols, e.g. |column_name|, to separate one column name from another in the processing rule, so third | char in the middle of the column name was breaking column names parsing logic


SDP-50438 Improve error message when vendor_credentials.json file is missing

Returning informative error message in case of missing vendor credentials

Returning informative error message in case of missing vendor credentials

  • No labels