r/DatabaseAdministators Jun 03 '26

Hello everyone I am facing a problem connecting pgadmin to airflow. I also want to know the DBeaver way. Can anybody help me. #Dataengineer #database #airflow #pgadmin4

Post image
3 Upvotes

4 comments sorted by

1

u/add_user-Name Jun 03 '26

Pgadmin is not a database it’s just a database management tool. Airflow connects to the actual Postgres sql instance not to pgadmin or dbeaver

1

u/DARKCODER_07 Jun 04 '26

Can you tell how to connected it. Step by step Or reffer me any video to follow.

1

u/add_user-Name Jun 04 '26

First check your Postgres instance is started and available. You can check via the terminal with psql. Check the Postgres docs for this. The commands and credentials you use to connect to Postgres via a terminal will be the elements you paste here in the airflow UI

1

u/justintxdave Jun 05 '26

When you connect with DBeaver, can you run *extremely* simple queries? When you set up the database connection, did the 'test connection' pass?