Skip to content

Commit 239bd02

Browse files
revise schema naming for mart tables in dbt_project yml
1 parent c26d3e1 commit 239bd02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

warehouse/dbt_project.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ models:
6969
schema: mart_benefits
7070
ntd_validation:
7171
schema: mart_ntd_validation
72-
annual_reporting:
73-
schema: mart_annual_reporting
74-
safety_and_security:
75-
schema: mart_safety_and_security
76-
ridership:
77-
schema: mart_ridership
72+
ntd_annual_reporting:
73+
schema: mart_ntd_annual_reporting
74+
ntd_safety_and_security:
75+
schema: mart_ntd_safety_and_security
76+
ntd_ridership:
77+
schema: mart_ntd_ridership

0 commit comments

Comments
 (0)