Hacker News new | ask | show | jobs
by daemond 1071 days ago
The author believes that SQL is the core competency of Data Engineering. Now that ChatGPT can translate natural language into good SQLs. So Data Engineering is going to be retired?
1 comments

I think it will change or alleviate the tedium of the boring bits of exploring a dataset, figuring out if the dataset can join to another dataset in the way you thought of first, and writing a few of the dashboards.

Hopefully it means I can dig into the real problem (correctness, idempotency, and performance) rather than the tedious implementation.