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

Function _make_pipeline

tests/sources/rest_api/test_rest_api_source.py:16–22  ·  view source on GitHub ↗
(destination_name: str)

Source from the content-addressed store, hash-verified

14
15
16def _make_pipeline(destination_name: str):
17 return dlt.pipeline(
18 pipeline_name="rest_api",
19 destination=destination_name,
20 dataset_name="rest_api_data",
21 dev_mode=True,
22 )
23
24
25def test_rest_api_config_provider(toml_providers: ConfigProvidersContainer) -> None:

Calls 1

pipelineMethod · 0.80

Tested by

no test coverage detected