diff --git a/tap_github/tap.py b/tap_github/tap.py index be2ef86d..54df8925 100644 --- a/tap_github/tap.py +++ b/tap_github/tap.py @@ -93,8 +93,11 @@ def logger(cls) -> logging.Logger: "Configures which states are of interest. " "Must be one of [open, closed, all], defaults to open." ), + default="open", + allowed_values=["open", "closed", "all"], ), ), + descriptions="Setting specific to the 'milestones' stream." ), th.Property("start_date", th.DateTimeType), th.Property("stream_maps", th.ObjectType()),