Completed
Intro -
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Automating Data Pipelines with Python and GitHub Actions - Code Walkthrough
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro -
- 2 Motivation -
- 3 2 Ways to Automate -
- 4 Way 1: Orchestration Tool -
- 5 Way 2: Python + Triggers -
- 6 GitHub Actions -
- 7 Example Code: Automating ETL Pipeline -
- 8 1 Create ETL Python Script -
- 9 2 Create GitHub Repo -
- 10 3 Create Workflow .yml File -
- 11 4 Add Repo Secrets -
- 12 5 Commit and Push -
- 13 Final ML App -