Danish Raza
04/06/2023, 5:55 PMadditionalProperties 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.
"event_data": {
"type": ["null", "object"],
"additionalProperties": true
},
PS: i'm using some legacy airbyte instance and can not upgrade it atm.