We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40ed26 commit e45a197Copy full SHA for e45a197
tap_personio/streams.py
@@ -90,6 +90,12 @@ def schema(self):
90
th.Property("percentage", th.NumberType())
91
)
92
93
+ elif personio_id == "supervisor":
94
+ json_type = th.ObjectType()
95
+ elif personio_id == "subcompany":
96
97
+ elif personio_id == "office":
98
99
# note: the PersonioAPI is a mess, we probably need more here
100
101
properties.append(th.Property(personio_id, json_type, description=attr["label"]))
0 commit comments