Created
December 13, 2020 09:13
-
-
Save audhiaprilliant/3a0deaf50fd163be8b21000b11dfdc3e to your computer and use it in GitHub Desktop.
Apache Airflow as Job Orchestration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set up the dependencies | |
| task_start >> summary_scraping >> summary_save >> provinces_scraping | |
| provinces_scraping >> provinces_save >> send_email >> send_telegram >> finish_start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment