- Unlock loading ILP files into SQLAlchemy databases
- Unlock loading ILP files from HTTP resources
- Dask interface: Accept and forward the new
if-exists
URL query parameter to Dask'sto_sql()
method.
- SQLAlchemy Dialect: Dependencies: Use sqlalchemy-cratedb>=0.37.0 This includes the fix to the get_table_names() reflection method.
- Dependencies: Migrate from
crate[sqlalchemy]
tosqlalchemy-cratedb
- Fix CrateDB Cloud connectivity by propagating
ssl=true
query argument
- Export data from InfluxDB API and data directory into line protocol format
- Add support for Python 3.12
- Dependencies: Use
dask[dataframe]
- Fix project metadata
- Feature: Copy test data to InfluxDB
- Tests: Speed up test data import by specifying row count
- Tests: Add test for
influxio info
- Feature: Add reading line protocol format from file
- Feature: Add reading line protocol format from URL
- Feature: Export from InfluxDB and import into RDBMS, using SQLAlchemy/pandas/Dask