hello everyone, is it possible to get Slack integr...
# ask-community
d
hello everyone, is it possible to get Slack integration docs updated? they're still showing examples of the old approach using solids/pipelines, and I did not find an example of configuring hook for
slack_on_failure
from graph with
.to_job()
function also, if somebody has examples on the topic I mentioned, please share 😃
p
cc @yuhan
❤️ 1
y
Copy code
my_job = my_graph.to_job(resource_defs={"slack": slack_resource}, hooks={slack_on_failure("#foo")})
1
@Dagster Bot issue [apidoc] update slack integration docs to use jobs/graphs
❤️ 1
d