We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried to run buf generate on the following repo https://github.com/edmondop/spark-connect-rust on the main branch and it fails with:
buf generate
Failure: plugin buf.build/community/neoeinstein-tonic:v0.2.2: spark.connect.rs: does not exist
Unfortunately I haven't found a way to obtain more debug information:
❯ buf generate --debug DEBUG get_ref {"duration": "83.584µs"} DEBUG get_config {"duration": "2.02425ms"} DEBUG get_workspace_config {"duration": "324.583µs"} DEBUG get_config {"duration": "18.417µs"} DEBUG get_config {"duration": "2.292µs"} DEBUG get_module_config {"duration": "1.5015ms"} DEBUG get_image {"duration": "12.625µs"} DEBUG build {"duration": "22.312125ms"} DEBUG build_module {"duration": "22.313708ms"} DEBUG command {"duration": "657.238ms"} Failure: plugin buf.build/community/neoeinstein-tonic:v0.2.2: spark.connect.rs: does not exist
while the -v option of buf generate doesn't produce any additional info. Could you please help?
-v
The text was updated successfully, but these errors were encountered:
This is probably #61
Sorry, something went wrong.
No branches or pull requests
I have tried to run
buf generate
on the following repo https://github.com/edmondop/spark-connect-rust on the main branch and it fails with:Failure: plugin buf.build/community/neoeinstein-tonic:v0.2.2: spark.connect.rs: does not exist
Unfortunately I haven't found a way to obtain more debug information:
while the
-v
option ofbuf generate
doesn't produce any additional info. Could you please help?The text was updated successfully, but these errors were encountered: