Skip to content

Commit 3d78b34

Browse files
authored
fix(california_transit_services): missed a few holidays on my first pass (#3532)
1 parent 53b2663 commit 3d78b34

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

airflow/dags/create_external_tables/airtable/external_airtable_california_transit_services.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,15 +294,27 @@ schema_fields:
294294
- name: holiday_schedule___veterans_day
295295
type: STRING
296296
mode: NULLABLE
297+
- name: holiday_schedule___thanksgiving_day
298+
type: STRING
299+
mode: NULLABLE
297300
- name: holiday_schedule___day_after_thanksgiving_day
298301
type: STRING
299302
mode: NULLABLE
300303
- name: holiday_schedule___christmas_eve
301304
type: STRING
302305
mode: NULLABLE
306+
- name: holiday_schedule___christmas_day
307+
type: STRING
308+
mode: NULLABLE
303309
- name: holiday_schedule___new_year_s_eve
304310
type: STRING
305311
mode: NULLABLE
312+
- name: holiday_schedule___new_year_s_day
313+
type: STRING
314+
mode: NULLABLE
315+
- name: holiday_schedule___mlk_day
316+
type: STRING
317+
mode: NULLABLE
306318
- name: holiday_schedule_notes
307319
type: STRING
308320
mode: NULLABLE

0 commit comments

Comments
 (0)