Skip to content

Commit

Permalink
Merge pull request #611 from basedosdados/staging/schedules-fixes
Browse files Browse the repository at this point in the history
[fix] br_ibge schedules
  • Loading branch information
laura-l-amaral authored Jan 3, 2024
2 parents 29b29cd + 95d4607 commit 52d7730
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/datasets/br_ibge_inpc/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
"""
Flows for br_ibge_inpc
- mes_categoria_brasil
- mes_categoria_rm
- mes_categoria_municipio
- mes_brasil
"""
# pylint: disable=C0103, E1123, invalid-name

Expand Down
4 changes: 4 additions & 0 deletions pipelines/datasets/br_ibge_inpc/schedules.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
"""
Schedules for br_ibge_inpc
- mes_categoria_brasil
- mes_categoria_rm
- mes_categoria_municipio
- mes_brasil
"""
from datetime import datetime

Expand Down
4 changes: 4 additions & 0 deletions pipelines/datasets/br_ibge_ipca15/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
"""
Flows for br_ibge_ipca15
- mes_categoria_brasil
- mes_categoria_rm
- mes_categoria_municipio
- mes_brasil
"""
# pylint: disable=C0103, E1123, invalid-name

Expand Down
4 changes: 4 additions & 0 deletions pipelines/datasets/br_ibge_ipca15/schedules.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
"""
Schedules for br_ibge_ipca15
- mes_categoria_brasil
- mes_categoria_rm
- mes_categoria_municipio
- mes_brasil
"""
from datetime import datetime

Expand Down

0 comments on commit 52d7730

Please sign in to comment.