🧠 Second Brain
Search
The role of a data engineer
In order to get high-quality and frequently updated data sets, it is important to distinguish between data pipelines that are done and cleaned by data engineers and all the others that are mostly exploratory. We at Airbus use a folder that is called “cleaned” and all data sets produced there are constantly updated, documented, and of the highest quality. Based on these data sets you create your own. We use the data lake solution Palantir Foundry (brand name of Airbus: Skywise) which provides you with a map where you see the data lineage easily. Documentation and metadata to each data set are crucial as otherwise, you lose the overview of your data, which is also one main task of a data engineer.
# Services that a data engineer provides
Another important task or service that a data engineer provides is automation which data scientists or data analysts do manually. A good overview of what tasks this includes is provided by Maxime Beauchemin, the founder of Apache Airflow, a tool that helps a data engineer to lift the majority of tasks mentioned:
- data ingestion: services and tooling around “scraping” databases, loading logs, fetching data from external stores or APIs, …
- metric computation: frameworks to compute and summarize engagement, growth, or segmentation-related metrics
- anomaly detection: automating data consumption to alert people that anomalous events occur or when trends are changing significantly
- metadata management: tooling around allowing generation and consumption of metadata, making it easy to find information in and around the data warehouse
- experimentation: A-B Testing and experimentation frameworks are often a critical piece of a company’s analytics with a significant data engineering component to it
- instrumentation: analytics starts with logging events and attributes related to those events, data engineers have vested interests in making sure that high-quality data is captured upstream
- dependencies: pipelines that are specialized in understanding series of actions in time, allowing analysts to understand user behaviors"
While the nature of the workflows that can be automated differs depending on the environment, the need to automate them is common across the board—Maxime Beauchemin.
More on the Data Roles (Data Engineer).
Origin:
Data Engineering, the future of Data Warehousing? | ssp.sh
References: Data Engineering, The role of a data engineer, When is a data engineer needed