mobuchowski commented on PR #27113: URL: https://github.com/apache/airflow/pull/27113#issuecomment-1306006380
@ashb implementations are supposed to import `hookimpl` marker - not `hookspec`, which is used to define interface. `hookimpl` did not move: https://github.com/apache/airflow/blob/main/airflow/listeners/__init__.py#L22 -- 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]
