Hi,
Virtual DataPort provides an API to develop custom stored procedures using Java for any out of box use case. Hence, for your scenario, you can create a custom Stored Procedure and create a [Time based scheduler job](https://community.denodo.com/docs/html/browse/8.0/en/scheduler/administration/creating_and_scheduling_jobs/configuring_new_jobs/time-based_job_scheduling_section#time-based-job-scheduling-section) using the Denodo Scheduler.
To get more information related to custom Stored Procedures, you can refer to the following sections,
* [DEVELOPING STORED PROCEDURES](https://community.denodo.com/docs/html/browse/8.0/en/vdp/developer/developing_extensions/developing_stored_procedures/developing_stored_procedures#developing-stored-procedures).
* [Java documentation](https://community.denodo.com/docs/html/browse/8.0/en/vdp/javadoc/com/denodo/vdb/engine/storedprocedure/package-summary.html)
Hope this helps!