Bowrna commented on code in PR #27905: URL: https://github.com/apache/airflow/pull/27905#discussion_r1032381215
########## airflow/example_dags/plugins/event_listener.py: ########## @@ -0,0 +1,77 @@ +from airflow.listeners import hookimpl Review Comment: hmm, the other plugin example `workday.py` was in the same folder. That's why I put it there. I could relocate all the plugin examples to a different file. Can I move it to example_plugins and put it on the same level as the example_dags folder? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
