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

DAG to delete the message deleted from slack #20

Closed sunank200 closed 10 months ago

sunank200 commented 1 year ago

There should be a slack DAG which deletes the message removed from the slack

mpgreg commented 1 year ago

In thinking about this I think the upsert logic should take care of it. If messages are deleted in slack or the slack archive then the UUID in ingest will hash to a new value and trigger an upsert.

mpgreg commented 1 year ago

Actually the upsert will only update messages if a user replies to a thread. For the base message we still need logic to remove.

shillion commented 10 months ago

We're not ingesting from Slack, so this can be closed/deleted.