You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly we can just update this and it will work with airflow 2.5+. We should verify that it works with 3.0.0 too and maybe set a dependency of airflow<4.0.0 if it does.
airflow 3.0 is very different from 2.x so this is not a dependency upgrade. what we'll do right away is to remove deprecated imports so all versions until 2.10.x work
dlt version
1.10
Describe the problem
There seems to be an incompatibility between the freshly released
airflow==3.0.0
anddlt=1.10
:Expected behavior
If this is indeed a problem caused by changes of the recent airflow release, I expect the
pyproject.toml
to specify an upper bound forapache-airflow
.Steps to reproduce
Install
airflow=3.0.0
anddlt=1.10
and create a pipeline using theairflow_helper
.Operating system
macOS
Runtime environment
Airflow
Python version
3.12
dlt data source
No response
dlt destination
No response
Other deployment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: