Jarek Potiuk

Results 70 issues of 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...

kind:bug
area:providers
kind:meta
area:core

### 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...

area:providers
kind:feature
good first issue
provider:cncf-kubernetes

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...

good first issue
kind:documentation

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...

area:dependencies

When we are using Python 3.8 or less for breeze, it failes on functools.cache and the error is not telling too much. ![Image](https://github.com/user-attachments/assets/bf1af725-3e46-4d72-bc9f-a9045c3ddf14) We should catch the import error and...

area:dev-env
good first issue

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...

pinned
area:API
area:CI
Quarantine
kind: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...

area:dev-env
area:CI

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...

kind:documentation

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...

area:dev-env
kind:documentation
area:CI
area:self-hosted-runners

* 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...

area:webserver
area:UI