Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cria captura da planilha de controle financeiro #688

Merged
merged 11 commits into from
May 22, 2024

Conversation

vtr363
Copy link
Contributor

@vtr363 vtr363 commented May 22, 2024

Changelog - controle_financeiro

Adicionado

@vtr363 vtr363 added the rj-smtr label May 22, 2024
@vtr363 vtr363 self-assigned this May 22, 2024
Copy link
Contributor

@pixuimpou pixuimpou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adicionar o arquivo de changelog

controle_cct_cett_captura.storage = GCS(emd_constants.GCS_FLOWS_BUCKET.value)
controle_cct_cett_captura.run_config = KubernetesRun(
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_DEV_AGENT_LABEL.value],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alterar para prod

controle_cct_cb_captura.storage = GCS(emd_constants.GCS_FLOWS_BUCKET.value)
controle_cct_cb_captura.run_config = KubernetesRun(
image=emd_constants.DOCKER_IMAGE.value,
labels=[emd_constants.RJ_SMTR_DEV_AGENT_LABEL.value],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alterar para prod

@@ -1469,11 +1473,19 @@ def transform_raw_to_nested_structure(
log("Creating nested structure...", level="info")
pk_cols = primary_key + ["timestamp_captura"]

log(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remover log

@vtr363 vtr363 linked an issue May 22, 2024 that may be closed by this pull request
Copy link

Análise da árvore de código

Os seguintes arquivos são afetados diretamente por alterações realizadas nesse pull request:
- pipelines/rj_smtr/br_rj_riodejaneiro_stpl_gps/tasks.py
- pipelines/rj_smtr/projeto_subsidio_sppo/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_stu/flows.py
- pipelines/rj_smtr/tasks.py
- pipelines/rj_smtr/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_recursos/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_stpl_gps/flows.py
- pipelines/rj_smtr/materialize_to_datario/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_brt_gps/tasks.py
- pipelines/rj_smtr/br_rj_riodejaneiro_viagem_zirix/constants.py
- pipelines/rj_smtr/br_rj_riodejaneiro_bilhetagem/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps_zirix/tasks.py
- pipelines/rj_smtr/controle_financeiro/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_brt_gps/flows.py
- pipelines/rj_smtr/veiculo/flows.py
- pipelines/rj_smtr/utils.py
- pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps/tasks.py
- pipelines/rj_smtr/br_rj_riodejaneiro_rdo/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_gtfs/flows.py
- pipelines/rj_smtr/controle_financeiro/init.py
- pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_rdo/utils.py
- pipelines/rj_smtr/br_rj_riodejaneiro_sigmob/tasks.py
- pipelines/rj_smtr/constants.py
- pipelines/rj_smtr/veiculo/tasks.py
- pipelines/rj_smtr/registros_ocr_rir/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_onibus_gps_zirix/flows.py
- pipelines/rj_smtr/schedules.py
- pipelines/rj_smtr/init.py
- pipelines/rj_smtr/br_rj_riodejaneiro_sigmob/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_diretorios/flows.py
- pipelines/rj_smtr/br_rj_riodejaneiro_rdo/tasks.py
- pipelines/rj_smtr/projeto_subsidio_sppo/tasks.py
- pipelines/rj_smtr/registros_ocr_rir/tasks.py
- pipelines/rj_smtr/br_rj_riodejaneiro_stu/tasks.py

Os seguintes usuários devem ser avisados sobre a alteração:
- @fernandascovino
- @eng-rodrigocunha
- @borismarinho
- @lingsv
- @pixuimpou
- @Hellcassius

@vtr363 vtr363 merged commit daf46be into master May 22, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Criar pipeline de captura controle financeiro
2 participants