diff --git a/tap_canvas_catalog/tap.py b/tap_canvas_catalog/tap.py index dd15878..1a66984 100644 --- a/tap_canvas_catalog/tap.py +++ b/tap_canvas_catalog/tap.py @@ -31,7 +31,7 @@ class TapCanvasCatalog(Tap): ), th.Property( "account_id", - th.StringType, + th.NumberType, required=False, secret=False, description="The sub-account id to pull data from",