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 d03a203 commit 702f0ddCopy full SHA for 702f0dd
tap_personio/streams.py
@@ -77,6 +77,11 @@ def schema(self):
77
th.Property("id", th.IntegerType()),
78
th.Property("name", th.StringType())
79
)
80
+ elif personio_id == "team":
81
+ json_type = th.ObjectType(
82
+ th.Property("id", th.IntegerType()),
83
+ th.Property("name", th.StringType())
84
+ )
85
elif personio_id == "cost_centers":
86
json_type = th.ArrayType(
87
th.ObjectType(
0 commit comments