MCPcopy
hub / github.com/dlt-hub/dlt / pipeline

Function pipeline

dlt/pipeline/current.py:32–36  ·  view source on GitHub ↗

Currently active pipeline ie. the most recently created or run

()

Source from the content-addressed store, hash-verified

30
31
32def pipeline() -> _Pipeline:
33 """Currently active pipeline ie. the most recently created or run"""
34 from dlt import _pipeline
35
36 return _pipeline()
37
38
39def workspace() -> WorkspaceRunContext:

Callers 1

Calls

no outgoing calls

Tested by 1