We want to maintain a full history of our 'Done' tasks.
The DONE section of the Inbox displays 50 records at a time. As a new batch is completed, the older batches fall off the list.
If you are looking for the Load ID and status of the loads. you can run this query directly in the database.
select loadid, status, credate, updator, upddate from dev4_repo.mta_integ_load mil where creator ='<username>'
Fathia Jama
We want to maintain a full history of our 'Done' tasks.
The DONE section of the Inbox displays 50 records at a time. As a new batch is completed, the older batches fall off the list.
If you are looking for the Load ID and status of the loads. you can run this query directly in the database.
Fathia Jama
The DONE section of the Inbox displays 50 records at a time. As a new batch is completed, the older batches fall off the list.
If you are looking for the Load ID and status of the loads. you can run this query directly in the database.
-
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
-
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