data-engineer-handbook
data-engineer-handbook copied to clipboard
This is a repo with links to everything you'd ever want to learn about data engineering
https://github.com/DataExpert-io/data-engineer-handbook/pull/73
Hello, I'm writing a monthly newsletter about data, engineering and design (+1k sub). Also adding 2k+ LinkedIn account where I post every week Cheers, Ben
Added 2 Whitepapers to the Data Engineering Whitepapers section: 1. Xtable in Action - This whitepaper explains Xtable - the architecture, components, etc. An abstraction to interchange between different table...
Within the script `lecture-lab/players.sql` the column name and the field this is switched, so the scripts fails while running: ``` ... CREATE TYPE scoring_class AS ENUM ('bad', 'average', 'good', 'star');...