update README

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2023-10-31 14:46:14 +01:00
parent 7fcaabf62b
commit f692d438cf
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
1 changed files with 0 additions and 11 deletions

View File

@ -17,17 +17,6 @@ This repository contains:
The DBT models run in some DAG are stored in [`dbt-models`](https://github.com/status-im/dbt-models).
# Examples
Simple working DAGs taken from Airflow documentation:
* [`bash_commands.py`](examples/bash_commands.py) - Use of `BashOperator` and simple layout.
* [`task_decorator.py`](examples/task_decorator.py) - More complex layout with `DummyOperator`.
* [`task_generator.py`](examples/task_generator.py) - Semi-dynamic way to generate tasks.
* [`taskflow_api.py`](examples/taskflow_api.py) - `SimpleHttpOperator` and `EmailOperator`.
These were researched in [infra-bi#1](https://github.com/status-im/infra-bi/issues/1). More examples are always welcome.
# Continuous Integration
Changes pushed to `master` are automatically fetched to our Airflow instance by the [`airflow-webhook`](https://github.com/status-im/infra-bi/tree/master/ansible/roles/airflow-webhook) service.