HTErik
HTErik
### Specifications * Client Version: 1.35 * python version 3.10.8 * mypy version 0.991 ### Code sample to reproduce problem Code example from **README.rst** ```py class BatchingCallback(object): def success(self, conf:...
**What is the feature and why do you need it**: All API calls done through this client today goes through urllib3, where the timeout is default to set to None,...
We are hitting a rare deadlock in production that can't be reproduced using debug images. Only way to debug it is to attach to the production image as the problem...
Is the format of the json-stream documented somewhere? I've tried to follow the code and it appears to be a serialization of a https://docs.pytest.org/en/7.1.x/reference.html#_pytest.reports.TestReport object (or any of the other...
### Current problem The `datetime.utcnow()` returns timezone-naive datetimes, which is almost never what you want when working with utc timestamps. The[ standard library documentation for the function](https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow) itself has a...
**Describe the bug** Using Promtail with `kubernetes_sd_configs` to monitor pods. Cluster frequently starts pods that run to completion (sortof like batch-jobs, not persistent servers). Promtail automatically adds targets for newly...
pyproject.toml is the standard project description moving forward. Airflow has itself adopted this recently. Examples should follow this to ease using the latest standard for plugin authors. https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#is-pyproject-toml-mandatory
### Apache Airflow version 2.9.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? This is a continuation of https://github.com/apache/airflow/issues/34723 that was fixed in https://github.com/apache/airflow/pull/34887,...
### What happened? 1. Open explore panel 2. Set InfluxDB (Flux) as data source 3. Write any query 4. Click **Run query** 5. Edit the query 6. Click **Run query**...
### What happened? Open explore panel Set InfluxDB (Flux) as data source Write query containing 2 `yield`-statements, for example: ``` from(bucket: "foo") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> yield(name: "mean")...