This script can create schedules in OCI Data Integration from a tab delimited file or task schedules. The workspace ocid and application key are passed as parameters. The schedules and task schedules are created in this application/workspace and the referenced tasks and schedules are within it. This depends on the OCI Python SDK which is available in the OCI Console Cloud Shell preconfigured or can be installed locally (see here for details).
Save the Python file create_task_schedules.py into your client (easiest is Cloud Shell), then save same tsv file(s) for your schedules or task schedules. If you have the OCI Python SDK installed which is already inst