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://pythonhosted.org/airflow/plugins.html 2. Looked at Cloudant hook and followed the structure. https://pythonhosted.org/airflow/_modules/cloudant_hook.html 3. Put the file in the /home/airflow/airflow/plugins directory. 4. Restart the airflow 5. I can see pyc file been created in plugins folder My question is: Are the above steps correct or am I missing something? If there is another forum for these types of questions, can anyone point me to that? Thanks & Regards, Vikas
