Skip to content

Commit ea801e2

Browse files
author
Bharathi Selvaraj
committed
Fix acrolinx issues
1 parent 1509ff9 commit ea801e2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/energy-data-services/how-to-register-external-data-services.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@ ms.date: 03/14/2024
1111

1212
---
1313
# How to register an external data source with Azure Data Manager for Energy?
14-
This article explains how to register an external data source with Azure Data Manager for energy to fetch and ingest metadata at scheduled intervals and retrieve bulk data on demand.
14+
This article explains how to register an external data source with Azure Data Manager for energy. External data services allow you to fetch and ingest data (metadata) from external data sources. It also allows you to retrieve bulk data on demand.
1515

1616
## Prerequisites
1717
- Download and import API [collection](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M20/QA_Artifacts_M20/eds_testing_doc/EDS_Ingest_M20_Pre-Shipping_Setup_and_Testing.postman_collection.json?ref_type=heads) and [environment](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M20/QA_Artifacts_M20/envFilesAndCollections/envFiles/OSDU%20R3%20M20%20RI%20Pre-ship.postman_environment.json?ref_type=heads) files into API test client (like Postman). Make appropriate modifications in environment based on your data source.
1818
- Refer **Section 2.2** in [osdu-eds-data-supplier-enablement-guide](https://gitlab.opengroup.org/osdu/r3-program-activities/docs/-/raw/master/R3%20Document%20Snapshot/23-osdu-eds-data-supplier-enablement-guide.pdf) for details on Data source Registration.
19-
- Review **Connected Source Registry Entry (CSRE)** and **Connection Source Data Job (CSDJ)** sections in [EDS_Documentation-1.0.docx](https://gitlab.opengroup.org/osdu/subcommittees/ea/projects/extern-data/docs/-/blob/master/Design%20Documents/Training/EDS_Documentation-1.0.docx) to understand the various parameters used in data
20-
source registration.
21-
- To run EDS, the user must be a member of `service.eds.user` entitlements group. Additionally, to access Secret service, the user should be a member of the following entitlements:
22-
- `service.secret.viewer`
23-
- `service.secret.editor`
24-
- `service.secret.admin`
19+
- Review **Connected Source Registry Entry (CSRE)** and **Connection Source Data Job (CSDJ)** sections in [EDS_Documentation-1.0.docx](https://gitlab.opengroup.org/osdu/subcommittees/ea/projects/extern-data/docs/-/blob/master/Design%20Documents/Training/EDS_Documentation-1.0.docx) to understand the various parameters used in data source registration.
20+
- To run EDS, the user must be a member of `service.eds.user` entitlements group. Additionally, to access Secret service, the user should be a member of the following entitlements: `service.secret.viewer`, `service.secret.editor`, `service.secret.admin`.
2521

2622
## EDS Fetch and Ingest workflow
2723
Execute the APIs in the following collections to register your external data source that runs EDS Fetch and Ingest workflow on a schedule:
@@ -55,7 +51,7 @@ OEPAirFlowTask
5551
Use **getRetrievalInstructions** API in `005: Dataset Service collection` to retrieve bulk data from external data source on demand.
5652

5753
## References
58-
* [External data services faq](faq-energy-data-services.yml#external-data-services)
54+
* [External data services FAQ](faq-energy-data-services.yml#external-data-services)
5955
* [EDS documentation 1.0](https://gitlab.opengroup.org/osdu/subcommittees/ea/projects/extern-data/docs/-/blob/master/Design%20Documents/Training/EDS_Documentation-1.0.docx)
6056
* [EDS M18 release notes](https://community.opengroup.org/osdu/governance/project-management-committee/-/wikis/M18-Release-Notes#external-data-services-eds)
6157
* [EDS Postman collection](https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M20/QA_Artifacts_M20/eds_testing_doc/EDS_Ingest_M20_Pre-Shipping_Setup_and_Testing.postman_collection.json?ref_type=heads)

0 commit comments

Comments
 (0)