Is there a way to use minion based ingestion to re...
# getting-started
a
Is there a way to use minion based ingestion to replace single segments? like what I'm trying to is: • let's say a segment (
my-table_0_10_0
) points at parquet file in s3
<s3://my-bucket/data/part-0000-abc.parquet>
• I'd like to replace that segment; I have REST API access to everything, but can't exec into my controller or anything like that. • My table has, let's say 100 segments • If I just replace that file and rerun minion based ingestion via my tables
SegmentGenerationAndPush
task, it's going to kick off 100 tasks, which I don't really want to do, since that'll take a while and I just want my one segment So is there a way to kick off only the subtask for that single file/segment?