xBis7 commented on PR #56187:
URL: https://github.com/apache/airflow/pull/56187#issuecomment-3528972563
@potiuk Tests passed locally, let's see if the CI succeeds as well.
I had to add a dependency to `airflow-core` like so
```diff
[dependency-groups]
dev = [
"apache-airflow-devel-common",
+ "apache-airflow-core",
"apache-airflow-shared-observability[all]",
]
```
to get it to work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]