John Mizerany
04/30/2024, 1:03 PMprefect-slack
?
We are getting this when trying to load our slack webhook block AttributeError("type object 'SlackWebhook' has no attribute 'load'")
For reference, the prefect UI still shows this is how to load this block
from prefect_slack import SlackWebhook
slack_webhook_block = SlackWebhook.load("<your block name here>")
alex
04/30/2024, 1:33 PMSlackWebhook
into a dataclass
last release. We'll release a fix as soon as possible.alex
04/30/2024, 1:50 PMprefect-slack
with unexpected breaking changes. If you install version 0.2.2
then you should be good to go!John Mizerany
04/30/2024, 1:51 PM