Update Release Notes authored by Mohammad Malekmakan's avatar Mohammad Malekmakan
...@@ -16,11 +16,11 @@ OSDU R3 Milestone 7 is released on Aug 13, 2021 (tentative). For detailed servic ...@@ -16,11 +16,11 @@ OSDU R3 Milestone 7 is released on Aug 13, 2021 (tentative). For detailed servic
* [Multi-thread Optimization](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/26) Every record being read and added as a task to an executor service, where it is enriched and stored with other records Parallelly. * [Multi-thread Optimization](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/26) Every record being read and added as a task to an executor service, where it is enriched and stored with other records Parallelly.
* [ID Generation Standard](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/25) ID is being generated based on OSDU standard now ( `<authority/data-partition-id>:<source>:<entity-type>:<base64-of-xosdu-natural-keys>`). * [ID Generation Standard](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/25) ID is being generated based on OSDU standard now ( `<authority/data-partition-id>:<source>:<entity-type>:<base64-of-xosdu-natural-keys>`).
* [Relationship Enhancement](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/24) In the file metadata record, the `EhxtensionProperties` block now can be used to offer extra details for ingestion and to provide relationship(Schema/Data) information. * [Relationship Enhancement](https://community.opengroup.org/osdu/platform/data-flow/ingestion/csv-parser/csv-parser/-/issues/24) In the file metadata record, the `EhxtensionProperties` block now can be used to offer extra details for ingestion and to provide relationship(Schema/Data) information.
* `Manifest-based ingestion` performance improvements: * `Ingestion`
* [Add cache for Search ID handler](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags/-/issues/62) * `Manifest-based Ingestion` Performance improvements by adding cache for Search ID handler. [Find out more](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags/-/issues/62)
* `Ingestion`Airflow 2.0 migration (In progress): * `Airflow 2.0 Migration` (In progress):
* [Implement code changes for WITSML DAG to be compatible with Airflow 2.0](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags/-/issues/61) * Changes for WITSML DAG to be compatible with Airflow 2.0. [Read more](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags/-/issues/61)
* [Implement code changes for Manifest-based ingestion DAG to be compatible with Airflow 2.0](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags/-/issues/60) * Changes for Manifest-based ingestion DAG to be compatible with Airflow 2.0.[ Read more](https://community.opengroup.org/osdu/platform/data-flow/ingestion/ingestion-dags/-/issues/60)
* `Python SDK` * `Python SDK`
* Supporting Entitlement v2 * Supporting Entitlement v2
* Entitlement CLI is added * Entitlement CLI is added
... ...
......