[
https://issues.apache.org/jira/browse/AIRFLOW-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760803#comment-16760803
]
Junyoung Park commented on AIRFLOW-3391:
----------------------------------------
[~ashb] It works thanks. I added install pendulum before install apache-airflow
in Dockerfile.
{code:java}
&& pip install pendulum==1.4.4 --no-use-pep517 \
&& pip install
apache-airflow[crypto,password,postgres,jdbc,mysql,ssh]==${AIRFLOW_VERSION} \
{code}
> Upgrade pendulum to latest major version
> ----------------------------------------
>
> Key: AIRFLOW-3391
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3391
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Josh Carp
> Assignee: Bolke de Bruin
> Priority: Trivial
>
> We're a major version behind on pendulum; we should upgrade to >=2.0.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)