diff --git a/tap_github/user_streams.py b/tap_github/user_streams.py index 0cd1fb40..9603df61 100644 --- a/tap_github/user_streams.py +++ b/tap_github/user_streams.py @@ -230,7 +230,7 @@ def post_process(self, row: dict, context: Optional[Dict] = None) -> dict: schema = th.PropertiesList( # Parent Keys th.Property("username", th.StringType), - th.Property("repo_id", th.StringType), + th.Property("repo_id", th.IntegerType), th.Property("user_id", th.IntegerType), # Starred Repo Info th.Property("starred_at", th.DateTimeType),