Newskooler
Newskooler
### Is your feature request related to a problem? I would like to use `SAMPLE BY` and be able to `ALIGN TO CALENDAR` at the beginning of the next timestamp...
### Describe the bug When I do a `dateadd` on a timestamp, it's converted to a regular timestamp. As a result, sample by no longer works on the regular timestamp....
I am running the following command: `pypi2nix -e newspaper` in order to produce a nix expression for the [`newspaper`](https://pypi.org/project/newspaper/) python module, but I get this error: ``` INFO: pypi2nix v2.0.4...
I am using `pypi2nix` for the first time. A module which does not exist in nix packages and I would like to add is [`backoff`](https://pypi.org/project/backoff/). My understanding is that the...
- **InfluxDB version:** 1.8.0 - **InfluxDB-python version:** 5.3.0 - **Python version:** 3.7.7 - **Operating system version:** Ubuntu 18.04 I am having the following issue/question: When I open a client via...
- **InfluxDB version:** '1.7.8' - **InfluxDB-python version:** 5.2.3 - **Python version:** 3.7.7 - **Operating system version:** Ubuntu 18.04.3 LTS when I initialize a `client` like so: `client = InfluxDBClient(host=host, port=port,...
### Is your feature request related to a problem? Often I need to drop the latest partition (i.e. the "active" one), however that's not possible to do as noted in...
### Is your feature request related to a problem? Every time I copy a table schema to create a new table (from the UI), the new table has default maxCommitedRows...
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. Here is the code I use (in python) to try and delete a specific `_field`: ``` def delete_data(data:...
**Is your feature request related to a problem? Please describe.** If you have an organization, where you want different people (or teams) to be able to view different tables. In...