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
Stéphanie FOURRIER
said
over 1 year 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
almost 1 year 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.
Thanks again!
-Salah
r
r.chollet@lacroix.group
said
10 months ago
Hi Salah,
Just to understand, why do you want access the data submitted ?
I think you can not use this API on Continuous Load because the records are assigned to a new load_id by the Continuous Load. You push data on load id 32 but the CL (or engine) assigns data another (next) load id.
If necessary to access the data submitted, you can maybe use an action "CREATE_LOAD_AND_SUBMIT" instead of a continuous load :
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.
Stéphanie 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
r.chollet@lacroix.group
Hi Salah,
Just to understand, why do you want access the data submitted ?
I think you can not use this API on Continuous Load because the records are assigned to a new load_id by the Continuous Load.
You push data on load id 32 but the CL (or engine) assigns data another (next) load id.
If necessary to access the data submitted, you can maybe use an action "CREATE_LOAD_AND_SUBMIT" instead of a continuous load :
And the response contains the load id
Regards,
Romain.
1 person likes this
-
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