I ran a test DAG to create a table in the Postgres database, and everything looked good in the Airflow web server—it showed a successful status. But when I checked on DBeaver, the table wasn’t there in the “public” schema under the Airflow database. I believe that I’ve set up the connections right in the Airflow web server, following a YouTube tutorial step by step. Any ideas on what I should check next or how to fix this?