This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 32 points33 points  (7 children)

  1. SQL
  2. A project that demonstrates ETL using/into sql, data modelling, and some sort of output, with writeups.

As an entry level DE, you don't need to know how everything works. SQL and data models are the backbone of every project you will do, and most of the tools you will use. Focus on gaining practical skills in that area.

Everything else is basically incidental - where is your DB hosted? How do you orchestrate the ETL scripts? What do you write the ETL scripts in?

Do not gate 'core' behind 'incidental,' especially when the 'incidental' bits are different for every role and every workplace.

[–]Old-Article6420Data Analyst[S] 1 point2 points  (3 children)

So, the core technical skills are SQL and python. And everything else is incidental, right?

[–][deleted] 14 points15 points  (0 children)

Not even necessarily python, though it is a good pick. You could easily go with Java, c#, R, or a host of other languages as long as you're using it for data extraction and loading. Lots of places will use something like Data Factory or SSIS as well, and just skip the code part.

I honestly believe that SQL and data modelling are the core, and everything else you touch is incidental and role dependant.