crooked-apartment-11483
04/23/2024, 10:37 PMpyflyte register
to bundle code for a workflow. This code includes protobufs which need to be compiled. The issue i'm facing is compiled protos are in the .gitignore
so the pyflyte register
command will not package them since it uses git ls-files to determine which files to include. Have other people encountered this issue, and if so how have they worked around it? From what i can tell there isn't built-in way to disable the GitIgnore from looking at fast_package / pyflyte.freezing-airport-6809
freezing-airport-6809
crooked-apartment-11483
04/23/2024, 10:54 PMfreezing-airport-6809
freezing-airport-6809
crooked-apartment-11483
04/23/2024, 10:55 PMfreezing-airport-6809
crooked-apartment-11483
04/23/2024, 11:00 PMpyflyte package
also calls fast_registration.fast_package. Would probably want to add the option to both pyflyte register
and pyflyte package
freezing-airport-6809