bumpy-match-83743
07/17/2024, 4:26 PMancient-wolf-19325
07/17/2024, 4:26 PMgit clone https://github.com/flyteorg/flyteidl.git
cd flyteidl
2. Install Dependencies: Ensure Docker is installed locally and run the following command to install generator dependencies.
make download_tooling
3. Generate the Protobufs: Run the following command to generate all the code, mock client, and documentation for the FlyteAdmin service.
make generate
These steps will generate the necessary protobuf files for the FlyteAdmin service.
Would you like more detail on any specific step?
Sources:
- FlyteIDL README 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.