Skip to content

Commit

Permalink
fix: get next batch
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jul 26, 2024
2 parents a709903 + bf973e7 commit 52ecae4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pipelines/egpweb_metas/dump_db_metas/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for EGPWeb project
Database dumping flows for EGPWeb project.
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/ergon/dump_db_ergon/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for segovi project.
Database dumping flows for segovi project..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/ergon_comlurb/dump_db_ergon_comlurb/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for smfp ergon comlurb
Database dumping flows for smfp ergon comlurb..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/fincon/dump_db_fincon/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SMFP FINCON
Database dumping flows for SMFP FINCON..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/iptu_inad/dump_db_inadimplentes/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows
Database dumping flows..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/sigma/dump_db_compras_materiais/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SMFP SIGMA COMPRAS MATERIAIS
Database dumping flows for SMFP SIGMA COMPRAS MATERIAIS..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/sigma/dump_db_sancao_fornecedor/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SMFP SIGMA system.
Database dumping flows for SMFP SIGMA system..
"""
from copy import deepcopy

Expand Down
2 changes: 1 addition & 1 deletion pipelines/templates/run_dbt_model/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
MATERIALIZA MODELOS DO DBT
MATERIALIZA MODELOS DO DBT..
"""

from copy import deepcopy
Expand Down
22 changes: 13 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52ecae4

Please sign in to comment.