Skip to content

Commit

Permalink
register flow definitive
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Jan 16, 2025
1 parent 4213e1c commit 2dcbd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pipelines/datasets/br_cgu_cartao_pagamento/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from pipelines.constants import constants
from pipelines.utils.crawler_cgu.constants import constants as constants_cgu


every_day_microdados_governo_federal = Schedule(
clocks=[
CronClock(
Expand Down
2 changes: 1 addition & 1 deletion pipelines/utils/crawler_cgu/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
) as flow_cgu_cartao_pagamento:

dataset_id = Parameter("dataset_id", default='br_cgu_cartao_pagamento', required=True)
table_id = Parameter("table_id", default ="microdados_governo_federal", required=True)
table_id = Parameter("table_id", required=True)
####
# Relative_month = 1 means that the data will be downloaded for the current month
####
Expand Down

0 comments on commit 2dcbd36

Please sign in to comment.