Skip to content

Commit cbfc221

Browse files
new naming conventions for mart safety and security tables
1 parent 07c8990 commit cbfc221

4 files changed

+4
-4
lines changed

warehouse/models/mart/safety_and_security/fct_safety_and_security__fra_regulated_mode_major_security_events.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
WITH staging_fra_regulated_mode_major_security_events AS (
22
SELECT *
3-
FROM {{ ref('stg_ntd_safety_and_security__fra_regulated_mode_major_security_events') }}
3+
FROM {{ ref('stg_ntd__fra_regulated_mode_major_security_events') }}
44
),
55

66
fct_safety_and_security__fra_regulated_mode_major_security_events AS (

warehouse/models/mart/safety_and_security/fct_safety_and_security__major_safety_events.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
WITH staging_major_safety_events AS (
22
SELECT *
3-
FROM {{ ref('stg_ntd_safety_and_security__major_safety_events') }}
3+
FROM {{ ref('stg_ntd__major_safety_events') }}
44
),
55

66
fct_safety_and_security__major_safety_events AS (

warehouse/models/mart/safety_and_security/fct_safety_and_security__monthly_modal_time_series_safety_and_service.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
WITH staging_monthly_modal_time_series_safety_and_service AS (
22
SELECT *
3-
FROM {{ ref('stg_ntd_safety_and_security__monthly_modal_time_series_safety_and_service') }}
3+
FROM {{ ref('stg_ntd__monthly_modal_time_series_safety_and_service') }}
44
),
55

66
fct_safety_and_security__monthly_modal_time_series_safety_and_service AS (

warehouse/models/mart/safety_and_security/fct_safety_and_security__nonmajor_safety_and_security_events.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
WITH staging_nonmajor_safety_and_security_events AS (
22
SELECT *
3-
FROM {{ ref('stg_ntd_safety_and_security__nonmajor_safety_and_security_events') }}
3+
FROM {{ ref('stg_ntd__nonmajor_safety_and_security_events') }}
44
),
55

66
fct_safety_and_security__nonmajor_safety_and_security_events AS (

0 commit comments

Comments
 (0)