diff --git a/tap_github/repository_streams.py b/tap_github/repository_streams.py index 248ae302..1311a7c9 100644 --- a/tap_github/repository_streams.py +++ b/tap_github/repository_streams.py @@ -2035,6 +2035,7 @@ class WorkflowRunJobsStream(GitHubRestStream): th.Property("html_url", th.StringType), th.Property("status", th.StringType), th.Property("conclusion", th.StringType), + th.Property("created_at", th.DateTimeType), th.Property("started_at", th.DateTimeType), th.Property("completed_at", th.DateTimeType), th.Property("name", th.StringType),