Is there any way of getting a reliable count of the actual golden records inserted/updated by a load in
a) a Notification policy
b) through the API (count records from a named query, not from a single entity) ?
Best Answer
S
Subham Dixit
said
about 2 years ago
For notifications, the volume by transaction types (available in notification properties) are calculated for all steps of integration jobs. So it doesn't match your requirement.
For REST API, I think you can try to use these expressions based on standard API:
Get Count of GD Creation : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate=CreationDate
Get Count of GD Update : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate>CreationDate
1 Comment
S
Subham Dixit
said
about 2 years ago
Answer
For notifications, the volume by transaction types (available in notification properties) are calculated for all steps of integration jobs. So it doesn't match your requirement.
For REST API, I think you can try to use these expressions based on standard API:
Get Count of GD Creation : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate=CreationDate
Get Count of GD Update : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate>CreationDate
Subham Dixit
Is there any way of getting a reliable count of the actual golden records inserted/updated by a load in
a) a Notification policy
b) through the API (count records from a named query, not from a single entity) ?
For notifications, the volume by transaction types (available in notification properties) are calculated for all steps of integration jobs. So it doesn't match your requirement.
For REST API, I think you can try to use these expressions based on standard API:
Get Count of GD Creation : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate=CreationDate
Get Count of GD Update : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate>CreationDate
Subham Dixit
For notifications, the volume by transaction types (available in notification properties) are calculated for all steps of integration jobs. So it doesn't match your requirement.
For REST API, I think you can try to use these expressions based on standard API:
Get Count of GD Creation : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate=CreationDate
Get Count of GD Update : <baseurl>/api/rest/count/<datalocation>/<entity>/GD?$f=BatchID=<batch_id> and UpdateDate>CreationDate
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 72 topics