Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Additional amendemnts humanReadable
Browse files Browse the repository at this point in the history
  • Loading branch information
SBurwash committed Jul 5, 2022
1 parent d85ce06 commit 63e2a38
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions tap_hibob/schemas/Employees.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,26 +84,15 @@
),
th.Property("internal",
th.ObjectType(
th.Property("periodSinceTermination",
th.ObjectType(
th.Property("humanize", th.StringType),
th.Property("sortFactor", th.IntegerType),
th.Property("periodISO", th.StringType),
)
),
th.Property("yearsSinceTermination", th.NumberType),
th.Property("periodSinceTermination", th.StringType),
th.Property("yearsSinceTermination", th.StringType),
th.Property("terminationReason", th.StringType),
th.Property("probationEndDate", th.DateType),
th.Property("currentActiveStatusStartDate", th.DateType),
th.Property("terminationDate", th.DateType),
th.Property("status", th.StringType),
th.Property("terminationType", th.StringType),
th.Property("notice",
th.ObjectType(
th.Property("length", th.IntegerType),
th.Property("unit", th.StringType),
)
),
th.Property("notice", th.StringType),
th.Property("lifecycleStatus", th.StringType),
)
),
Expand Down

0 comments on commit 63e2a38

Please sign in to comment.