ancient-wolf-19325
08/14/2024, 9:42 AMmake compile command does not compile proto files. You need to compile them manually. Here’s how you can do it:
1. Install Dependencies: Ensure Docker is installed locally and run make download_tooling to install generator dependencies.
2. Generate Code: Use make generate to generate all the code, mock client, and docs for FlyteAdmin Service.
For example, to compile the ray.proto file located at /home/kpattam/mb/flyte/flyteidl/protos/flyteidl/plugins/ray.proto, follow these steps:
cd /home/kpattam/mb/flyte/flyteidl
make download_tooling
make generate
This will generate the necessary code from the proto files.
Would you like more details on any specific step?
Sources:
- Flyteidl README
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1723628523.794819 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.