Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 577 Bytes

developing.rst

File metadata and controls

26 lines (16 loc) · 577 Bytes

Contributing to Flyte IDL

Generate Code from protobuf

  1. Make sure docker is installed locally.

  2. Once installed run, make generate to generate all the code and mock client for FlyteAdmin Service

    .. prompt:: bash
    
      make generate
    
    
  3. You might have to run, make download_tooling to install generator dependencies

    .. prompt:: bash
    
      make download_tooling
    
    
  4. To add new dependencies for a doc, modify doc_requirements.in and then

    .. prompt:: bash
    
      make doc-requirements.txt