Skip to content

Commit

Permalink
Schema generator yaml files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rcboufleur committed Nov 8, 2024
1 parent 1d7556a commit 160d265
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2615,6 +2615,10 @@ tables:
"@id": "#transformed_efd_scheduler.end_time"
datatype: timestamp
description: End time of the transformation interval, must be provided
- name: timewindow
"@id": "#transformed_efd_scheduler.timewindow"
datatype: int
description: Time window used to expand start and end times by, in minutes
- name: status
"@id": "#transformed_efd_scheduler.status"
datatype: char
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3660,6 +3660,10 @@ tables:
"@id": "#transformed_efd_scheduler.end_time"
datatype: timestamp
description: End time of the transformation interval, must be provided
- name: timewindow
"@id": "#transformed_efd_scheduler.timewindow"
datatype: int
description: Time window used to expand start and end times by, in minutes
- name: status
"@id": "#transformed_efd_scheduler.status"
datatype: char
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3660,6 +3660,10 @@ tables:
"@id": "#transformed_efd_scheduler.end_time"
datatype: timestamp
description: End time of the transformation interval, must be provided
- name: timewindow
"@id": "#transformed_efd_scheduler.timewindow"
datatype: int
description: Time window used to expand start and end times by, in minutes
- name: status
"@id": "#transformed_efd_scheduler.status"
datatype: char
Expand Down

0 comments on commit 160d265

Please sign in to comment.