Ingest COVID-19 Data into Azure Blob Storage

Example DAG from the Astronomer Azure Operators tutorial to ingest sample COVID-19 tracking data into Azure Blob Storage and setting up email alerts after workflow completion.

StorageBig Data & Analytics


Providers:

Modules:

Last Updated: Aug. 26, 2021

Run this DAG

1. Install the Astronomer CLI:Skip if you already have our CLI

2. Download the repository:

3. Navigate to where the repository was cloned and start the DAG:

azure-operator-tutorials

This repo contains an Astronomer project with multiple example DAGs showing how to use Azure service operators in Airflow.

DAG Overview

This repo contains DAGs to interact with the following Azure services. Links will direct you to a detailed guide walking through how to use the operators.

Getting Started

The easiest way to run these example DAGs is to use the Astronomer CLI to get an Airflow instance up and running locally:

  1. Install the Astronomer CLI
  2. Clone this repo somewhere locally and navigate to it in your terminal
  3. Initialize an Astronomer project by running astro dev init
  4. Start Airflow locally by running astro dev start
  5. Navigate to localhost:8080 in your browser and you should see the tutorial DAGs there