From 8ad10c5cce9cca80655f484214733959b0008fe1 Mon Sep 17 00:00:00 2001 From: xnuinside Date: Thu, 23 Nov 2023 17:10:23 +0300 Subject: [PATCH] fix workflow name --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e631fa8..3d4b8f4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### About the Airflow Helper -![badge1](https://img.shields.io/pypi/v/airflow-helper) ![badge2](https://img.shields.io/pypi/l/airflow-helper) ![badge3](https://img.shields.io/pypi/pyversions/airflow-helper) ![workflow](https://github.com/xnuinside/airflow-helper/actions/workflows/main.yml/badge.svg) +![badge1](https://img.shields.io/pypi/v/airflow-helper) ![badge2](https://img.shields.io/pypi/l/airflow-helper) ![badge3](https://img.shields.io/pypi/pyversions/airflow-helper) ![workflow](https://github.com/xnuinside/airflow-helper/actions/workflows/ci-tests-runner.yml/badge.svg) It's pretty fresh. Docs maybe not clear yet, keep calm ! I will update them soon :) @@ -64,6 +64,8 @@ I can only guarantee that 100% library works with Apache Airflow versions that a docker run -it xnuinside/airflow-helper:latest --help ``` +1. Example, how to use in docker-compose: example/docker-compose-example.yaml + #### Default settings All arguments that required in cli or Python code have 'default' setting, you can check all of them in file 'airflow_helper/settings.py'