Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ call_create_datasource_api
Function
call_create_datasource_api
tools/metadata_loader/main.py:38–39 ·
view source on GitHub ↗
(url, payload)
Source
from the content-addressed store, hash-verified
36
37
38
def
call_create_datasource_api(url, payload):
39
return
requests.post(url, json=payload, timeout=5)
40
41
42
def
create_datasource(args):
Callers
1
create_datasource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected