From 64ae7ee8500fd42d3fbba1cb66b3ef574666c4b9 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Tue, 26 Sep 2023 17:36:23 -0300 Subject: [PATCH] fix: sheet url --- .../datasets/br_cgu_servidores_executivo_federal/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/datasets/br_cgu_servidores_executivo_federal/constants.py b/pipelines/datasets/br_cgu_servidores_executivo_federal/constants.py index 1728a5e76..9d3136122 100644 --- a/pipelines/datasets/br_cgu_servidores_executivo_federal/constants.py +++ b/pipelines/datasets/br_cgu_servidores_executivo_federal/constants.py @@ -59,7 +59,7 @@ class constants(Enum): # pylint: disable=c0103 "aposentados_cadastro": "https://docs.google.com/spreadsheets/d/1_t_JsWbuGlg8cz_2RYYNMuulzA4RHydfJ4TA-wH9Ch8/edit#gid=0", "observacoes": "https://docs.google.com/spreadsheets/d/1BWt6yvKTfNW0XCDNIsIu8NhSKjhbDVJjnEwvnEmVkRc/edit#gid=0", "pensionistas_cadastro": "https://docs.google.com/spreadsheets/d/1G_RPhSUZRrCqcQCP1WSjBiYbnjirqTp0yaLNUaPi_7U/edit#gid=0", - "remuneracao": "https://docs.google.com/spreadsheets/d/1a2IDaF0oTaOB8JN9G0mU8KK0F1YPoIX-/edit#gid=0", + "remuneracao": "https://docs.google.com/spreadsheets/d/1LJ8_N53OoNEQQ1PMAeIPKq1asB29MUP5SRoFWnUI6Zg/edit#gid=0", "reserva_reforma_militares_cadastro": "https://docs.google.com/spreadsheets/d/1vqWjATWjHK-6tbj_ilwbhNWReqe3AKd3VTpzBbPu4qI/edit#gid=0", "servidores_cadastro": "https://docs.google.com/spreadsheets/d/1U57P5XhCw9gERD8sN24P0vDK0CjkUuOQZwOoELdE3Jg/edit#gid=0", }