bigquery denormalized is not creating the `additio...
# help-connector-development
d
bigquery denormalized is not creating the
additionalProperties
and instead creating 2 columns
event_data.type
event_data.additionalProperties
is this the expected behavior? can someone help me on this. when i tried same on snowflake, it produces
event_data
as json and one column. i am looking for same behavior on bigquery denormalized connector.
Copy code
"event_data": {
      "type": ["null", "object"],
      "additionalProperties": true
    },
PS: i'm using some legacy airbyte instance and can not upgrade it atm.