Jarek Potiuk
Jarek Potiuk
### Body Manual MyPy Airflow: ``` airflow/io/path.py:201: error: Unexpected keyword argument "overwrite" for "rename" of "UPath" [call-arg] return self.rename(target, overwrite=True) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Manual MyPy Providers: ``` airflow/providers/common/io/xcom/backend.py:145: error: Argument 1...
### Description Add an option to automatically create, map, and manage secrets from Airflow Connection to a Kubernetes Secret for Kubernetes Pod Operator. ### Use case/motivation One of the important...
With #42505 and few follow-up issuse we've worked out how to use uv workspaces, to have the source tree split between airflow and providers. This means that it is possible...
Some test dependencies have no "lower bounds" - this is not very good because "lowest-direct" dependency resolution might run much longer. Currently when uv is making the resolution, it prints...
When we are using Python 3.8 or less for breeze, it failes on functools.cache and the error is not telling too much.  We should catch the import error and...
I've seen this test failing more than once for example: https://github.com/potiuk/airflow/runs/2223465940?check_suite_focus=true#step:6:10954 Marking it as quarantined. ``` _______________ TestSchedulerJob.test_scheduler_task_start_date ________________ self = def test_scheduler_task_start_date(self): """ Test that the scheduler respects task...
Currently when NPM packages are installed on CI they are installed from the scratch by "compile www assets" pre-commit. This causes fairly frequent, intermittent issues when there is a networking...
Those are draft diagrams showing Airflow Packaging for Airflow 2 and 3 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental...
Currently, documentation publishing in Canary runs is disabled. This caused several problems (that will get worse over time): * we do not test publishing worklfow - and it might stop...
* Handle relative paths when sanitizing URLs In the initial PR(https://github.com/apache/airflow/pull/41665) we didn't handle the relative path in URL which led to issue(https://github.com/apache/airflow/issues/41977). This PR aims at handling the relative...