PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.32k stars 1.5k forks source link

support integration `NotificationBlock` types for automation actions #14418

Open zzstoatzz opened 2 days ago

zzstoatzz commented 2 days ago

First check

Prefect Version

3.x

Describe the current behavior

we will need the integration block types registered to the server in order for this to work

Describe the proposed behavior

allow specifying blocks like slack-incoming-webhook from prefect_slack as the block to use for Send a Notification actions

Example Use

No response

Additional context

No response