micael-grilo / airflow-dags-test-action

GitHub Action to Test Airflow Dags
https://github.com/marketplace/actions/airflow-dags-test
MIT License
17 stars 7 forks source link

Add pendulum to dockerfile #7

Closed sukoneck closed 8 months ago

sukoneck commented 9 months ago

This change fixes docker builds, which are failing due to the latest release of pendulum:

...
> [6/6] RUN airflow db init > /dev/null:                                                             
0.400 Traceback (most recent call last):                                                              
0.400   File "/usr/local/lib/python3.11/site-packages/airflow/settings.py", line 55, in <module>
0.400     TIMEZONE = pendulum.tz.timezone(tz)
0.400                ^^^^^^^^^^^^^^^^^^^^^^^^
0.400 TypeError: 'module' object is not callable
...
sukoneck commented 8 months ago

bump 🙏