Skip to content

happilyeverafter95/slack-airflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-airflow

Accompanying Medium Article: Integrating Airflow with Slack for Daily Reporting

Simple Airflow + Slack integration for sending daily weather forecasts to my Slack workspace.

Set up instructions

TODO: start up script to echo these secrets into an env file and run the docker commands with the env file

Specify these secrets in the Dockerfile:

# Secrets
ENV weather_api_key=
ENV slack_webhook_url=

Run these commands in:

docker build . -t airflow
docker-compose -f docker-compose.yml up -d

The web server will be launched at localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published