Skip to content

Commit

Permalink
Change name organization economia to gestao
Browse files Browse the repository at this point in the history
  • Loading branch information
salomaolopes committed May 12, 2023
1 parent d064845 commit fd13ac6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-airflow2-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions LEIAME.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)).
2 changes: 1 addition & 1 deletion fastetl/custom_functions/config.py
Original file line number Diff line number Diff line change
@@ -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)"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
setup_requires=["setuptools", "wheel"],
author="Time de Dados CGINF",
author_email="[email protected]",
url="https://github.com/economiagovbr/FastETL",
url="https://github.com/gestaogovbr/FastETL",
classifiers=[
"Framework :: Apache Airflow",
"Framework :: Apache Airflow :: Provider",
Expand Down

0 comments on commit fd13ac6

Please sign in to comment.