Kevin Soenandar
03/15/2022, 9:52 AMcompanies
table's ticket associations would have the following value:
My expectation is it should create a separate table once ingested into my Snowflake warehouse with[ {"company_id": <some_value>, "ticket_id": <some_value>}, {"company_id": <some_value>, "ticket_id": <some_value>} ]
company_id
and ticket_id
as the fields, per this documentation. However, this is not the case. Any idea what I'm missing here?Harshith (Airbyte)
03/15/2022, 10:24 AM