Ashwin Raja
02/11/2023, 2:41 AMmy-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?