Hussein Awala
Hussein Awala
### Change Logs When the clean planner lists the files in the partitions and it doesn't find any file to delete, the clean operation is skipped without any commit, then...
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...
I'm trying to update MyPy version in Airflow to 1.8.0, but I'm getting a strange error when I run it on this code: ```python def run_with_advanced_retry(self, _retry_args: dict[Any, Any], *args:...
closes: #33442 It seems like urlsplit fails to correctly parse the url when the protocol contains a colon character. As a workaround, this PR replaces the colon character in the...
Bump kubernetes versions to the latest patch version.
Closes: #8792 This PR adds a new argument `do_xcom_push_on_failure` to `KubernetesPodOperator` to load and push the XCom with a different key when the pod fails.
**Description:** I am currently in the process of migrating Apache Airflow CI to self-hosted runners running on a K8S cluster, which will be managed by an [ARC](https://github.com/actions/actions-runner-controller). To set up...
Alternative for #319 `pytest-lazy-fixture` is not compatible with pytest v8, and it looks like it will be never compatible as the project is not active anymore, there is a discussion...