MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / get_config

Function get_config

tools/metadata_loader/main.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def get_config():
16 return {
17 "API_URL_BASE": os.getenv("API_URL_BASE"),
18 "BLOB_STORAGE_ACCOUNT_URL": os.getenv("BLOB_STORAGE_ACCOUNT_URL"),
19 "BLOB_STORAGE_SAS_KEY": os.getenv("BLOB_STORAGE_SAS_KEY"),
20 }
21
22
23def call_get_datasources_api(url):

Callers 5

get_datasourcesFunction · 0.70
create_datasourceFunction · 0.70
get_all_metaFunction · 0.70
create_metaFunction · 0.70
initial_load_metaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected