Jakub Bednář
Jakub Bednář
Closes #490 ## Proposed Changes Fixed creating `Task` with import statement: ```python task_flux = 'import "http"\n\n' \ 'from(bucket: "iot_center")\n' \ ' |> range(start: -30d)\n' \ ' |> filter(fn: (r) =>...
## Proposed Changes 1. added support for Python `3.8` 1. added InfluxDB v1.8 to test suite ##### Contributor checklist - [x] Builds are passing
Related to https://github.com/influxdata/influxdb-client-python/issues/490 ## Proposed Changes Append `task option` at the end of script. It allows create task with following Flux: ``` procTotal = from(bucket: "example-bucket") |> range(start: -5m) |>...
Related to https://github.com/influxdata/influxdb-client-java/pull/298 The `JUnitPlatform` was deprecated in latest update of `junit-platform-runner` so we have to get rid of it. 
Related to https://github.com/influxdata/influxdb-client-python/issues/490 ## Proposed Changes Append `task option` at the end of script. It allows create task with following Flux: ``` procTotal = from(bucket: "example-bucket") |> range(start: -5m) |>...
Closes #120 ## Proposed Changes Uses https://www.php-fig.org/psr/psr-7/ as a `HTTP` client instead strong depends to `Guzzle`. ## Checklist - [ ] CHANGELOG.md updated - [x] Rebased/mergeable - [x] A test...
Related to https://app.circleci.com/pipelines/github/influxdata/influxdb-client-python/2046/workflows/8fdf747c-83b7-4fed-a1e7-647c216f211f ## Proposed Changes Use correct `start` bound for `PeriodIndex` to be compatible with Pandas 1.5. - https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases ## Checklist - [x] Rebased/mergeable - [x] `pytest tests` completes...
## Proposed Changes Simplify publishing GitHub pages by Docker to be platform independent. This PR also change the **Deploy Maven site** from [**ReleaseCycleSettings.md**](https://github.com/bonitoo-io/influxdata/blob/main/influxdb-clients/ReleaseCycleSettings.md#3-deploy-maven-site) to: ```console mvn site site:stage -DskipTests docker...
Closes #632 ## Proposed Changes Add support from Python 3.12. ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable - [x] A test has been added if appropriate - [x]...
Closes #640 ## Proposed Changes Dispose scheduler when disposing `write_api`. ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable - [x] `pytest tests` completes successfully - [x] Commit messages are...