File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
airflow/dags/create_external_tables/airtable Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments