Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with 'influxdb3 show databases' when outputting to parquet #25941

Open
sanderson opened this issue Jan 30, 2025 · 0 comments
Open

Bug with 'influxdb3 show databases' when outputting to parquet #25941

sanderson opened this issue Jan 30, 2025 · 0 comments
Labels

Comments

@sanderson
Copy link
Contributor

sanderson commented Jan 30, 2025

The influxdb3 show databases command lists parquet as a supported output format but doesn't provide a -o,--output option to specify a file to write output to. You can't output raw Parquet in a command line.

Steps to reproduce:

  1. Create one or more databases in an InfluxDB 3 Core or Enterprise instance.

  2. Run the following command to list databases and format the output as Parquet:

    influxdb3 show databases --format parquet

Expected behaviour:

I would expect the show commands, if they are to support Parquet output, would also include a -o, --output option to output the raw Parquet to a file (like the influxdb3 query command does).

Actual behaviour:

When you try to output Parquet on the command line, you get an error similar to:

Show command failed: invalid utf-8 sequence of 1 bytes from index 19
@hiltontj hiltontj added the v3 label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants