1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. ETL and ELT in Python

Connected

Exercises

Running a data pipeline end-to-end

It's important to monitor the performance of a pipeline when running in production. Earlier in the course, you explored tools such as exception handling and logging. In this last exercise, we'll practice running a pipeline end-to-end, while monitoring for exceptions and logging performance.

คำแนะนำ 1 / 3

undefined XP
    1
    2
    3
  • From the pipeline_utils.py file, import the extract(), transform(), and load() functions.