diff --git a/tap_mysql/client.py b/tap_mysql/client.py index 777b848..70d35b8 100644 --- a/tap_mysql/client.py +++ b/tap_mysql/client.py @@ -173,6 +173,7 @@ def sdk_typing_object( "char": th.StringType(), "bool": th.BooleanType(), "variant": th.StringType(), + "bit": th.IntegerType(), } if isinstance(from_type, str): type_name = from_type