ALTER ROUTINE LOAD
ALTER ROUTINE LOAD alters a Routine Load job that is in the PAUSED
state. You can execute PAUSE ROUTINE LOAD to pause a Routine Load job.
After successfully altering a Routine Load job, you can:
- Check the modifications made to the Routine Load job by using SHOW ROUTINE LOAD.
- Resume the Routine Load job by using RESUME ROUTINE LOAD.
You can manage Routine Load jobs that run on StarRocks tables only as a user who has the INSERT privilege on those StarRocks tables. If you do not have the INSERT privilege, follow the instructions provided in GRANT to grant the INSERT privilege to the user that you use to connect to your StarRocks cluster.
Syntax
ALTER ROUTINE LOAD FOR [<db_name>.]<job_name>
[load_properties]
[job_properties]
FROM data_source
[data_source_properties]