GitHub user skiedude added a comment to the discussion: Airflow Worker container is crashing with error "ModuleNotFoundError: No module named 'postgresql'"
Another possible solution: I ran into this and a similar issue with `psycopg2` package missing because I switched to the `slim-*` base docker image last minute and didn't realize it was missing all the connector packages for redis, postgres, celery. Switched back to the non-slim and everything was fine. GitHub link: https://github.com/apache/airflow/discussions/38425#discussioncomment-11754087 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
