diff --git a/tap_hubspot/__init__.py b/tap_hubspot/__init__.py index edac9385..9865bb01 100644 --- a/tap_hubspot/__init__.py +++ b/tap_hubspot/__init__.py @@ -147,7 +147,8 @@ def get_field_type_schema(field_type): return {"type": ["null", "string"]} def get_field_schema(field_type, extras=False): - if extras: + # Condition below will need to change if including subfields in table creation + if False and extras: return { "type": "object", "properties": {