Skip to content

Commit

Permalink
Remove slack-incoming-webhook from aggregate view
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Sep 26, 2023
1 parent d308304 commit f79eecb
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions views/aggregate-block-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8015,44 +8015,6 @@
"capabilities": [],
"version": "0.1.2"
}
},
"slack-incoming-webhook": {
"name": "Slack Incoming Webhook",
"slug": "slack-incoming-webhook",
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/c1965ecbf8704ee1ea20d77786de9a41ce1087d1-500x500.png",
"documentation_url": "https://prefecthq.github.io/prefect-slack/credentials/#prefect_slack.credentials.SlackWebhook",
"description": "Block holding a Slack webhook for use in tasks and flows. This block is part of the prefect-slack collection. Install prefect-slack with `pip install prefect-slack` to use this block.",
"code_example": "Load stored Slack webhook:\n```python\nfrom prefect_slack import SlackWebhook\nslack_webhook_block = SlackWebhook.load(\"BLOCK_NAME\")\n```",
"block_schema": {
"checksum": "sha256:7e03b5158eed175ba9ae53275933944c9f9161b7b45748878701716857656a4a",
"fields": {
"title": "SlackWebhook",
"description": "Block holding a Slack webhook for use in tasks and flows.",
"type": "object",
"properties": {
"url": {
"title": "Webhook URL",
"description": "Slack webhook URL which can be used to send messages.",
"example": "https://hooks.slack.com/XXX",
"type": "string",
"writeOnly": true,
"format": "password"
}
},
"required": [
"url"
],
"block_type_slug": "slack-incoming-webhook",
"secret_fields": [
"url"
],
"block_schema_references": {}
},
"capabilities": [
"notify"
],
"version": "0.1.2"
}
}
}
},
Expand Down Expand Up @@ -8669,4 +8631,4 @@
}
}
}
}
}

0 comments on commit f79eecb

Please sign in to comment.