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

Commit

Permalink
Turned reports to from object to string
Browse files Browse the repository at this point in the history
  • Loading branch information
SBurwash committed Jul 5, 2022
1 parent d57ef68 commit d85ce06
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tap_hibob/schemas/Employees.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,7 @@
th.Property("manager", th.StringType),
th.Property("reportsToIdInComany", th.IntegerType),
th.Property("employeeIdInCompany", th.StringType),
th.Property("reportsTo",
th.ObjectType(
th.Property("id", th.StringType),
th.Property("email", th.StringType),
th.Property("firstName", th.StringType),
th.Property("surname", th.StringType),
th.Property("displayName", th.StringType),
)
),
th.Property("reportsTo", th.StringType),
th.Property("department", th.StringType),
th.Property("siteId", th.StringType),
th.Property("isManager", th.StringType),
Expand Down

0 comments on commit d85ce06

Please sign in to comment.