Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New parameter supported for the following EDS extracts:

  • warehousecashactivity

  • warehousependingtrade

  • warehousetrade

New filter requires 3 parameters:

...

ontology/eagledb-crud-filters.json
ontology/reference/issuerrating.json
expected-results/issuerrating_resource_output.json

SDP-62120 Alter DDL REST API was enhanced to support data type changes

New functionality allows to change the data type of the columns in Alter mode.

For column data type changes supported by Snowflake provider only column type will be changed and column name won’t be changed.
Details on supported data type changes can be found here https://docs.snowflake.com/en/sql-reference/sql/alter-table-column.html

For column data type changes which are not supported by Snowflake provider column with old data type will be renamed to <COLUMN_NAME>_OLD and after that column with new data type will be created with <COLUMN_NAME>

Files changed:

rdf_metadata/rdf_physical_schema_generator.py

SDP-62798 Cache update service was refactored to support new components structure

Cache Update service was refactored to support new data rules components structure.

Cache Update service contributes to microservices approach. Cache Update method was added in Cache Update service and will be deleted in EDS service.

Production Bugs

SDP-63892 The RelativeDelta Function was restored

...