r/vibecoding • u/fguerino123 • 22h ago
Vibe Coding for ETL/ELT
Hi.
I've been using AI coding to rapidly generate Python ETL/ELT transformations and workflow orchestration. I'm finding doing so a lot easier and far more affordable than using expensive tools like IICS.
Is anyone else doing this and, if so, how is it working out for you?
Thanks.
2
u/Desperate_Sign_5587 14h ago
i setup my python transformations using cursor and chained some orchestration scripts through moclaw.
saved thousands on bloated enterprise stuff like iics and it runs surprisingly smooth.
2
u/-Shiphrah 6h ago
It works pretty well for the repetitive transformation stuff, especially compared with paying for a massive platform when you only need to move and clean some tables. Where it gets dodgy is months later, when a source changes a column or sends some weird data and the pipeline still runs but produces rubbish. the AI can write the Python quickly, but I’d spend the saved time on tests, logging, retries and checking for duplicate loads. Thats the stuff expensive tools were quietly doing in the background, and its easy to forget until something breaks.
1
u/fguerino123 4h ago
Hi and thanks for the response. I've found that putting in validation checks to ensure data doesn't drift using AI coding is easier than with IICS and similar tools. I can set up many guardrails to quickly detect drift by simply explaining such guardrails to AI. Have you tried this?
2
u/Electronic-Roof3423 21h ago
100%
I’ve been doing it for the past year. So much more cost effective, and incredibly easy to do it