diff --git a/.github/workflows/trigger-airflow2-docker.yml b/.github/workflows/trigger-airflow2-docker.yml index 4eff519..ea51bc8 100644 --- a/.github/workflows/trigger-airflow2-docker.yml +++ b/.github/workflows/trigger-airflow2-docker.yml @@ -14,5 +14,5 @@ jobs: uses: peter-evans/repository-dispatch@v1 with: token: ${{ secrets.AIRFLOW2_DOCKER_TOKEN }} - repository: economiagovbr/airflow2-docker + repository: gestaogovbr/airflow2-docker event-type: update-dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b03ce4..c14a806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Here are only the breaking and most significant changes. For a full account of changes, please see the -[commit history](https://github.com/economiagovbr/FastETL/commits/main). +[commit history](https://github.com/gestaogovbr/FastETL/commits/main). ## 0.0.4 diff --git a/LEIAME.md b/LEIAME.md index 5cfde65..11be5f8 100644 --- a/LEIAME.md +++ b/LEIAME.md @@ -8,7 +8,7 @@ This text is also available in English: 🇬🇧[README.md](README.md). --- -[![CI Tests](https://github.com/economiagovbr/FastETL/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/economiagovbr/FastETL/actions/workflows/ci-tests.yml) +[![CI Tests](https://github.com/gestaogovbr/FastETL/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/gestaogovbr/FastETL/actions/workflows/ci-tests.yml) O **FastETL** é um pacote de plugins do Airflow para construção de pipelines de dados para uma variedade de cenários comuns. @@ -53,7 +53,7 @@ pip install apache-airflow-providers-fastetl Para ver um exemplo de container do Apache Airflow que usa o FastETL, confira o repositório -[airflow2-docker](https://github.com/economiagovbr/airflow2-docker). +[airflow2-docker](https://github.com/gestaogovbr/airflow2-docker). # Testes @@ -142,4 +142,4 @@ nos arquivos: # Como colaborar A escrever no documento `CONTRIBUTING.md` (issue -[#4](/economiagovbr/FastETL/issues/4)). +[#4](/gestaogovbr/FastETL/issues/4)). diff --git a/README.md b/README.md index ce04632..65b6b1d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Este texto também está disponível em português: 🇧🇷[LEIAME.md](LEIAME.m --- -[![CI Tests](https://github.com/economiagovbr/FastETL/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/economiagovbr/FastETL/actions/workflows/ci-tests.yml) +[![CI Tests](https://github.com/gestaogovbr/FastETL/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/gestaogovbr/FastETL/actions/workflows/ci-tests.yml) **FastETL** is a plugins package for Airflow for building data pipelines for a number of common scenarios. @@ -54,7 +54,7 @@ pip install apache-airflow-providers-fastetl To see an example of an Apache Airflow container that uses FastETL, check out the -[airflow2-docker](https://github.com/economiagovbr/airflow2-docker) +[airflow2-docker](https://github.com/gestaogovbr/airflow2-docker) repository. To ensure appropriate results, please make sure to install the @@ -146,4 +146,4 @@ can bee seen on the following files: # How to contribute To be written on the `CONTRIBUTING.md` document (issue -[#4](/economiagovbr/FastETL/issues/4)). +[#4](/gestaogovbr/FastETL/issues/4)). diff --git a/fastetl/custom_functions/config.py b/fastetl/custom_functions/config.py index d9e3191..ddd7301 100644 --- a/fastetl/custom_functions/config.py +++ b/fastetl/custom_functions/config.py @@ -1,4 +1,4 @@ """Configuration used by other modules. """ -USER_AGENT = "airflow-fastetl/0.1 (+https://github.com/economiagovbr/FastETL)" +USER_AGENT = "airflow-fastetl/0.1 (+https://github.com/gestaogovbr/FastETL)" diff --git a/setup.py b/setup.py index e76d16b..987a770 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup_requires=["setuptools", "wheel"], author="Time de Dados CGINF", author_email="seges.cginf@economia.gov.br", - url="https://github.com/economiagovbr/FastETL", + url="https://github.com/gestaogovbr/FastETL", classifiers=[ "Framework :: Apache Airflow", "Framework :: Apache Airflow :: Provider",