Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Eurosmart
/
airflow-pipeline
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
airflow-pipeline
/
dags
/
CrawDag
/
models
/
TaskHandle.py
Eurosmart
.
2700879
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
from
abc
import
ABC, abstractmethod
class
TaskHandle
(
ABC
):
@abstractmethod
def
execute
(
self, **context:
any
):
pass