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