Hi Team, I have a question regarding schema gener...
# contributing-to-airbyte
m
Hi Team, I have a question regarding schema generated by Airbyte connector. Source : Github Destination : AWS S3 When I pull data from Github to S3, Airbyte is generating a schema which I am not able to directly use in Cube.js Table ( for github commits ) Generated By AWS Crawler from S3 data : Fields : 1. _airbyte_ab_id 2. _airbyte_emitted_at 3. _airbyte_data Everything related to commits goes into _airbyte_data column. Can I just make simple table of columns coming from source?
u
Hey @Mihir Kanzariya you can enable normalization in your config for this connection. Kindly check this out https://docs.airbyte.io/understanding-airbyte/basic-normalization
m
It worked. Thank you @Harshith (Airbyte)
u
As per https://docs.airbyte.io/understanding-airbyte/basic-normalization, S3 does not support normalization. @Mihir Kanzariya did you solve by some other way? Even I am facing this issue.
u
For me it is working.
u
I think it depend on source.