warrenstephens commented on issue #15607:
URL: https://github.com/apache/airflow/issues/15607#issuecomment-875006056


   I fought my way into the running docker container as the "airflow" user, and 
listed the tables, one of which was "dag", selected * from dag, which showed 3 
dag_id values -- none of which were "tutorial" -- they were the dags that I 
expected.
   
   So where is the "tutorial" dag?
   
   For those playing along at home, here is how I got into the running postgres 
container:
   ```
   docker exec -it roger_postgres_1 /bin/bash
   ```
   where I found "roger_postgres_1" by running "docker ps" at the command line.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to