Create a new Team
From Scratch
template.Public
as the kind of a team.Elementary
(or whatever you prefer) and connect it to the workspace of your choice.Create Teams Webhook
Manage channel
Edit
connectors.Incoming webhook
and choose Add
.Add
again and add name your webhook ElementaryWebhook
(or whatever you prefer). And Create
the webhook.config.yml
file:
Teams config as CLI params
Teams config as in config.yml
HOME_DIR/.edr/config.yml
Here is the format in the yml itself:edr monitor
if you used config.yml
.
edr run-operation upload-source-freshness
right after each execution of dbt source freshness
.
This operation will upload the results to a table, and the execution of edr monitor
will send the actual alert.
dbt source freshness
and upload-source-freshness
needs to run from the same machine.upload-source-freshness
requires passing --project-dir
argument.