Shubham Kawade
02/06/2025, 9:11 AM--force
flag, what will happen?
I am running meltano commands as python subprocesses insided MageAI. I have notices that while Mage sometimes shows that the block execution is completed, I see that the table is not updated. This has started happening since I started running multiple meltano jobs at the same time, with --force
flagEdgar Ramírez (Arch.dev)
02/06/2025, 7:31 PMI see that the table is not updated.which table is that?
Shubham Kawade
02/07/2025, 3:03 AMtap-A-to-target=B
and I am running it with one stream at a time (with a single python subprocess command per stream)
I have --force flag in the command and all the mage python blocks (one stream - one python subprocess per block) are executed at the same time.
In this case if I am triggered 5 such blocks, all will result in success, but not all the destinations would have updates (and I checked, there are newer records available at the source which were not loaded). I speculate that somehow the --force flag is killing a previous data load job that might be runningEdgar Ramírez (Arch.dev)
02/07/2025, 3:26 AMShubham Kawade
02/07/2025, 7:29 AM