The pipeline to import data can fail from time to time. We have multiple options:
send information if error encountered in connector run (could be done in github actions?)
run SQL check queries to monitor if everything is up and running? maybe some healthcheck endpoints in the api which can be then triggered by a daily monitoring test form outside
The pipeline to import data can fail from time to time. We have multiple options:
could be added to
/status
endpoint