We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
singer_sdk.typing.Property
mypy is complaining on taps that use a list as the default value:
error: Argument "default" to "Property" has incompatible type "List[<nothing>]"; expected "Union[str, float, None]"
Activity