daq-tools / influxio

Import and export data into/from InfluxDB.
https://influxio.readthedocs.io/
MIT License
0 stars 0 forks source link

Feature: Export from InfluxDB and import into RDBMS #55

Closed amotl closed 8 months ago

amotl commented 8 months ago

About

Based on SQLAlchemy/pandas/Dask, this patch adds the bells and whistles to actually make the program work.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 52 lines in your changes are missing coverage. Please review.

Comparison is base (3c911c0) 83.86% compared to head (5650d4b) 81.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #55 +/- ## ========================================== - Coverage 83.86% 81.43% -2.43% ========================================== Files 8 11 +3 Lines 316 474 +158 ========================================== + Hits 265 386 +121 - Misses 51 88 +37 ``` | [Flag](https://app.codecov.io/gh/daq-tools/influxio/pull/55/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/daq-tools/influxio/pull/55/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | `81.43% <73.46%> (-2.43%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | Coverage Δ | | |---|---|---| | [influxio/testdata.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vdGVzdGRhdGEucHk=) | `100.00% <100.00%> (ø)` | | | [influxio/util/common.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vdXRpbC9jb21tb24ucHk=) | `82.75% <100.00%> (+4.18%)` | :arrow_up: | | [influxio/util/db.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vdXRpbC9kYi5weQ==) | `100.00% <100.00%> (ø)` | | | [influxio/util/report.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vdXRpbC9yZXBvcnQucHk=) | `87.32% <100.00%> (ø)` | | | [influxio/util/compat.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vdXRpbC9jb21wYXQucHk=) | `88.88% <88.88%> (ø)` | | | [influxio/core.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vY29yZS5weQ==) | `93.54% <91.66%> (+2.24%)` | :arrow_up: | | [influxio/io.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vaW8ucHk=) | `55.55% <55.55%> (ø)` | | | [influxio/model.py](https://app.codecov.io/gh/daq-tools/influxio/pull/55?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#diff-aW5mbHV4aW8vbW9kZWwucHk=) | `81.65% <74.22%> (+1.88%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.