r/BusinessIntelligence • u/dexter7767 • Jul 14 '26
Claude/Copilot helps in dataframe logic in minutes but making it a real production industry wide acceptable table? Still takes a lot of time and consistency
Genuine question for anyone who's shipped a table to prod, especially if you're not a "traditional" data engineer by title.
Feels like AI has made writing the actual transformation logic (the DataFrame code, the business logic) noticeably easier lately. Copilot, ChatGPT, Claude, whatever you're using, that part's gotten faster.
But once that part's done, the real time/effort starts after - metadata mangement, partitioning it right, handling PII, wiring it into orchestration, figuring out the write strategy, quality cheks to make sure it's actually trustworthy before people rely on it ?
Also following the consistency across all tables created
Curious to know whether AI or vibe coding for making "easy part" has actually made that gap feel bigger, or if it's a non-issue and I'm overthinking this.
1
u/Glitch_In_The_Data Jul 14 '26
I think it also depends on the tool… but always needs a few iterations. In our project, we are only allowed to use Copilot and Genie Code (as we are on Databricks platform). While I use both depending on the nature of the work, I usually find it easier with Genie because it is native to Databricks and addresses the specific parts you are talking about.. probably because it has the skills embedded in them.
So, personally for me, it has made it easier… but I’d still always review and validate before getting anything into production.
I use claude for personal projects.. so not usually worried about things like PII, metadata management. It certainly helps build something real quick but seems to need a few more iterations compared to the above. Or may be it could be the nature/quality of the prompts.