Skip to content

Commit

Permalink
fix: add ocr_radar dataset to dbt_project,yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jul 23, 2024
1 parent b3e5884 commit 5422afd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/ocr_radar/dump_db_radar/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for cetrio project'
Database dumping flows for cetrio project....
"""

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
3 changes: 3 additions & 0 deletions queries/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ models:
example:
+materialized: view
+schema: example
ocr_radar:
+materialized: view
+schema: ocr_radar

0 comments on commit 5422afd

Please sign in to comment.