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

clickhouse-admin-client is missing API metadata #6827

Closed
davepacheco opened this issue Oct 10, 2024 · 2 comments · Fixed by #6830
Closed

clickhouse-admin-client is missing API metadata #6827

davepacheco opened this issue Oct 10, 2024 · 2 comments · Fixed by #6830

Comments

@davepacheco
Copy link
Collaborator

If you run cargo xtask ls-apis apis (or any other subcommand), you get this warning:

$ cargo xtask ls-apis apis
...
warning: workspace omicron: found client package missing from API manifest: clickhouse-admin-client
...

This is because we've recently added a package called clickhouse-admin-client that depends on Progenitor. ls-apis correctly infers that it's a Progenitor-based API client. But it has no metadata about the API.

@andrewjstone
Copy link
Contributor

I can likely take care of this when working on #6779

@davepacheco
Copy link
Collaborator Author

I wound up doing it in #6830, for what it's worth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants