Skip to content

Commit 18b3bfa

Browse files
committed
docs: update docs for new dag fetch method
1 parent d20fed5 commit 18b3bfa

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
Configuration of [Apache Airflow](https://airflow.apache.org/) for the Climate Action Secretariat projects.
44

5-
This repository contains the docker images, helm charts, and DAGs required to automate various workflows for the CAS team.
5+
This repository contains the docker images, helm charts, and Dags required to automate various workflows for the CAS team.
66

7-
## DAGs
7+
## Dags
88

9-
The dags directory contains the various workflows (Directed Acyclic Graphs)
9+
The dags directory contains the various workflows (Directed acyclic graphs)
10+
11+
## Adding Dags
12+
13+
Dags are automatically loaded from git repositories defined in the helm chart values under `airflow.dagProcessor.dagBundleConfigList`. These have been set up to fetch from the `dags/` directory in each repository, from the `develop` branch for `-dev` and `main` (`master` for older repos) for `-prod`.
1014

1115
### Running tasks using the Kubernetes executor and KubernetesPodOperator
1216

@@ -52,7 +56,7 @@ git clone git@github.com:bcgov/cas-airflow.git ~/cas-airflow && cd $_
5256
git submodule update --init
5357
```
5458

55-
This repository contains the DAGs as well as the helm chart.
59+
This repository contains the Dags as well as the helm chart.
5660
It submodules airflow through the cas-airflow-upstream repository, to use its helm chart as a dependency - and will eventually reference the official airflow instead.
5761

5862
### Getting started

0 commit comments

Comments
 (0)