Hello Ryan, You can create a Python package and declare it as a dependency in your NiFi Python module. Then you might be able to use the syntax "mypackage @ git+https://github.com/owner/repo" to install it directly from GitHub (haven't tried it myself).
On Tue, Apr 2, 2024 at 9:46 PM Ryan Yost <r...@gmantle.com> wrote: > Hello, > > How do I get Nifi to pull a .py file from one of my git repos to run? I > want to use Nifi but I need to make sure my code lives in github still. > > Thanks, > Ryan >