-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this 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], |
There was a problem hiding this comment.
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], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alterar para prod
pipelines/rj_smtr/tasks.py
Outdated
@@ -1469,11 +1473,19 @@ def transform_raw_to_nested_structure( | |||
log("Creating nested structure...", level="info") | |||
pk_cols = primary_key + ["timestamp_captura"] | |||
|
|||
log( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remover log
Análise da árvore de códigoOs seguintes arquivos são afetados diretamente por alterações realizadas nesse pull request: Os seguintes usuários devem ser avisados sobre a alteração: |
Changelog - controle_financeiro
Adicionado
cb
ecett
(Cria captura da planilha de controle financeiro #688)