fred_reimer
10/28/2021, 4:04 PMFile "/project/.meltano/orchestrators/airflow/venv/lib/python3.6/site-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 792, in dbapi
import psycopg2
ModuleNotFoundError: No module named 'psycopg2'
Why would it not be installed with the meltano install
in the Dockerfile for the image?ken_payne
10/28/2021, 4:07 PMpsycopg2
by default, so best to add it to your pip url:fred_reimer
10/28/2021, 4:10 PMfred_reimer
10/28/2021, 4:53 PMFile "/project/.meltano/orchestrators/airflow/venv/lib/python3.6/site-packages/alembic/script/revision.py", line 805, in _iterate_related_revisions
", ".join(r.revision for r in overlaps),
alembic.script.revision.RevisionError: Requested revision a13f7613ad25 overlaps with other requested revisions 13eb55f81627
I have no idea what that means. The scheduler created a bunch of tables, and the web created a user table. They are using the same image, so if this is the revision of the DB schema I'm not sure why that would be different.ken_payne
10/28/2021, 5:24 PMalembic
table 🤔 Meltano initialises first, so Airflow can't win 😅fred_reimer
10/28/2021, 6:52 PMfred_reimer
10/29/2021, 12:35 PMfred_reimer
10/29/2021, 12:36 PM