-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Trying test DAG for Slack notifications * Corrected BashOperator import * Corrected DAG name argument * Correcting characters in DAG name * Removed schedule from slack-notifcation-tester DAG * Trying to create slack api default connection needed by Slack provider * Trying out conditional version of slack notification on failure * Compiled dependencies since test context was missing new airflow slack provider dependency * Change handling of failure callbacks * Added Slack notification on failure to collection DAG * Removed unused import
- Loading branch information
Showing
4 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
apache-airflow==2.9.2 | ||
apache-airflow-providers-amazon | ||
apache-airflow-providers-slack | ||
boto | ||
pydantic | ||
click | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters