potiuk commented on issue #35255:
URL: https://github.com/apache/airflow/issues/35255#issuecomment-1806290783

   > This made me assume all required dependencies to communicate with a psql 
database were installed on a slim image
   
   That's wrong assumption. The clients mentioned are on the system level 
(debian dependencies) not on Python driver level. You do not need Python 
packages for postgres if you use MySQL and slim image was the slimest image we 
can come up with that would not require you to install extra debian packages - 
while you are supposed to add those packages (or airflow extras) that you need.
   
   If you can think of a good  way of formulating it in the documentation - 
such as people like you would not be confused - I strongly encourage you to 
click a "Suggest a change on this page" button bottom-right of the doc page - 
it will open a PR that you will be able to submit and make it clearer. You are 
probably one of the best people to know how to formulate it for people like you 
since you- yourself was confused.
   
   Airflow is created by ~ 2700 contributors who often found things confusing 
and decided to contribute it back in a form of documentation update, code fixes 
etc. - as a great way to contribute back for the free software they used. So I 
encourage you to join this pretty big group of peopler @christophelec . That's 
one of the best first-time contributions you can make.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to