KevinYanesG edited a comment on issue #21457: URL: https://github.com/apache/airflow/issues/21457#issuecomment-1034611164
> But I will close the ticket because the main reason why you see the difference is because you are looking at "stable" version of the docs released together with Airflow when the stable version of Airflow is released (which is 2.2.3 currently) Thanks for the extensive responses! I wasn't aware of that. In any case, it's good that you are going to include these details into the next version. > This is indeed wrong. The easiest way for you to fix it is just go to the tutorial page and click "Suggest a change on this page" (bottomn-right of the page) I will be happy to do that :) I hope I can manage to do it before the end of the week. > You should follow [Quick start](https://airflow.apache.org/docs/apache-airflow/stable/start/index.html) if you are bloody beginner. This is who it is intended for. And It explains what happens and what is going on includng the steps to initialize DB (airflow db init is the right command), I actually followed the [Docker Quickstart](https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html) and not the standalone one. Thus, I didn't saw the `db init` command. Although, I just had a look at it and it rather seems to be for initializing the postgres Backend, right? I was talking about how to explicitly create the `Employee` tables from the tutorial, which I did with the `cur.execute('''CREATE TABLE "Employees ...")` method. Is there another way to do it in a Docker environment? -- 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]
