Relative Content

Tag Archive for airflowslack

Use SlackNotifier in Airflow within a callback function

SlackNotifier works fine when called directly from the callback however is not doing anything once I call it from within a defined callback function (need to execute it only when DAG is not triggered manually). The function itself works fine (e.g. logging works). Any ideas why pls?