ashb commented on a change in pull request #5382: [AIRFLOW-4741] Include Sentry for Airflow URL: https://github.com/apache/airflow/pull/5382#discussion_r291544946
########## File path: airflow/contrib/hooks/sentry_hook.py ########## @@ -0,0 +1,91 @@ +from airflow.hooks.base_hook import BaseHook +from airflow.utils.db import provide_session +from airflow.models import TaskInstance + +from sentry_sdk.integrations.celery import CeleryIntegration Review comment: Celery is optional in Airflow - is it worth including this only if Airflow is configured to use it? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
