Module markov.dispatchers.cred_dispatch

Functions

def get_cred_by_ds_id(ds_id: str) ‑> Dict

Get the credential id for this data set to download the data set ds_id: data set id of the data set for which credentials

Returns

Dict Response from MKV backend

def get_cred_by_id(cred_id: str) ‑> Dict

Get the credential id for this data set to download the data set

Args

cred_id
data set id of the data set for which credentials

Returns

Dict Response from MKV backend

def get_cred_by_name(name: str) ‑> Dict

Given a friendly name, find the credential matching that name

Args

name:

Returns

Dict Response from MKV backend

def register_cred(cred_data: Dict) ‑> Dict

Register the credentials with markovML

Args

cred_data
Credential to be registered with MarkovML

Returns

Dict Response from MKV backend