Skip to content

Commit

Permalink
Merge pull request #5 from MeltanoLabs/fix_user_parsing
Browse files Browse the repository at this point in the history
fix user parsing
  • Loading branch information
pnadolny13 authored Jan 8, 2025
2 parents 280a75b + ca5245c commit 586110d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_clerk/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class UsersStream(ClerkStream):
path = "/users"
primary_keys: t.ClassVar[list[str]] = ["id"]
replication_key = None
records_jsonpath = "$[*]"
schema = th.PropertiesList(
th.Property("id", th.StringType, description="The unique identifier for a user"),
th.Property("object", th.StringType),
Expand Down

0 comments on commit 586110d

Please sign in to comment.