Hi, I’m a bit new to Airbyte but some feedback so ...
# feedback-and-requests
p
Hi, I’m a bit new to Airbyte but some feedback so far: 1. I’d love to be able to configure connectors as code/yamls so that I have some sort of “indempotency” on my project rather than having to point and click per rollout. The usecase is that I’m thinking is a multi-client dashboard and I want to be able to deploy a full stack including airbyte per client. Having to point and click to configure each is not very practical. 2.  I would love to see a section for orchestrating dbt jobs (not as source transformations only but the whole shebang). is this in the backlog? 3. I’m fiddling with creating a new connector that can handle a ZIP with multiple CSV files inside. Are you planning support for something similar? Basic question: 4. the CSV File connector generates json inside a column. Is there any way to generate actual columns instead? I was very surprised with this behavior… perhaps some missing config?
u
did you enable basic normalization?
u
Yes. Still it pushes json not columns which I found super odd