Jens Scheffler
Jens Scheffler
Ah, late to the party, did not see the PR prior merge... will the new API with FastAPI always be another hosted process next to webserver? Or will FastAPI (later)...
> Seems that this one might be fixed by [fsspec/universal_pathlib#257](https://github.com/fsspec/universal_pathlib/issues/257) That fixes Problem #1, the second problem that we call the join with Optional[str] because we allow `None` values passed...
I assume we cleaned most of the named deprecations. in context of the names I _think_: - airflow.exceptions.AirflowProviderDeprecationWarning - we attempted to clean deprecations last month - there might be...
> > We need to wait with breaking changes to core operators/sensors > > See https://lists.apache.org/thread/2dmlqkcmyomm4q7rrovygs6bw655zx07 > > Are we planning to introduce new provider in Airflow 3? But... @eladkal...
Newsfragment is missing though :-D Please add...
I see two other deprecations in python.py - can you also remove these in the scope of the PR?
> > I see two other deprecations in python.py - can you also remove these in the scope of the PR? > > Serialization code refactoring changes added recently (may...
> I mostly outlined the reasons above, but to summarise, you want to keep this mutable so you can call `add` after a DAG is created, but by changing this...
I would really *love* to have otel as default to replace StatsD but as also discussed in #41822 as well as in https://lists.apache.org/thread/3vnktmzh02mxwbf06p3cdhnr18x6kcl5 we must resolve the basic problems of...
> rather than monitoring when the task has started and finished using metrics, a better approach could be to monitor them using traces @howardyoo mhm, switching all metrics to traces...