Este documento compartilha o Release Notes relacionado à plataforma Carol - 3.20 e 3.21.1 (deployment semanal semana 31/2020).


Carol Platform

Activity Management

Activity Management and link to explore (https://trello.com/c/TgKdnN9G)

Activity Management and mute feature (https://trello.com/c/FDiYb9cv)

Activity Management is showing tasks to delete CDS golden records (https://trello.com/c/43K5mI6f)

Activity Management: new version (https://trello.com/c/BGsyTEge)

Billing

Running Jupyter Instances report (https://trello.com/c/lQbOWOnA)

Carol App

Carol App Metrics for Online Apps (https://trello.com/c/BEnuEAdU)

Carol App: left menu showing dev apps and installed apps (https://trello.com/c/1HFeXNj6)

Carol App: manifest with args parameter (https://trello.com/c/6CM43ksE)

Error creating a new Carol App version - after removing a connector. (https://trello.com/c/3TxH7GeW)

It has fixed a problem when creating a new Carol App version. This problem affects environments with a connector that was already deployed and removed. When creating new versions, Carol was failing to complete the task.

Data Access Level

Contains one of the values not working correctly on Data Access Level (https://trello.com/c/a7oITSs6)

Data Journey

Data Journey Available (https://trello.com/c/T8m66XnS)

Now Data Journey is available officially. You can explore the whole pipeline in a single UI and perform the most frequent actions on it.

Data Model

Data Model is keeping records when deleting it (https://trello.com/c/9IxUfrDe)

Data Processing

Staging data Sample Data not showing values for columns (https://trello.com/c/lcLOgQJS)

Data Processing: connector not found (https://trello.com/c/y9mmtMke)

It has fixed a situation that was causing reprocessing tasks to fail with the error that the connector is not found.

Data Processing: duplicated staging records (https://trello.com/c/YiPfbSTO)

It has fixed a problem causing duplicate staging records.

Data Processing: it is not merging golden records correctly (https://trello.com/c/YxoF23e3)

It has fixed a problem causing Carol to do not apply the survivorship rule correctly when merging golden records. Eventually, the wrong values were surviving.

Explore

Explore allows filtering rejected records by all rejected reasons (https://trello.com/c/7YpRXipn)

The isEmpty filter not working for base64 fields (https://trello.com/c/ENsUqqxD)

Organization

Organization and Environment home page: showing storage for CDS and RT (https://trello.com/c/Cyh9bv7N)



<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}

.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after { 
	background: #FF9900; !important 
}

.menu-item.active-tab { 
	border-bottom: none !important; 
}

</style>