Skip to content

Commit

Permalink
fix source table names that changed somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo committed Dec 17, 2024
1 parent b9bc4ec commit e92ffb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WITH external_fra_regulated_mode_major_security_events AS (
SELECT *
FROM {{ source('external_ntd__safety_and_security', 'multi_year__fra_regulated_mode_major_security_events') }}
FROM {{ source('external_ntd__safety_and_security', 'historical__fra_regulated_mode_major_security_events') }}
),

get_latest_extract AS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WITH external_major_safety_events AS (
SELECT *
FROM {{ source('external_ntd__safety_and_security', 'multi_year__major_safety_events') }}
FROM {{ source('external_ntd__safety_and_security', 'historical__major_safety_events') }}
),

get_latest_extract AS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WITH external_monthly_modal_time_series_safety_and_service AS (
SELECT *
FROM {{ source('external_ntd__safety_and_security', 'multi_year__monthly_modal_time_series_safety_and_service') }}
FROM {{ source('external_ntd__safety_and_security', 'historical__monthly_modal_time_series_safety_and_service') }}
),

get_latest_extract AS(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WITH external_nonmajor_safety_and_security_events AS (
SELECT *
FROM {{ source('external_ntd__safety_and_security', 'multi_year__nonmajor_safety_and_security_events') }}
FROM {{ source('external_ntd__safety_and_security', 'historical__nonmajor_safety_and_security_events') }}
),

get_latest_extract AS(
Expand Down

0 comments on commit e92ffb4

Please sign in to comment.