You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/31 00:27:40 UTC

[GitHub] [airflow] mik-laj edited a comment on pull request #15089: Added azure postgres connection url format

mik-laj edited a comment on pull request #15089:
URL: https://github.com/apache/airflow/pull/15089#issuecomment-810661562


   What version of Airflow are you using? This code should not run on Airflow 1.10.14 and later.
   https://github.com/apache/airflow/blob/349ccf8861337c1151948d938d30dfbad386fac0/scripts/in_container/prod/entrypoint_prod.sh#L198
   Maybe we should add support for the `airflow checkdb` command to support older Airflow versions as well?
   http://airflow.apache.org/docs/apache-airflow/1.10.13/cli-ref.html#checkdb
   This command was added in Airflow 1.10.8, so it's a bit of a mature version.
   
   I would like to eliminate the source of the problem, so that it would not be necessary to make further improvements to this regular expression.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org