Re: Custom Hook development guideline

2016-09-23 Thread Vikas Malhotra
Thanks Andrew and Max, I explored the docs and various code snippets shared by other developers. I have managed to use a custom hook in my dag. Regarding contributing back to the project, I would love to, I have explored the basic part of Adobe Analytics API as of now. I would add more functionali

Re: Custom Hook development guideline

2016-09-23 Thread Maxime Beauchemin
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_

Re: Custom Hook development guideline

2016-09-23 Thread Andrew Phillips
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

Custom Hook development guideline

2016-09-23 Thread Vikas Malhotra
Hello Everyone, I am not sure if this is the right place for this question. I am in the process of developing a custom hook for Adobe Analytics (Omniture) and AWS (boto3). I followed the following steps to create the hook: 1. Use the following link to create the hook class: https://pythonhoste