influxdb/data_types
Dom 5cce69b481 fix: reject empty org & bucket
Previously a request that specified an empty org & bucket value would be
mapped to a database named "_".

This commit changes the org/bucket mapping fn to return an error if
either org or bucket is empty.
2022-01-14 12:17:26 +00:00
..
src fix: reject empty org & bucket 2022-01-14 12:17:26 +00:00
Cargo.toml chore: upgrade to snafu 0.7 (#3440) 2022-01-11 19:22:36 +00:00
README.md refactor: Move some types (not yet exposed to clients) into internal_types (#1015) 2021-03-19 16:27:57 +00:00

README.md

Data Types

This crate contains types that are designed for external consumption (in influxdb_iox_client and other "client" facing uses).

Client facing in this case means exposed via management API or CLI and where changing the structs may require additional coordination / organization with clients.