Aan de slagBegin gratis

Unit testing a task function

The key to unit testing Airflow code is extracting the business logic from @task functions into standalone Python functions that can be tested without running Airflow. Your team has done this with the clean_record function in dags/data_cleaning.py, which strips whitespace from names and lowercases emails.

You'll complete the unit tests for this function.

Deze oefening maakt deel uit van de cursus

Building Data Pipelines with Airflow

Bekijk cursus

Interactieve oefening met praktijkervaring

Zet theorie om in actie met een van onze interactieve oefeningen

Begin oefening