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
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!
Yeah, definitely! Don't forget to check their GitHub for up-to-date deployment methods as they might have recommended changes.