Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 912 Bytes

README.rst

File metadata and controls

33 lines (23 loc) · 912 Bytes

Flyte IDL

This is one of the core repositories of Flyte and contains the Specification of the Flyte Lanugage. The Specification is maintained using Googles fantastic Protcol buffers library. The code and docs are auto-generated.

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