Skip to content

Commit d7a4798

Browse files
authored
Merge pull request #3549 from cal-itp/3519-update-monthly-ntd
Use new NTD monthly Ridership models for mart_ntd.dim_monthly_ntd_ridership_with_adjustments
2 parents c620f9a + 9e679d9 commit d7a4798

File tree

42 files changed

+1343
-3055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1343
-3055
lines changed

airflow/dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates__calendar_year_upt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hive_options:
1616
source_uri_prefix: "complete_monthly_ridership_with_adjustments_and_estimates/historical/calendar_year_upt/"
1717
schema_fields:
1818
- name: ntd_id
19-
type: STRING
19+
type: NUMERIC
2020
- name: legacy_ntd_id
2121
type: STRING
2222
- name: agency

airflow/dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates__calendar_year_vrm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hive_options:
1616
source_uri_prefix: "complete_monthly_ridership_with_adjustments_and_estimates/historical/calendar_year_vrm/"
1717
schema_fields:
1818
- name: ntd_id
19-
type: STRING
19+
type: NUMERIC
2020
- name: legacy_ntd_id
2121
type: STRING
2222
- name: agency

airflow/dags/create_external_tables/ntd_data_products/historical__complete_monthly_ridership_with_adjustments_and_estimates__master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hive_options:
1616
source_uri_prefix: "complete_monthly_ridership_with_adjustments_and_estimates/historical/master/"
1717
schema_fields:
1818
- name: ntd_id
19-
type: STRING
19+
type: NUMERIC
2020
- name: legacy_ntd_id
2121
type: STRING
2222
- name: agency

0 commit comments

Comments
 (0)