Kalyan R
Kalyan R
> Hello There i have been using airflow for my personal projects, and i would to work for this issue, if that's okay. @ambika-garg mentioned she will be looking into...
@amolsr , your PR was reverted. Please refer to [comment](https://github.com/apache/airflow/pull/48461#issuecomment-2764218322)
@jaklan , your contribution is welcome. Please raise a PR. I don't think @anandkaranubc is working on this now.
> FYI, this PR was merged recently #51698 which will impact this PR. @pierrejeambrun , what kind of impact? Did you mean merge conflicts or do I need to be...
I haven't been getting time to finish this. I'll let someone pick and finish this off. At least the PR can act as a starting point to anyone who picks...
For Get config, https://github.com/apache/airflow/blob/b0a18d9019a1a12d58435185b0c86e28af050685/airflow/api_connexion/endpoints/config_endpoint.py#L84 [Docs](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_config) does not mention about 406(HTTPStatus.NOT_ACCEPTABLE) status code. Should we include 406 as well? --- https://github.com/apache/airflow/blob/b0a18d9019a1a12d58435185b0c86e28af050685/airflow/api_connexion/endpoints/config_endpoint.py#L71 Another question about the response. Do we only return JSON...
Working on writing tests
> @rawwar can you backport this to v2-10-test? Just raised a draft PR: https://github.com/apache/airflow/pull/43442 Changes are a bit different as we haven't removed SLA related code in 2.x.
@potiuk , I think, "lower bound" was given as an example in the warnings.~~ For example, asgiref is currently set to be `"asgiref>=2.3.0",` in hatch_build.py. ~~Looks like, the issue is...
> I think the asgiref warning comes from http provider dependencies (see provider.yaml for http provider) I tried this in the PR: #43001 and it still prints warning for asgiref....