Struggling with Airbyte and Docker Configuration, Need Help!

0
3
Asked By CuriousCactus928 On

Hey everyone! I'm trying to set up a basic data and BI stack using Docker, where Metabase visualizes data from a Postgres database, and I'm using Airbyte for ETL to import data (starting with a CSV for now). I've managed to get the essential services running but am currently stuck on configuring Postgres as the destination in Airbyte. Particularly, I'm having issues with Airbyte requiring explicit configuration for storing credentials, and I can't seem to get past this challenge. I've only been using Docker for about 3-6 months, and I'm deploying everything with Dockge. Any guidance would be greatly appreciated!

1 Answer

Answered By HelpfulHannah45 On

It sounds like you're facing some configuration issues with Airbyte, which can definitely be tricky. Make sure you're using the right ports internally in your Docker network, not just the externally mapped ones. Also, Airbyte has been known to deprecate support for certain setups, including Docker Compose, so you might want to check that as well. Just focus on the configuration part—it’s likely where the hiccup is happening!

DockerDarwin77 -

Yeah, definitely! Don't forget to check their GitHub for up-to-date deployment methods as they might have recommended changes.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.