Skip to content

Commit

Permalink
#1116 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol committed Feb 6, 2025
1 parent 01367b0 commit d1d9fd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion gis/gccview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [Data Pipeline](#data-pipeline)
* [Adding new layers to GCC Puller DAG](#adding-new-layers-to-gcc-puller-dag)
* [Manually fetch layers](#manually-fetch-layers)
* [Manually fetch layers using Airflow DAG](#manually-fetch-layers-using-airflow-dag)

## Overview

Expand Down Expand Up @@ -158,4 +159,11 @@ Example of pulling the city_ward layer (partitioned) to the gis_core schema.

```python
python3 bdit_data-sources/gis/gccview/gcc_puller_functions.py --mapserver 0 --layer-id 0 --schema-name gis_core --con db.cfg --is-audited --primary-key area_id
```
```

## Manually fetch layers using Airflow DAG

You can also manually fetch layers using the Airflow DAG with custom parameters. Simply press `Trigger DAG w/ config` and input the layer details.

![alt text](img/trigger.png)
![alt text](img/airflow_params.png)
Binary file added gis/gccview/img/airflow_params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gis/gccview/img/trigger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1d9fd1

Please sign in to comment.