BasPH commented on issue #17241:
URL: https://github.com/apache/airflow/issues/17241#issuecomment-888574075


   Before starting anything you must initialize the metastore (i.e. create all 
tables). This can be done by running either:
   
   - `airflow db init` (initialize everything on empty metastore)
   - or `airflow db upgrade` (check current metastore state if there are any 
upgrades to make)
   - or `airflow db reset` (remove & recreate everything)
   
   Could you initialize your metastore and see if issues persist after that?


-- 
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