-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.8.2
### What happened?
Failure callback on SSHOperator is not bei…
-
According to these [lines](https://github.com/python-discord/bot/blob/main/bot/exts/info/tags.py#L150-#L151)
```python
# Files directly under `base_path` have an empty string as the parent directory…
-
Following on from from a discussion with @mikeshardmind in https://github.com/CarliJoy/intersection_examples/issues/41 I thought it might be worth separating this into a new thread.
This concerns h…
-
I'm recieving an a error within folowing code:
```
class A:
def __add__(self, other) -> int:
...
def __iadd__(self, other) -> 'A':
...
class C(A):
# error: Retur…
-
Since Astropy has a unit systems different from the one in AMUSE while it's quite plausible both packages are used in the same project, it seems practical to make sure these unit systems are in some w…
-
In many languages, recursive operations are very costly (memory and cpu), mainly in python.
Tail Recursive operations with less than 2 args can easily be converted to iterative methods and must raise…
-
When the 'inherited-members' option is enabled, classes which inherit from a standard library class, such as Exception or TypedDict, will have all of the dunder methods on that class included in the d…
-
Code Idea:
The idea behind using the `TypedDict`'s was to give some structure and show what can always be expected in the `Request`'s and `Response`'s. Unfortunately there will almost always be ext…
-
## Description
I have a test suite that started life in nosetests, and a lot of the tests still use xunit style with a `setup_method` that creates fixture objects and stores them in the instance of…
-
Follow-up discussion on the Arrow PyCapsule Protocol semantics added in https://github.com/apache/arrow/pull/37797 (and overview issue promoting it: https://github.com/apache/arrow/issues/39195). Curr…