daq-tools / influxio

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

Dependencies: Use `dask[dataframe]` #85

Closed amotl closed 3 months ago

amotl commented 3 months ago

Problem

>           import dask_expr  # noqa: F401
E           ModuleNotFoundError: No module named 'dask_expr'

-- https://github.com/crate-workbench/cratedb-toolkit/actions/runs/8258902237/job/22591947853#step:5:43

References

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.43%. Comparing base (f2db962) to head (6615d2d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #85 +/- ## ========================================== + Coverage 81.22% 81.43% +0.21% ========================================== Files 11 11 Lines 474 474 ========================================== + Hits 385 386 +1 + Misses 89 88 -1 ``` | [Flag](https://app.codecov.io/gh/daq-tools/influxio/pull/85/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/85/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | `81.43% <ø> (+0.21%)` | :arrow_up: | 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.

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