astronomer / ask-astro

An end-to-end LLM reference implementation providing a Q&A interface for Airflow and Astronomer
https://ask.astronomer.io/
Apache License 2.0
196 stars 47 forks source link

Release 0.2.0 #264

Closed sunank200 closed 10 months ago

sunank200 commented 10 months ago
pankajkoti commented 10 months ago

One of the action items for the release activity is that for our Slack alerts to work whenever an Airflow DAG fails (worked in PR #249 ), we would need to create a Slack API type connection in the needed deployments.

I have kept the credentials for the Slack API Token in 1Password for this named Slack API Token for sending alerts to ask-astro-alert channel.

The connection type has to Slack API and if the conn_id is different than slack_api_default then it needs to be specified in the environment variable ASK_ASTRO_ALERT_SLACK_CONN_ID

Screenshot 2024-01-11 at 5 00 21 PM
phanikumv commented 10 months ago

This is completed, hence closing