Open yohei1126 opened 4 years ago
I too ran in to the same problem for celery thats because its checking for sqlite rather than postgres.
Am just starting with both docker and airflow and figuring it the hardway.
If you look into scheduler and worker it too complain about tables are not available.
One thing not mentioned here is we need to uncomment postgres and redis stuff in docker-compose-CeleryExecutor.yml file, that way you are asking to use the postgres, after modifying that you can do
docker-compose -f docker-compose-CeleryExecutor.yml up -d
this will update the configuration.
Thanks
overview
docker-compose-CeleryExecutor.yml
, airflow CLI fails withno such table
error. I guess this is because Airflow CLI tries to use local sqlite db but it is not initalized.Steps to reproduce the error
airflow connections -l
then got an errror.