Skip to content

Commit

Permalink
define schema explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 committed Oct 11, 2023
1 parent 903f6fd commit 5f81c37
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,34 @@ hive_options:
mode: AUTO
require_partition_filter: false
source_uri_prefix: "california_transit__funding_programs/"
schema_fields:
- name: id
type: STRING
mode: NULLABLE
- name: full_name
type: STRING
mode: NULLABLE
- name: program
type: STRING
mode: NULLABLE
- name: program_information
type: STRING
mode: NULLABLE
- name: program_informatiom
type: STRING
mode: NULLABLE
- name: services
type: STRING
mode: NULLABLE
- name: organization
type: STRING
mode: NULLABLE
- name: category
type: STRING
mode: NULLABLE
- name: drmt_data
type: STRING
mode: NULLABLE
- name: dt
type: STRING
mode: NULLABLE

0 comments on commit 5f81c37

Please sign in to comment.