Skip to content

Commit

Permalink
chore: force db flow register
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Sep 13, 2024
1 parent d90045d commit e4d4bfe
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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/dump_db_ergon_pericia_medica/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
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

0 comments on commit e4d4bfe

Please sign in to comment.