Power BI Dev e0a6efd204 fix python 3.8 compat for edoxid calendar sync
apache/airflow:2.7.1 base image ships Python 3.8, which doesn't have
zoneinfo (3.9+) and can't evaluate `X | Y` / list[X] type hints at
runtime (3.10+). Add `from __future__ import annotations` everywhere
and swap zoneinfo -> pytz (already a dependency in this repo).
2026-07-27 22:10:10 +07:00
2026-07-27 21:59:27 +07:00
2026-03-03 15:18:50 +07:00
2026-03-03 15:18:50 +07:00
2026-03-03 09:32:05 +00:00
2026-07-27 21:59:27 +07:00
S
Description
No description provided
1.2 MiB
Languages
Python 99.9%
Dockerfile 0.1%