Skip to content

Commit

Permalink
fix typo in stg_transit_database__funding_programs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Oct 3, 2023
1 parent bfbc6a8 commit 7b371f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ models:
- *id
- name: program
- name: full_name
- name: program_informatiom
- name: program_information
- name: services
- name: organization
- name: category
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stg_transit_database__funding_programs AS (
id,
{{ trim_make_empty_string_null(column_name = "program") }} AS program,
full_name,
program_informatiom,
program_information,
services,
organization,
category,
Expand Down

0 comments on commit 7b371f2

Please sign in to comment.