Hello guys. I am new to Airbyte and modern datawarehouse. I am setting up a airbyte-gcp-dbt architecture. I managed to set-up all three services and they are running properly.
I am wondering what are the best practices to structure the data that is loaded in the my _raw tables and make the models as efficiently as possible? Basically, what I would like :
⢠Generate staging models automatically (or semi-automatically) in dbt from airbyte connectors (if possible)
⢠Have the tables with columns names and not all JSON objects in my GCP schemas
Here are some screenshots of what I am getting at the moment.
Thanks a lot and looking forward to have my first models in production š