Any reason why you want to package it as a plugin? It's pretty easy to just have your custom hooks and operators live alongside your pipelines, maybe in a `common` folder. In your pipeline file you just import what you need, relative to your file, from the same repo. Just don't forget the `__init__.py` files that make a folder a package in python so that the import statements can work.
If you want to contribute it back to the project, send a PR that add it to the `contrib/hooks` folder. Max On Fri, Sep 23, 2016 at 8:24 AM, Andrew Phillips <aphill...@qrmedia.com> wrote: > Are the above steps correct or am I missing something? >> > > Is something not working as expected, e.g. are you unable to *use* the > plugin from your DAGs? If so, could you provide a few more details on the > error? > > Regards > > ap >