Ash Berlin-Taylor
Ash Berlin-Taylor
By "definition code" we mean anything needed at definition/parse time, leaving anything to do with scheduling time decisions in Airflow's core. Also in this PR I have _attempted_ to keep...
Without the `__path__` assignment being the very first line of the file (including before any import) it doesn't detect this correctly.
Include newsfragment about changed logging as Jed requested here https://github.com/apache/airflow/pull/44972#discussion_r1889280660
This doesn't make sense in the new UI in Airflow 3 anymore. Relates to #43519
If I have this model and endpoint: ```python class VariablePostBody(BaseModel): """Request body schema for creating variables.""" model_config = ConfigDict(from_attributes=True, populate_by_name=True, extra="forbid") value: str | None = Field(serialization_alias="val") description: str |...
In Airflow we have this function: https://github.com/apache/airflow/blob/74f4860bb12571f42e25f77c2f992bd0c7f2a70a/airflow/api_fastapi/execution_api/app.py#L55-L89 which we use to customize the generated OpenAPI schema in a few ways, which is done from following the FastAPI docs https://fastapi.tiangolo.com/how-to/extending-openapi/#override-the-method Now...
This is not important or affecting anything at all really, but, if you use this in neovim and run the `:checkhealth` command it shows this: ``` LSP configs active in...