Skip to content

Commit

Permalink
fix typo in stg_transit_database__funding_programs (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 authored Oct 10, 2023
1 parent e0e3873 commit 903f6fd
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 903f6fd

Please sign in to comment.