Hey guys, I am using DBT via Airbyte to run some t...
# ask-community-for-troubleshooting
m
Hey guys, I am using DBT via Airbyte to run some transformations and generate docs. Is it possible to move the generated docs to S3? If not, I intend to extend the DBT Docker image to facilitate S3 upload of docs. Can you explain how the DBT integration works with Airbyte (what parameters are passed to the DBT container, how is the repo made available etc.) - Might make for a good contribution 🙂
✅ 1
u
Hello Madhup, this is the repo with normalization code: https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/bases/base-normalization. I rcommend to you start reading the README and also docs in our website
m
So I assume right now it's not possible to upload the generated docs to S3?
u
Oh, sorry forgot to proper answer your question: no, it's not possible. Maybe the faster way could be add a "Custom Transformation" where run dbt docs and upload to your S3