Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
Underground-Digital
/
Workflow-Engine
like
0
Build error
App
Files
Files
Community
496ca32
Workflow-Engine
/
api
/
events
/
dataset_event.py
Severian
initial commit
a8b3f00
about 1 month ago
raw
Copy download link
history
blame
Safe
98 Bytes
from
blinker
import
signal
# sender: dataset
dataset_was_deleted = signal(
"dataset-was-deleted"
)