Hello Team. I'm just getting started with Airbyte....
# ask-community-for-troubleshooting
d
Hello Team. I'm just getting started with Airbyte. I have a couple of questions: 1. Where is the code for Airbyte ETL stored? Is it possible to export it and put it on GitHub? 2. I want to download files from a website through HTTP GET Requests. It would be in ZIP format and would need to be extracted and the file name would be dynamic - date for everyday. Does Airbyte support this use case? I would also like to provided a referrer header in the GET request. Is this easily doable with Airbyte?
1
u
1. You can export the config in the Setting Pages, will generate a compressed file, it's not recommended to import to Github those files directly because they have secrets. It's possible to clean the secrets and import after. 2. You can build a custom connector using the Airbyte CDK to achieve your needs