MCPcopy Create free account
hub / github.com/apache/devlake / raw_data_params

Function raw_data_params

backend/python/pydevlake/pydevlake/model.py:187–192  ·  view source on GitHub ↗
(connection_id: int, scope_id: str)

Source from the content-addressed store, hash-verified

185
186
187def raw_data_params(connection_id: int, scope_id: str) -> str:
188 # JSON keys MUST follow the Go conventions (CamelCase) and be sorted
189 return json.dumps({
190 "ConnectionId": connection_id,
191 "ScopeId": scope_id
192 }, separators=(',', ':'))
193
194
195def _get_plugin_name(cls):

Callers 5

_paramsMethod · 0.90
make_remote_scopesMethod · 0.90
make_pipelineMethod · 0.90
test_extract_dataFunction · 0.90
test_convert_dataFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_extract_dataFunction · 0.72
test_convert_dataFunction · 0.72