I am having trouble finding the appropriate REST API to access the data that I have just posted to a continuous load manipulating only basic entities. It seems that the {entity}/SA and {entity}/SA4L({loadId}) will only display the data once the continuous load is actually triggered.
Did I miss something ?
Thanks for the help.
Background info
I have a continuous load PerformChanges (32) that runs every 10 seconds and uses a job that contains a single entity: Person.
Hope is clear and don't hesitate if need more explanation.
Take care.
S
Stephanie Fourrier
said
6 months ago
Answer
Hey Slah !
If the purpose is to query the data in a second Rest API call, this is not supported for continuous loads. Please see the documentation :
Stéphanie.
S
Slah.kamel
said
15 days ago
Hi guys,
I am still struggling with this problem. Is there any way I can access the data submitted to a continuous load before this load is processed out of the queue ?
Any creative workaround (other than write you own SQL) is welcome.
Slah.kamel
Hi community,
I am having trouble finding the appropriate REST API to access the data that I have just posted to a continuous load manipulating only basic entities. It seems that the {entity}/SA and {entity}/SA4L({loadId}) will only display the data once the continuous load is actually triggered.
Did I miss something ?
Thanks for the help.
Background info
I have a continuous load PerformChanges (32) that runs every 10 seconds and uses a job that contains a single entity: Person.
1. Send request to the continuous load:
2. Accessing either http://localhost:8088/semarchy/api/rest/query/MyDataLoc/Person/SA?$f=LoadID=32 or http://localhost:8088/semarchy/api/rest/query/MyDataLoc/Person/SA4L(32) does not show the record I have just posted.
Hey Slah !
If the purpose is to query the data in a second Rest API call, this is not supported for continuous loads. Please see the documentation :
Stéphanie.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstAymen Ben Rabah
Hi there,
Using a rest api call to integrate data in a continuous load, you need to set the value of the continuous load in the endpoint url :
Hope is clear and don't hesitate if need more explanation.
Take care.
Stephanie Fourrier
Hey Slah !
If the purpose is to query the data in a second Rest API call, this is not supported for continuous loads. Please see the documentation :
Stéphanie.
Slah.kamel
Hi guys,
I am still struggling with this problem. Is there any way I can access the data submitted to a continuous load before this load is processed out of the queue ?
Any creative workaround (other than write you own SQL) is welcome.
Thanks again!
-Salah
-
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 58 topics